« Return to Thread: Creating Branches
Oh, right, I had this problem before where I had multiple unversioned files scattered throughout my project, and wanted to make them versioned to create a new branch. Is there a way for subclipse to go through the project and report all versioned files and you can make them versioned in one go?Mark Phippard-3 wrote:On 2/13/07, lightbulb432 <veerukrishnan@hotmail.com> wrote:
>
>
> Thanks. Few questions below:
>
> 1) Is switching from one branch/version to another using the "Switch"
> command semantically the same as removing every file in the local copy and
> bringing over the specified branch/version from the repository into the
> working copy?
>
> (Or could it result in a weird configuration if, say, you have more files
> in
> your working copy than the repository...in which case it might only bring
> existing repository files over, leaving files in your working copy that
> weren't there in the branch/version you switched to?)
Yes, except it is done intelligently based on the info it has. However, if
you have unversioned files in your workspace, it will not do anything with
those files. If switch wants to add one of these files, it will fail with
an obstruction error. As long it does not want to add a file with the same
name as an unversioned file in your workspace, you will be OK. This has
been improved in Subversion 1.5. (not released yet).
« Return to Thread: Creating Branches
| Free embeddable forum powered by Nabble | Forum Help |