Subversion repository layout

Like many new Subversion users, I've fallen into the trap of not really understanding how tagging and branching works. Unlike CVS, creating a tag/branch means using the svn copy command to create a "cheap" copy of the tree. The net result of this is that you end up with a copy of the directory structure for each tag/branch which, although it's different to CVS, kind of makes sense. There are several recommended approaches to the repository layout and these are certainly worth considering if you're creating a new repository since it makes tagging easy and understandable. Only wish I'd read this earlier!



Re: Subversion repository layout

This shouldn't really be a problem Simon, moving things around in Subversion is one of the major plus points over something like CVS. Any move should retain the version history of the moved elements.

Re: Subversion repository layout

The Subersion Book is well worth reading (and free!) if you haven't already. http://svnbook.red-bean.com/

Re: Subversion repository layout

Link broken: Error No matches to your request were found. Possible causes Incorrect URL. Check spelling and try again. Link does not exist. Use the browser's "back" button to return to the referring page.

Re: Subversion repository layout


Add a comment Send a TrackBack