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

Creating a "more" complex tag...

From: David Medberry <med_at_hp.com>
Date: 2004-10-26 23:49:21 CEST

Hi,
I'm following the "Creating a Complex Tag" section in Chapter 4 of "the
book". In my use case, I need to

svn co URL wc
cd wc
svn up -rOLDER some files
rm another_file <-- Problem steps
or svn up -rNONEXISTENT_REVISON another_file <-- Problem steps
svn cp . URL/tag/specific_version

However, when I do that, the removed file (or file with nonexistent
version) always ends up being the latest version of the file. Is there
a right way to do this "Creating a 'more' complex tag"?

My work around is to add a final step:

svn rm URL/tag/specific_version/another_file

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Oct 26 23:49:52 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.