You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Rafael Garcia-Suarez <ra...@hexaflux.com> on 2003/09/02 08:49:13 UTC

Create a tag backwards in time

Let's say I've a repository /project/trunk at revision 1000
and I want to create /project/tag/1.0 which is the copy
of /project/trunk at revision 500.

How do I do this ? Is there something eqv. to :
	svn cp http:.../project/trunk@500 http:.../project/tag/1.0

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Create a tag backwards in time

Posted by Michael Andersen Nexø <ne...@post.cybercity.dk>.
'svn cp -r500 http://..../project/trunk http://..../project/tags/1.0 -m
"<Insert log message here...>"' will to the trick.

'svn help cp' will give you the details.

Cheers
Michael Nexø

----- Original Message ----- 
From: "Rafael Garcia-Suarez" <ra...@hexaflux.com>
To: <us...@subversion.tigris.org>
Sent: Tuesday, September 02, 2003 10:49 AM
Subject: Create a tag backwards in time


> Let's say I've a repository /project/trunk at revision 1000
> and I want to create /project/tag/1.0 which is the copy
> of /project/trunk at revision 500.
>
> How do I do this ? Is there something eqv. to :
> svn cp http:.../project/trunk@500 http:.../project/tag/1.0
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org