[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Dropping Subversion

From: Branko Čibej <brane_at_xbc.nu>
Date: 2004-04-02 23:29:31 CEST

Marcin Kasperski wrote:

>CVS version of solving this case seems to be far easier for me:
>- cvs tag mynewtag
>- cs log trahtrah.cxx # To check which revision I need
>- cvs tag -F -r1.343 trahtrah.cxx
>No branches, no merges. I just label what I need and go.
>
>

Well, this is a case where your way of doing things is so wedded to
CVS's shortcomings that you can't see a better way of doing things.

Now, assuming that you don't want to change the way you control your
source, then with Subversion, you can do the same thing in a slightly
different order (but with the same number of operations!)

svn log trahtrah.cxx
svn up -r13091 trahtrah.cxx
svn cp . (repos-url)/tags/mynewtag

No branches, no merges.

-- 
Brane Čibej   <brane_at_xbc.nu>   http://www.xbc.nu/brane/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Apr 2 23:28:07 2004

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.