ubject: Re: svn redo after reverse merge
Ryan
I tried following
svn co svn://repository/trunk
svn merge -r 10:7 svn://repository/trunk
svn commit -m "undo rev 10, 9, 8"
svn merge -c 8 svn://repository/trunk
No changes in redo operation - svn status returns nothing
Branching is I be
, Mark" ; users@subversion.apache.org
Sent: Thu, September 2, 2010 1:12:36 PM
Subject: Re: svn redo after reverse merge
On Sep 2, 2010, at 08:46, ankush chadha wrote:
> Suppose there is a source folder that contains around 50 modules. There were
>lot of changes made to this sourc
On Sep 2, 2010, at 08:46, ankush chadha wrote:
> Suppose there is a source folder that contains around 50 modules. There were
> lot of changes made to this source folder say around 20 new features. Once
> everything was checked in, we realized that for the current release we just
> need feature
From: "Cooke, Mark"
To: ankush chadha ; users@subversion.apache.org
Sent: Thu, September 2, 2010 1:50:26 AM
Subject: RE: svn redo after reverse merge
> -Original Message-
> From: ankush chadha [mailto:ankushchadha2...@yahoo.com]
>
> -Original Message-
> From: ankush chadha [mailto:ankushchadha2...@yahoo.com]
> Sent: 01 September 2010 17:16
> To: users@subversion.apache.org
> Subject: svn redo after reverse merge
>
> Hi All
>
> I am trying to do following operation
>
> file.
Hi All
I am trying to do following operation
file.txt has 100 revisions and located directly under svn://myrepo.org/trunk
1. svn co svn://myrepo.org/trunk/
2. Undoing few changes made to this file
svn merge -c -100 svn://myrepo.org/trunk/
svn merge -c -99 svn://myrepo.org/trunk/