Re: Multiple repositories per project
From: Konstantin Kolinko <knst.kolinko_at_gmail.com>
Date: Thu, 5 Feb 2009 00:23:04 +0300
2009/2/3 <vlad.tepes_at_gmx.net>:
Subversion, with FSFS backend (but not with BDB one), works fine
The "pro"s are:
1) it is easy to set up
E.g., for httpd it is sufficient to use SVNParentPath directive. I have
2) you can avoid using path-based security (that consumes CPU
See, e.g. "Disabling path-based checks" in the SVN Book,
See also issue 3242
3) it is closer to CVS storage model, where every subdirectory exists
Maybe that is the cause of your policy.
4) it is easier to alienate, archive those repositories, e.g. if all code that
Do you have such requirements? Do you have consistent configuration
5) you can have a different set of repository hooks for each repository
6) it is easy and straightforward to merge several repositories into one:
Though a known drawback of such operation is that you will lose dates
The reverse operation requires dump of all + filtering, and thus may be
When I started using subversion several years ago, I also have set it
E.g., our sources and official project documentation are in separate
The "contra"s:
My list:
a) Some operations are not possible when you have independent repositories.
b) Relative externals introduced in 1.5 made life easier. Also, note that file
http://subversion.tigris.org/svn_1.6_releasenotes.html
c) When you have a lot of small and scarcely used repositories, some
Also, while you are at it, please check that all of your repositories have
Best regards,
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
|
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.