Re: Problem with reverting

2012-02-02 Thread Stefan Sperling
On Thu, Feb 02, 2012 at 10:27:23AM +, Markus Schaber wrote: > > That can be done. It requires reworking how the 'revert' operation in > > libsvn_wc processes its arguments. We'd need to pass it a list, rather than > > a single path and adapt the code to handle this properly. > > This implies

Re: Problem with reverting

2012-02-02 Thread Stefan Sperling
On Thu, Feb 02, 2012 at 08:24:47AM +, Markus Schaber wrote: > I did create issue http://subversion.tigris.org/issues/show_bug.cgi?id=4109 > for this case. Thanks! > My personal wish would be that operations like revert and commit work > for all constellations even with "--depth=empty" if we

Re: Problem with reverting

2012-02-01 Thread Stefan Sperling
On Wed, Feb 01, 2012 at 03:27:13PM +, Markus Schaber wrote: > Hi, > > I have a directory foo with tree conflict: local add of foo and a file > foo/bar, and then an update trying to add the same foo and foo/bar. Now, I > try to revert using SharpSVN, which internally calls svn_client_revert_2