Re: svn client protocol (svn:// uri) specification + any client implementation , if any

2010-03-15 Thread Hyrum K. Wright
There is work to do a J2EE implementation of mod_dav_svn call SVNJ: http://code.google.com/p/svnj/ At this point, the plan is to implement the Subversion DAV protocol, but the architecture should allow easy extensibility to the svnserve protocol as well. Some work to this end would be appreciat

Re: [PATCH] Improve single byte read stream performance

2010-03-15 Thread Johan Corveleyn
On Mon, Mar 15, 2010 at 9:56 PM, Johan Corveleyn wrote: > On Mon, Mar 15, 2010 at 6:18 PM, Ivan Zhakov wrote: >> On Mon, Mar 15, 2010 at 17:01, C. Michael Pilato wrote: >>> Philip Martin wrote: Johan Corveleyn writes: > On Tue, Mar 9, 2010 at 8:04 PM, Julian Foad > wrote: >>

Re: [PATCH] Improve single byte read stream performance

2010-03-15 Thread Johan Corveleyn
On Mon, Mar 15, 2010 at 6:18 PM, Ivan Zhakov wrote: > On Mon, Mar 15, 2010 at 17:01, C. Michael Pilato wrote: >> Philip Martin wrote: >>> Johan Corveleyn writes: >>> On Tue, Mar 9, 2010 at 8:04 PM, Julian Foad wrote: > On Sun, 2010-03-07, Stefan Fuhrman wrote: >> Speed up inp

Re: svn client protocol (svn:// uri) specification + any client implementation , if any

2010-03-15 Thread Karthik K
Thanks Erik. That is very useful. Would there be any apache licensed java client (or, interest in one - if there were some work towards that end). Thanks. -- Karthik. On 3/15/10 8:04 AM, Erik Huelsmann wrote: Dear Karthik, How about libsvn_ra_svn? (Which is an implementation of libsvn_

Re: svn commit: r921713 - /subversion/trunk/subversion/libsvn_subr/mergeinfo.c

2010-03-15 Thread Paul Burba
On Fri, Mar 12, 2010 at 2:56 PM, Paul Burba wrote: > On Fri, Mar 12, 2010 at 5:38 AM, Julian Foad wrote: >> On Thu, 2010-03-11, Greg Stein wrote: >>> On Thu, Mar 11, 2010 at 02:54,   wrote: >> [...] >>> > +++ subversion/trunk/subversion/libsvn_subr/mergeinfo.c Thu Mar 11 >>> > 07:54:16 2010 >>>

Re: [PATCH] Improve single byte read stream performance

2010-03-15 Thread Stefan Fuhrmann
On Sunday 14 March 2010 22:53:59 Philip Martin wrote: > Johan Corveleyn writes: > > On Tue, Mar 9, 2010 at 8:04 PM, Julian Foad wrote: > >> On Sun, 2010-03-07, Stefan Fuhrman wrote: > >>> Speed up input stream processing in config parser and > >>> others that read single bytes from a stream. > >

Re: Valid values of svn_merge_range_t - no change number zero

2010-03-15 Thread Paul Burba
On Fri, Mar 12, 2010 at 12:59 PM, Julian Foad wrote: > Hi Paul. > > I think we can tighten the validation of svn_merge_range_t to exclude > change number "r0" (RANGE->start == -1) as in the following patch. > > My reasoning is that a change numbered "r0" is not a valid concept in > any Subversion

Re: [PATCH] Improve single byte read stream performance

2010-03-15 Thread Ivan Zhakov
On Mon, Mar 15, 2010 at 17:01, C. Michael Pilato wrote: > Philip Martin wrote: >> Johan Corveleyn writes: >> >>> On Tue, Mar 9, 2010 at 8:04 PM, Julian Foad >>> wrote: On Sun, 2010-03-07, Stefan Fuhrman wrote: > Speed up input stream processing in config parser and > others that re

Tortoise Bug: Windows(Vista) mounted NTFS partition not usuable (not regocnized as directory)

2010-03-15 Thread Martin
First apologies, for I have done this the wrong way round and reported it already (http://subversion.tigris.org/issues/show_bug.cgi?id=3604). On Windows(Vista) it is possible to mount a partition (partition on the local / build-in drive) as a folder, instead of assigning it a drive letter

Re: svn client protocol (svn:// uri) specification + any client implementation , if any

2010-03-15 Thread Erik Huelsmann
Dear Karthik, How about libsvn_ra_svn? (Which is an implementation of libsvn_ra.) http://svn.apache.org/repos/asf/subversion/trunk/subversion/libsvn_ra_svn/ libsvn_ra is available here: http://svn.apache.org/repos/asf/subversion/trunk/subversion/libsvn_ra/ And the headers with documentation -

Re: [PATCH] Improve single byte read stream performance

2010-03-15 Thread C. Michael Pilato
Philip Martin wrote: > Johan Corveleyn writes: > >> On Tue, Mar 9, 2010 at 8:04 PM, Julian Foad wrote: >>> On Sun, 2010-03-07, Stefan Fuhrman wrote: Speed up input stream processing in config parser and others that read single bytes from a stream. * subversion/libsvn_subr/sub

bug: missing files in WC after tree conflict

2010-03-15 Thread anatoly techtonik
Please, confirm this bug to track it in bug tracker. I've just locked my WC located on samba share into state inconsistent with repository. The file mailer_stable.conf present in repository has gone from WC and doesn't come back. The command line log is below. Please, CC. J:\eqtools>svn up   C

Re: [PATCH] Follow-up to r920118. was:Re: svn commit: r920118 - in /subversion/trunk/subversion: libsvn_client/cleanup.c tests/cmdline/upgrade_tests.py tests/cmdline/upgrade_tests_data/upgrade_with_ex

2010-03-15 Thread Julian Foad
On Fri, 2010-03-12, Daniel Näslund wrote: > On Fri, Mar 12, 2010 at 06:15:27PM +, Philip Martin wrote: > > Daniel Näslund writes: > > > > > Can this be committed? > > > > > > [[[ > > > Follow up to r920118. > > > > > > * subversion/libsvn_client/cleanup.c > > > (svn_client_upgrade): Use sv