Re: 1.8 new public API review (mostly) complete.

2013-03-30 Thread Blair Zajac
On 03/29/2013 01:17 PM, C. Michael Pilato wrote: Devs, I've just completed my review of the new-in-1.8 public APIs, minus the bits that Philip reviewed (thanks!) and the new merge-related stuff which, if I understand from recent threads correctly, is still subject to some churn. The results of

Re: Environment variables in hook scripts?

2013-03-30 Thread Talden
Whenever I've set up any Windows SVN servers I've always ensured that everything works without an environment anyway. I anticipated, given the documentation, that this exact change could occur. So you could say that a lack of pain is a reward for following the spec intent :) -- Aaron Scott-Bodden

Re: [PATCH] Change label strings in svn up to match svn diff

2013-03-30 Thread Daniel Shahaf
Gabriela Gibson wrote on Sat, Mar 30, 2013 at 21:31:31 +: > [[[ > > Change the label strings for "svn merge" and "svn update" when > diff3-cmd is used to match the label strings for "svn diff" when > diff-cmd is used. > > * subversion/libsvn_wc/update_editor.c > (svn_wc__perform_file_merge):

Re: one question about the editor in libsvn_ra_svn/editorp.c

2013-03-30 Thread Ben Reser
On Sat, Mar 30, 2013 at 4:37 PM, Bo Chen wrote: > In subversion/libsvn_ra_svn/editop.c > /* > * Both the client and server in the svn protocol need to drive and > * consume editors. For a commit, the client drives and the server > * consumes; for an update/switch/status/diff, the server drives

one question about the editor in libsvn_ra_svn/editorp.c

2013-03-30 Thread Bo Chen
In subversion/libsvn_ra_svn/editop.c /* * Both the client and server in the svn protocol need to drive and * consume editors. For a commit, the client drives and the server * consumes; for an update/switch/status/diff, the server drives and * the client consumes. This file provides a generic

[PATCH] Change label strings in svn up to match svn diff

2013-03-30 Thread Gabriela Gibson
[[[ Change the label strings for "svn merge" and "svn update" when diff3-cmd is used to match the label strings for "svn diff" when diff-cmd is used. * subversion/libsvn_wc/update_editor.c (svn_wc__perform_file_merge): Alter label to include filename. ]]] Index: subversion/libsvn_wc/update_ed

Re: 1.8 new public API review (mostly) complete.

2013-03-30 Thread Stefan Fuhrmann
On Fri, Mar 29, 2013 at 9:17 PM, C. Michael Pilato wrote: > Devs, > > I've just completed my review of the new-in-1.8 public APIs, minus the bits > that Philip reviewed (thanks!) and the new merge-related stuff which, if I > understand from recent threads correctly, is still subject to some churn.