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

Re: Tagging Discontiguous Commits

From: Michael W Thelen <thelenm_at_cs.utah.edu>
Date: 2004-05-22 08:21:34 CEST

* glists <glists@greywether.com> [2004-05-22 00:10]:
> For our "production" release I need to take a snapshot that contains commits
> 0-16 and 18. I need to skip commit 17 as it contains a commit for a feature
> that should not be reflected in our release.

You can use svn merge for undoing changes in this way. In your case,
you should update to revision 18, then run something like this:

svn merge -r17:16 URL

where URL is the location of your repository. This will apply revision
17 in reverse, effectively undoing revision 17 in your working copy.
See this section of the Subversion book for more details:

http://svnbook.red-bean.com/svnbook/ch04s04.html#svn-ch-4-sect-4.2

-- Mike

-- 
Michael W. Thelen
One should always play fairly when one has the winning cards.
                -- Oscar Wilde

Received on Sat May 22 08:23:32 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.