[geeks] Subversion trunk and branch methods
Magnus Hultin
magnus at hultin.net
Wed Aug 16 03:45:52 CDT 2006
On Tue, 15 Aug 2006, Charles Shannon Hendrix wrote:
> Subversion's one *HUGE* flaw, IMHO, is not having per-project revision
> numbers.
You can set up subversion with one repository per project - I
believe the subversion documentation talks about this, and the
apache2/webdav (which I use for access) conf-files on my debian
box had examples for both single-repository and multi-repository
setups.
Of course, you still share revision numbers between trunk and
branches, but not between projects.
With this approach, the directory structure of each repository
looks something like this:
trunk/Makefile
src/
...
branches/<branch1>/Makefile
src/
...
branches/<branch2>/Makefile
src/
...
/Magnus
More information about the geeks
mailing list