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

Re: Create a tag backwards in time

From: Michael Andersen Nexø <nexo_at_post.cybercity.dk>
Date: 2003-09-02 11:11:59 CEST

'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" <raphel.garcia-suarez@hexaflux.com>
To: <users@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
Received on Tue Sep 2 11:12:56 2003

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.