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

RE: Re: Tagging + branching

From: Monks, Peter <peter.monks_at_vignette.com>
Date: 2004-10-01 19:24:10 CEST

G'day Jacob,

Thanks for your reply. One further question: is there a simple way to
get the revision number for the HEAD revision, without having a
working copy checked out?

"svn status -u" with parsing looked promising, but it doesn't seem to
accept repository URLs (only local working copy paths, and in this
case I don't have a working copy).

Cheers,
Peter
 
----------------------------------------------------------------------
Peter Monks http://www.sydneyclimbing.com/
pmonks_at_sydneyclimbing.com http://www.geocities.com/yosemite/4455/
----------------------------------------------------------------------
 
 

> -----Original Message-----
> From: Jacob Atzen [mailto:jacob@aub.dk]
> Sent: Friday, October 01, 2004 12:23am
> To: users@subversion.tigris.org
> Subject: Re: Tagging + branching
>
> On Thu, Sep 30, 2004 at 04:18:51PM -0500, Monks, Peter wrote:
> > My first thought was that our release process would just copy from
> > trunk/ to tags/Releases/X.Y.Z then copy from the newly
> created tag to
> > branches/Releases/X.Y.Z, but then the thought struck me that this
> > might make merging from the branch back into the trunk more
> difficult
> > than it needs to be
>
> Why should this make it difficult? Anyways, if you want to copy from
> trunk to branch you can use the --revision flag to your copy. Say you
> want to release revision 42. You could then do something like this:
>
> svn copy -r 42 http://server/repos/trunk http://server/repos/tags/rel2
> svn copy -r 42 http://server/repos/trunk
> http://server/repos/branches/rel2
>
> Syntax may not be fully correct.
>
> --
> Cheers,
> - Jacob Atzen
>
> ---------------------------------------------------------------------
> 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 Fri Oct 1 19:24:48 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.