Current time: 05-19-2012, 06:00 AM Hello There, Guest! (LoginRegister)

Post Reply 
Subversion Trunk/Branch/Tag?
02-05-2008, 11:08 PM
Post: #1
Subversion Trunk/Branch/Tag?
If I create a subversion repository through the web panel, what are the steps to add the typical trunk/branch/tag directories to that repository?
Find all posts by this user
Quote this message in a reply
02-06-2008, 07:15 AM
Post: #2
Subversion Trunk/Branch/Tag?
The wiki is your friend:
http://wiki.dreamhost.com/Subversion

-Scott
Find all posts by this user
Quote this message in a reply
02-06-2008, 10:25 AM
Post: #3
Subversion Trunk/Branch/Tag?
I've read the wiki. It doesn't explain this. At least not in a way that I understand if it does. I'm looking for a more detailed tutorial if anyone has one. I am still fairly new to using svn on the command line.

Thanks.
Find all posts by this user
Quote this message in a reply
02-06-2008, 01:56 PM
Post: #4
Subversion Trunk/Branch/Tag?
If you've got a brand new subversion repository that you haven't put anything into yet, then creating trunk/branch/tags directories is as easy as creating those directories in your local file system before you `svn import` your data. If you're trying to add trunk/branch/tags to an existing repository, `svn mkdir` the directories, then `svn move` your code into the newly created trunk, then `svn commit`.

Working with subversion controlled files isn't too different than working with regular files, except that you have to tell subversion what you're doing =)
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: