Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
Masanori Watanabe wrote: >My problme is that we occasionally need to accept the >code changes from outside programmers or vendors. >I want to use 'import' function to take these changes >into our repository. >But I could not figure out how I can import sources >into a specific Branch instead of main trunk. > > > The import always imports on a branch, but it might not be the way you want. It sounds like you should try something like this: --Create the branch --Check out the source on that branch --Overwrite the sandbox with the vendor's supplied code --Commit the updated sandbox Would that do what you want? -------------------- Glen Starrett