Re: Capacity limit on Branches and Tags in SVN
From: Ryan Schmidt <subversion-2011a_at_ryandesign.com>
Date: Tue, 1 Mar 2011 08:03:25 -0600
On Mar 1, 2011, at 07:51, Colin Fraser wrote:
> I'm looking to migrate an existing repository from CVS into SVN and I've been trying to find concrete examples of capacity limits.
There isn't a limit, that I'm aware of. One of the big advances in Subversion over CVS is that branches and tags are implemented differently, and can be created in a short more or less constant amount of time. In Subversion, they're just ordinary directories, and there's not a limit on that in Subversion either.
http://svnbook.red-bean.com/nightly/en/svn.forcvs.branches-and-tags.html
Having thousands of items in a directory that's checked out can be problematic, but you presumably won't be trying to check out all thousands of your tags at once, so that should be fine.
I also wouldn't expect you to keep those thousands of branches around. Feature branches -- those created for bugfixes or new features -- should be deleted (or at least moved to an archive directory) once they've been merged into the trunk.
http://svnbook.red-bean.com/nightly/en/svn.branchmerge.commonpatterns.html#svn.branchmerge.commonpatterns.feature
|
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.