You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by jiaxiaodan <ji...@icst.pku.edu.cn> on 2006/03/16 09:49:33 UTC

how to do? r5 to r11

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?

Thanks a lot

jennifer


Re: how to do? r5 to r11

Posted by Andy Levy <an...@gmail.com>.
On 3/16/06, jiaxiaodan <ji...@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