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

Re: Repository construction

From: Ryan Schmidt <subversion-2008a_at_ryandesign.com>
Date: Fri, 7 Mar 2008 13:33:27 -0600

On Mar 7, 2008, at 11:17, wimpunk wrote:

> I'm espessially interested in the how the subversion database will
> handle this. As far as I understand the manual, a branch doesn't
> take much more space. I wonder if this is still true putting
> branches in differen subdirectories.

No difference for Subversion. It's not that branches are cheap, it's
that copies are cheap. So it doesn't matter what directory structure
he uses, as long as he uses "svn copy" (and not "cp -R" followed by
"svn add") to do the copy.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-03-07 20:34:06 CET

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

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