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

Re: cancelling revisions

From: Carsten Koch <Carsten.Koch_at_icem.com>
Date: 2005-08-25 13:51:43 CEST

Zouari Fourat wrote:
> Hello,
> Am new to svn and here's a usecase that i dont see how to resolve it :
> My yougest version is 41, i want to cancel all revisions since
> revision 36 so i get revision 42 without any changes from revisions
> 37/38/39/40/41
> how to do that

svn delete url -m "delete garbage."
svn copy -r 36 url url -m "restore r36 state."

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Aug 25 13:53:50 2005

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.