Re: n00b: branches, tags, trunk...
From: Ivan Aleman <bonovoxmofo_at_gmail.com>
Date: 2007-02-14 17:29:20 CET
2007/2/14, Andrew Close <aclose@gmail.com>:
Hello Andrew,
I better call them main-branches there's maybe a better name :) :
* trunk
>
Yes, and based on your question my guess is that you're doing
> for example, my repository is called 'My_Project'. in the root of my
When you're setting up your repository you create trunk, branches and
svn mkdir http://repomachine/myrepo/trunk
Thus if a developer or you want to star a fresh working copy you must
svn co http://repomachine/myrepo/trunk <any_dir_name>
> 'svn://reposMachine/My_Project/branch/branchName' as their URL.
To get the three main-branches you do this:
svn co http://repomachine/myrepo <any_dir_name>
But I don't know why you need to do this, just for testing I hope ;)
> thanks for any comments, corrections, etc. :)
The book is all you need, it's pretty straight forward and for the
-- Iván Alemán -- bonovoxmofo.blogspot.com Cambia ya! http://goodbye-microsoft.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Wed Feb 14 17:29:47 2007 |
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.