eriks
|
Re:Folder names - 2008/02/11 00:05
(posting for Rob since unregistered users can't post urls)
Name: rob Subject: re: folder names (in response to Kevin's post of 2008/02/09
One wonderful thing about subversion is that it does not enforce any particular folder naming scheme or repository structure. If you have a structure that has already worked for you without version control, and have a compelling reason to keep it, go for it. The traditional TTB (trunk - tag -branch) model has served many developers for a long time, but it not the only way to do things, by any means.
For a brief discussion of repository structure strategy, see chapter five of the online book "Version Control with Subversion"
http://svnbook.red-bean.com/en/1.4/
svn.reposadmin.planning.html#svn.reposadmin.projects.chooselayout
For other general questions about subversion, I have found that book to be an excellent resource. It is available free for download as a pdf or can be readily accessed online at its root url:
http://svnbook.red-bean.com/
I hope this helps answer your question.
|