Re: support to abort update in case of conflict

2011-08-09 Thread Till Maas
On Tue, Aug 09, 2011 at 03:55:00PM -0400, Bob Archer wrote: > > I would like to propose to add a way to abort updates in case of an > > conflict. > > This could be done by adding e.g. an abort command to the interactive > > conflict resolution. This should transform the working copy to the situati

RFE: support to abort update in case of conflict

2011-08-09 Thread Till Maas
Hi, I would like to propose to add a way to abort updates in case of an conflict. This could be done by adding e.g. an abort command to the interactive conflict resolution. This should transform the working copy to the situation before the update that resulted in an conflict happend. The reason I

Re: add svn diff -c PREV

2011-06-22 Thread Till Maas
On Wed, Jun 22, 2011 at 11:55:06AM +0100, Julian Foad wrote: > Till, do you want to see the most recent commit, a behaviour which could > be expressed as "-r PREV:COMMITTED"? If so, the syntax we would choose > if we do implement this would probably be "-c COMMITTED". "-c PREV" > which would mea

add svn diff -c PREV

2011-06-22 Thread Till Maas
Hiyas, as requested in the buddy peer review for feature requests I asked on IRC for opinions to implement "svn diff -c PREV". There it was proposed to ask here. I am missing to use "svn diff -c PREV", which should show the previous commit without the changes to the current working copy. Regards