Observation on tagging partial trees with different rev levels.
From: YON - Jan C. Hardenbergh <jch_at_terarecon.com>
Date: Thu, 30 Oct 2008 12:47:53 -0400
I am writing this in the hopes it may save others a few hours of
The issue is how to create a tag of a partial tree with different rev
First, IF all of the directories are at the same rev level, just tag the
We have been using SVN for about a year and we getting close to our
My conclusion - you cannot. So, what to do? Checkout the whole tree.
Checkout the whole tree:
svn checkout http://hibbert.rtviz.com/svn/VolumePro/trunk trunk
Now modify what you wish:
svn checkout -r {2008-10-26}
and now make a tag from the working copy:
svn cp trunk http://hibbert.rtviz.com/svn/VolumePro/tags/vli_4_1_0_20081031
And Bob's yer uncle!
-jch
REFERENCES:
Subject: Re: Copy of a partial tree?
Subject: RE: Re: Best practice for partial repository checkout
So, for the sw library product, we only need (for example...)
common/PNGFile
We have one script which does the initial checkout and another script
<script in email archives>
-- YON - Jan C. Hardenbergh, jch_at_terarecon.com, 978-369-6500x272 Director of VolumePro Software Engineering, TeraRecon, Inc. Concord --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org For additional commands, e-mail: users-help_at_subversion.tigris.orgReceived on 2008-10-31 23:21:20 CET |
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.