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

Re: SVN newbie (CVS convert)

From: Max Bowsher <maxb_at_ukf.net>
Date: 2004-11-29 20:36:09 CET

Paul Levin wrote:
> Hi,
> In CVS, I have been using tags to label a certain version of each file.
> The tag name has meaning to me. As time goes by, I move the named tag
> to
> a later version (or sometimes I have to move the tag back to an older
> version). Frequently I will have more than one named tag on a version of
> a
> file. I use these tag to selectively get certain versions of the files.
> How
> can I do this sort of thing with SVN ?

svn rm url://to/the/tag
svn cp url://that/is/the/new/thing url://to/the/tag

It will take 2 revisions (1 for rm, 1 for cp), though.

Max.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Nov 29 20:41:10 2004

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.