On Monday 18 June 2007, Chris wrote:

> >> Compare that to:
> >>
> >> cvs tag -b "branch name" module_name
> >>
> >> ;)
> >
> > Ok, this is where you need to understand the fundamental difference
> > between how CVS and Subversion work. For CVS branching and tagging are
> > operations in themselves. In Subversion they're just copies. How you
> > layout your repository is up to you, but the recommended layout is
> > usually used because you need somewhere in the repository to put
> > branches and tags.
> >
> > As for how to do it... think of it as simply copying files and it should
> > make sense...
> >
> > svn copy svn+ssh://server/repos/trunk svn+ssh://server/repos/tags/mytag
>
> That does make sense - it's just a pain to re-do a repository if you
> didn't set it up properly in the first place (which I never thought I'd
> have to do for a version control system).
>
> Anyway thanks for the tip ;)

SVN's architecture for branching and tagging is a lot nicer.  CVS's UI 
primitives for branching and tagging are a lot nicer.  I think SVN is easier 
to fix in that regard than CVS is.  I'm rather curious why some stock hook 
scripts don't exist to do that for you already.  

-- 
Larry Garfield                  AIM: LOLG42
[EMAIL PROTECTED]               ICQ: 6817012

"If nature has made any one thing less susceptible than all others of 
exclusive property, it is the action of the thinking power called an idea, 
which an individual may exclusively possess as long as he keeps it to 
himself; but the moment it is divulged, it forces itself into the possession 
of every one, and the receiver cannot dispossess himself of it."  -- Thomas 
Jefferson

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to