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

Re: how to do$B!)(B r5 to r11

From: Andy Levy <andy.levy_at_gmail.com>
Date: 2006-03-16 16:02:14 CET

On 3/16/06, jiaxiaodan <jiaxiaodan@icst.pku.edu.cn> wrote:
>
> Now, subversion repository's revision is r10.
>
> but I want to back to r5,rollback,and cann't lose r6-r10 histories.
>
> how to do?

Reverse merge.

svn merge -r 10:5 <files>

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

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Mar 16 16:10:40 2006

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.