[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Making branches and typical patterns

From: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2003-04-07 19:19:45 CEST

"Russ Freeman" <russ.freeman@ergnosis.com> writes:
> I only want to work on and branch subproj2, so I switch subproj2 to point at a branch instead:-
>
> project\subproj1 (version1)
> project\subproj2 (branch)
> project\subproj3 (version1)
>
> Is this how people work with SVN or do only top-level projects get
> branched? If so, why?

Generally, in the repository we always branch the whole project,
because it doesn't cost any more than branching just a subdir, and you
never know when your changes will creep out of the subdir you started
them in.

But in the working copy, we just `switch' over whatever subdir we need
while we work, so we continue to get trunk changes in other
directories when we update.

(This might want to go into the book somewhere?)

-Karl

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Apr 7 20:02:23 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.