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

Mixed-revision tagging (was: Dropping Subversion)

From: Chia-Liang Kao <clkao_at_clkao.org>
Date: 2004-04-03 18:18:06 CEST

I was surprised that this would work.

svn co file:///home/clkao/svn/test/bps/trunk rt-co
cd rt-co
svn up -r 250 lib/RT
svn up -r 220 html

svn cp -m 'snapshot' . file:///home/clkao/svn/test/rt-snap
svn: Commit failed (details follow):
svn: Out of date: 'rt-snap/lib/RT' in transaction '33o'

Actually I didn't think this feature is useful whatsoever when I implemented
the support for such tagging in my VCP cvs2svn converter. Now I'm quite
convinced that this is quite useful for reconstructing the `current' checkout
that `works', especially for doing deployment. Note that Perforce has the
simliar feature called label.

On Fri, Apr 02, 2004 at 11:29:31PM +0200, Branko ÄŒibej wrote:
> 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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Apr 3 18:18:19 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.