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

Re: Why are branches real directories?!?!?!

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-04-02 19:13:41 CEST

"Jean-Luc Wasmer" <jl.subversion@wasmer.ca> writes:

> Why isn't the branch concept fully implemented?

Pretty judgemental statement there. :-)

> IMHO, copying to a new directory a part of the repository to create a branch
> is BAD (even if it's cheap). It reminds me one time I _had_ to use VSS in a
> project.

You realize the branch directories don't actually take any extra
space, right? This is the way Perforce and other systems do branches.

> Having the same file system tree when switching between revisions or
> branches avoids changing paths in make files, configuration files, etc...

Read about 'svn switch'. Your working copy paths don't need to change
at all, yet different parts of your working copy can come from
different branches.

Also note that you can do access-control on svn branches, which is
impossible in CVS. A big win.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Apr 2 19:14:29 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.