William Ahern wrote:
> So, I'm migrating our build to a non-recursive make. One adverse side
> effect is that when somebody branches to fix a minor bug, in order to
> use build their sub-project they have to checkout the entire branch
> (which is huge). Previously somebody could checkout a smaller portion
> of a branch to do their work.
You still can do that. Firstly, you don't have to branch the whole
project when working on a module. It might be a bit cleaner but
depending on the amount of changes it might be "just not worth the
hassle".
Then, you can switch parts of your normal working directory to the
branched module. IOW, you have a repository containing the main
development line with just one module being replaced with the branch.
Uli
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Nov 16 09:47:17 2005