Re: svn commit: r1100553 - in /subversion/trunk/tools/dev/benchmarks/large_dirs: ./ create_bigdir.sh

2011-05-08 Thread Daniel Shahaf
stef...@apache.org wrote on Sat, May 07, 2011 at 14:41:28 -: + ${SVNSERVE} -Tdr ${REPOROOT} ${SERVEROPTS} --listen-port ${PORT} --foreground + PID=$! 'svnserve --pid-file' exists too. (Not proposing to change the code; just pointing it out)

Re: Feature wish/request: [--externals MODE] switch on update

2011-05-08 Thread Johan Corveleyn
On Fri, May 6, 2011 at 3:03 PM, Roman Kellner muzu...@gmx.net wrote: Hi Did some more testing and found the following: Setup. folder withexternals has prop svn:externals with a number of revisioned and un-revisioned externals files. What happens: checkout folder withexternals - all

Re: svn commit: r1100733 - in /subversion/trunk/subversion: include/svn_props.h libsvn_subr/properties.c libsvn_wc/update_editor.c

2011-05-08 Thread Daniel Shahaf
rhuij...@apache.org wrote on Sun, May 08, 2011 at 13:20:08 -: Author: rhuijben Date: Sun May 8 13:20:08 2011 New Revision: 1100733 URL: http://svn.apache.org/viewvc?rev=1100733view=rev Log: Make a property hash helper function from the update editor public to allow using it in other

Re: svn commit: r1100738 - /subversion/trunk/subversion/libsvn_subr/cache-membuffer.c

2011-05-08 Thread Daniel Shahaf
A few questions: stef...@apache.org wrote on Sun, May 08, 2011 at 13:48:33 -: Author: stefan2 Date: Sun May 8 13:48:33 2011 New Revision: 1100738 URL: http://svn.apache.org/viewvc?rev=1100738view=rev Log: Make membuffer cache segmentation dynamic, i.e. don't segment smaller caches.

Re: [RFC] Case-only renames on Windows - how to proceed?

2011-05-08 Thread Johan Corveleyn
On Thu, May 5, 2011 at 11:48 PM, Greg Stein gst...@gmail.com wrote: On Thu, May 5, 2011 at 16:10, Johan Corveleyn jcor...@gmail.com wrote: On Thu, May 5, 2011 at 8:34 PM, Stefan Küng tortoise...@gmail.com wrote: On 03.05.2011 23:53, Greg Stein wrote: I suggest (1). Fix issue 3865 with a new

Re: svn commit: r1100723 - /subversion/trunk/tools/dev/benchmarks/large_dirs/create_bigdir.sh

2011-05-08 Thread Arfrever Frehtes Taifersar Arahesis
2011-05-08 13:53:14 danie...@apache.org napisał(a): Author: danielsh Date: Sun May 8 11:53:14 2011 New Revision: 1100723 URL: http://svn.apache.org/viewvc?rev=1100723view=rev Log: * tools/dev/benchmarks/large_dirs/create_bigdir.sh Remove bash-specific syntaxes and convert the script

Re: svn commit: r1100726 - /subversion/trunk/tools/dev/benchmarks/large_dirs/create_bigdir.sh

2011-05-08 Thread Arfrever Frehtes Taifersar Arahesis
2011-05-08 14:46:21 danie...@apache.org napisał(a): Author: danielsh Date: Sun May 8 12:46:20 2011 New Revision: 1100726 URL: http://svn.apache.org/viewvc?rev=1100726view=rev Log: More portability fixes. Drop xargs and don't depend on seq(1). *

Re: [RFC] Case-only renames on Windows - how to proceed?

2011-05-08 Thread Greg Stein
On May 8, 2011 5:34 PM, Johan Corveleyn jcor...@gmail.com wrote: ... Yes, I share your concern that it might be difficult to get this finished in time for 1.7. Especially given that I'm not too familiar with the wc layer etc. I could spend _some_ time on it, but it wouldn't be very

Re: svn commit: r1100830 - in /subversion/trunk/subversion/svn: log-cmd.c main.c

2011-05-08 Thread Greg Stein
On Sun, May 8, 2011 at 18:44, s...@apache.org wrote: Author: stsp Date: Sun May  8 22:44:29 2011 New Revision: 1100830 URL: http://svn.apache.org/viewvc?rev=1100830view=rev Log: Add --depth option support to svn log --diff, as already exists for svn diff. I updated the expected help text

Re: svn commit: r1100726 - /subversion/trunk/tools/dev/benchmarks/large_dirs/create_bigdir.sh

2011-05-08 Thread Greg Stein
On Sun, May 8, 2011 at 08:46, danie...@apache.org wrote: ... +++ subversion/trunk/tools/dev/benchmarks/large_dirs/create_bigdir.sh Sun May  8 12:46:20 2011 @@ -99,6 +99,13 @@ echo  rm -rf $WC  ${SVN} co $URL $WC /dev/null +# helpers + +get_sequence() { +  # three equivalents... +