ZigZig Forums  


Post a new message in "General"
Name:
email*:
Subject:
This image contains a scrambled text, it is using a combination of colors, font size, background, angle in order to disallow computer to automate reading. You will have to reproduce it to post a message in the forums. Enter the text in the image:
topic icon:
no
boardcode:
 Colour:  Size:   Close all tags
Message:

emoticons
B) ;) :) :P
:laugh: :ohmy: :sick: :angry:
:blink: :( :unsure: :kiss:
:woohoo: :lol: :silly: :pinch:
:side: :whistle: :evil: :S
:blush: :cheer: :huh: :dry:
* - your email address will never be displayed on the site.

Topic History of: Folder names
Max. showing the last posts - (Last post first)
Author Message
eriks (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.
Kevin Hello,



I'm new to subversion so please excuse the question. When you set up your directory structure can you rename the project folder to something other than trunk?



I'm trying to figure out how to use the system, and keep the project folder name that we already have assigned.



Thanks