Re: svn commit: r957094 - in /subversion/trunk: ./ subversion/include/ subversion/libsvn_client/ subversion/libsvn_fs*/ subversion/libsvn_ra*/ ...

2010-06-23 Thread C. Michael Pilato
Daniel Shahaf wrote: >> - SVN_ERR(svn_ra_svn_write_cmd(conn, pool, "get-locks", "c", path)); >> + /* Figure out the repository abspath from PATH. */ >> + abs_path = svn_path_url_add_component2(sess->url, path, pool); >> + SVN_ERR(svn_ra_get_path_relative_to_root(session, &abs_path, >> +

Re: svn commit: r957094 - in /subversion/trunk: ./ subversion/include/ subversion/libsvn_client/ subversion/libsvn_fs*/ subversion/libsvn_ra*/ ...

2010-06-23 Thread Daniel Shahaf
cmpil...@apache.org wrote on Wed, 23 Jun 2010 at 04:22 -: > Author: cmpilato > Date: Wed Jun 23 01:22:00 2010 > New Revision: 957094 > > URL: http://svn.apache.org/viewvc?rev=957094&view=rev > Log: > Finish issue #3661: RA get-locks inefficiencies. > > * build.conf > (svnserve): Add depende

Re: Ruby bindings don't work with 1.9 + patch

2010-06-23 Thread Joe Rozner
Sorry about that, here is the patch file again as a .txt file. Joe Rozner diff -Naur subversion-1.6.12-orig/subversion/bindings/swig/ruby/svn/core.rb subversion-1.6.12/subversion/bindings/swig/ruby/svn/core.rb --- subversion-1.6.12-orig/subversion/bindings/swig/ruby/svn/core.rb 2010-06-22 20:

Re: [PATCH] issue #3641: svnsync fails to mirror certain dir replaces

2010-06-23 Thread Tino Schwarze
Hi Daniel, On Tue, Jun 22, 2010 at 08:50:33PM +0300, Daniel Shahaf wrote: > http://subversion.tigris.org/issues/show_bug.cgi?id=3641 > > Briefly, the issue is that when svnsync encounters the following history: > > r

Re: Space in filename causes path not found on commit

2010-06-23 Thread Onno van der Straaten
Hi all, I posted message below to the users list and got no response. Should I create a bug report for this? Thanks and Regards, Onno On Sat, Jun 19, 2010 at 3:33 PM, Onno van der Straaten < onno.van.der.straa...@gmail.com> wrote: > Hi all, > > I'm trying to cleanup a repository a bit. While rena

Re: svn commit: r955542 - in /subversion/trunk/subversion: bindings/javahl/native/ include/ libsvn_client/ svn/

2010-06-23 Thread Julian Foad
On Thu, 2010-06-17, rhuij...@apache.org wrote: > Author: rhuijben > Date: Thu Jun 17 10:40:30 2010 > New Revision: 955542 > > URL: http://svn.apache.org/viewvc?rev=955542&view=rev > Log: > Introduce a new svn_client_status_t structure to separate the public > client status api from the implementat

Re: [PATCH] Re: svnserve via xinetd segfaults

2010-06-23 Thread Stefan Sperling
On Mon, Jun 21, 2010 at 10:02:25AM -0500, Alec Kloss wrote: > Should I create an official bug in Subversion's bug tracker? Yes please. Thanks, Stefan

Re: SQL backend: prototype

2010-06-23 Thread Craig L Russell
Hi Jan, In other words, exactly what you have just done. Regards, Craig On Jun 23, 2010, at 3:46 AM, Craig L Russell wrote: Just fyi, since the word hasn't gotten out widely: The best way to submit an ICLA is to print, sign, scan, and email the scanned form. Thanks, Craig On Jun 23, 2

Re: SQL backend: prototype

2010-06-23 Thread Craig L Russell
Just fyi, since the word hasn't gotten out widely: The best way to submit an ICLA is to print, sign, scan, and email the scanned form. Thanks, Craig On Jun 23, 2010, at 1:58 AM, Philip Martin wrote: Jan Horák writes: Sure, I can do it. I found the license on http://www.apache.org/licen

Re: SQL backend: prototype

2010-06-23 Thread Jan Horák
I've sent a signed and scanned ICLA to secret...@apache.org. Are there any other actions needed from me right now? Regards Jan Horák E-mail: horak.ho...@gmail.com Dne 23.6.2010 8:51, Greg Stein napsal(a): Scan and email to secret...@apache.org is just fine. Thanks! On Wed, Jun 23, 2010 at 0

Re: svn commit: r956941 - /subversion/trunk/subversion/libsvn_subr/io.c

2010-06-23 Thread Julian Foad
On Tue, 2010-06-22 at 23:18 +0300, Daniel Shahaf wrote: > julianf...@apache.org wrote on Tue, 22 Jun 2010 at 19:18 -: > > @@ -3665,7 +3667,7 @@ temp_file_create(apr_file_t **new_file, > > #endif > > } > > > > -/* Wrapper for apr_file_name_get(). */ > > +/* Wrapper for apr_file_name_get(), p

Re: build labeling

2010-06-23 Thread Julian Foad
john.f.guerr...@accenture.com wrote: > Can anybody provide me with some best practices or examples for code > revision labeling (aka - build labeling)? Hi John. Thanks for your enquiry, but please post it to a user-support list such as the Subversion users list - see

Re: SQL backend: prototype

2010-06-23 Thread Philip Martin
Jan Horák writes: > Sure, I can do it. > I found the license on http://www.apache.org/licenses/icla.txt. I can > scan and email it to secret...@apache.org, is that the right way? Or > should I do something else? http://www.apache.org/licenses/#clas Post, fax, scan/email or gpg. -- Philip

RE: svn commit: r957094 - in /subversion/trunk: ./ subversion/include/ subversion/libsvn_client/ subversion/libsvn_fs/ subversion/libsvn_fs_base/ subversion/libsvn_fs_base/bdb/ subversion/libsvn_fs_fs

2010-06-23 Thread Bert Huijben
> -Original Message- > From: cmpil...@apache.org [mailto:cmpil...@apache.org] > Sent: woensdag 23 juni 2010 3:22 > To: comm...@subversion.apache.org > Subject: svn commit: r957094 - in /subversion/trunk: ./ > subversion/include/ subversion/libsvn_client/ subversion/libsvn_fs/ > subversion/l

RE: Ruby bindings don't work with 1.9 + patch

2010-06-23 Thread Bert Huijben
> -Original Message- > From: Joe Rozner [mailto:j...@deadbytes.net] > Sent: woensdag 23 juni 2010 5:43 > To: dev@subversion.apache.org > Subject: Ruby bindings don't work with 1.9 + patch > > The ruby bindings were having issues being used with Ruby 1.9 due to > changes in the case syntax.