Re: a svn revert question

2013-03-11 Thread jareedick
A reverse merge should work. However, it's not entirely clear what you want. Are "r131" and "r132" just sample revision numbers? Is your goal simply to "go back in time and fix r111 before r112-130 were added?" A) To create a branch that looks like: r111 -> r112 -> ... r130 -> "r111+fix" -

Re: a svn revert question

2013-03-09 Thread Nico Kadel-Garcia
On Fri, Mar 8, 2013 at 10:04 PM, Ryan Schmidt wrote: > > On Mar 8, 2013, at 09:06, frame wrote: > >> Let's say my project head is r130. We found a bug, started in r111. I want >> to do this: I want to fix r111, check in as r131. I also want to fix r130, >> checking as r132, the new head. How to

Re: a svn revert question

2013-03-08 Thread Ryan Schmidt
On Mar 8, 2013, at 09:06, frame wrote: > Let's say my project head is r130. We found a bug, started in r111. I want to > do this: I want to fix r111, check in as r131. I also want to fix r130, > checking as r132, the new head. How to do that? > > Please don't criticize me on why not just fix r

Re: a svn revert question

2013-03-08 Thread Thorsten Schöning
Guten Tag frame, am Freitag, 8. März 2013 um 16:06 schrieben Sie: > Let's say my project head is r130. We found a bug, started in r111. > I want to do this: I want to fix r111, check in as r131. I also want > to fix r130, checking as r132, the new head. How to do that? The easiest way would not t

a svn revert question

2013-03-08 Thread frame
ALL: Let's say my project head is r130. We found a bug, started in r111. I want to do this: I want to fix r111, check in as r131. I also want to fix r130, checking as r132, the new head. How to do that? Please don't criticize me on why not just fix r130 to become r131, the new head. Please jus