Building with VC6 [WAS: Re: Minor patch suggestion:]

2011-10-17 Thread Joe Swatosh
On Mon, Oct 17, 2011 at 4:42 AM, Bert Huijben wrote: > > >> -Original Message- >> From: Mat Booth [mailto:mat.bo...@wandisco.com] >> Sent: maandag 17 oktober 2011 12:26 >> To: Peter Samuelson >> Cc: dev@subversion.apache.org >> Subject: Re: Minor patch suggestion: >> >> On 14 October 2011

[l10n] Translation status report for trunk r1185464

2011-10-17 Thread Subversion Translation Status
Translation status report for trunk@r1185464 lang trans untrans fuzzy obs -- de2062 161 331 269 UUooo es1988 235 358 405 +++UU~ fr2219 4

Re: svn commit: r1185421 - /subversion/trunk/subversion/libsvn_wc/update_editor.c

2011-10-17 Thread Stefan Sperling
On Tue, Oct 18, 2011 at 12:51:18AM +0200, Bert Huijben wrote: > > > > -Original Message- > > From: s...@apache.org [mailto:s...@apache.org] > > Sent: dinsdag 18 oktober 2011 0:47 > > To: comm...@subversion.apache.org > > Subject: svn commit: r1185421 - > > /subversion/trunk/subversion/lib

Re: svn commit: r1185110 - /subversion/trunk/subversion/libsvn_wc/update_editor.c

2011-10-17 Thread Stefan Sperling
On Mon, Oct 17, 2011 at 03:44:11PM +0200, Bert Huijben wrote: > What if the child was moved to a different location than its parent? > > $ svn mv A/child B/child > $ svn mv A new_A > > $ svn up . > Receives update for A/child Yes, that's a problem -- what happens is that the child goes missing.

RE: svn commit: r1185421 - /subversion/trunk/subversion/libsvn_wc/update_editor.c

2011-10-17 Thread Bert Huijben
> -Original Message- > From: s...@apache.org [mailto:s...@apache.org] > Sent: dinsdag 18 oktober 2011 0:47 > To: comm...@subversion.apache.org > Subject: svn commit: r1185421 - > /subversion/trunk/subversion/libsvn_wc/update_editor.c > > Author: stsp > Date: Mon Oct 17 22:46:29 2011 > Ne

Re: [svnbench] Revision: 1184963 compiled Oct 17 2011, 00:21:34

2011-10-17 Thread Neels J Hofmeyr
On 10/17/2011 08:41 AM, Stefan Sperling wrote: > On Mon, Oct 17, 2011 at 01:38:45AM +, ne...@apache.org wrote: >> /home/neels/svnbench/20111017-002444 >> Started at Mon Oct 17 00:24:44 UTC 2011 >> > > Neels, > > can we add a test for 'svn info' to

Re: New warnings from Xcode 4.2's clang

2011-10-17 Thread Hyrum K Wright
On Sun, Oct 16, 2011 at 1:07 AM, Daniel Shahaf wrote: > Blair Zajac wrote on Sat, Oct 15, 2011 at 21:09:22 -0700: >> So all in all, svn 1.7.0 comes out pretty good.  None of the above >> warnings are a bug, even the switch one from a cursory reading.  It's >> nice to see a compiler warn about thes

RE: svn commit: r1185110 - /subversion/trunk/subversion/libsvn_wc/update_editor.c

2011-10-17 Thread Bert Huijben
> -Original Message- > From: s...@apache.org [mailto:s...@apache.org] > Sent: maandag 17 oktober 2011 13:29 > To: comm...@subversion.apache.org > Subject: svn commit: r1185110 - > /subversion/trunk/subversion/libsvn_wc/update_editor.c > > Author: stsp > Date: Mon Oct 17 11:28:35 2011 > N

RE: Minor patch suggestion:

2011-10-17 Thread Bert Huijben
> -Original Message- > From: Mat Booth [mailto:mat.bo...@wandisco.com] > Sent: maandag 17 oktober 2011 12:26 > To: Peter Samuelson > Cc: dev@subversion.apache.org > Subject: Re: Minor patch suggestion: > > On 14 October 2011 18:25, Peter Samuelson wrote: > > > > [Mat Booth] > >> --- sub

Re: client-sided encrypted SVN

2011-10-17 Thread Branko Čibej
On 16.10.2011 16:16, Fabian Angelstorf wrote: > Dear Mailinglist, > I am part of a group of students, who are a working on a fully > client-sided encrypted version of SVN. > After our last inquiry as to how to implement this the best way, we've > decided to introduce a new http-library for this pur

Re: Minor patch suggestion:

2011-10-17 Thread Mat Booth
On 14 October 2011 18:25, Peter Samuelson wrote: > > [Mat Booth] >> --- subversion/libsvn_subr/cmdline.c  (revision 1183368) >> +++ subversion/libsvn_subr/cmdline.c  (working copy) >> @@ -32,8 +32,10 @@ >>  #include >>  #include >>  #else >> +#if _MSC_VER >= 1400 >>  #include >>  #endif >> +#en