Re: Efficiency of rep-sharing (deduplication) in 1.8 and later (chunking?)

2014-12-03 Thread Thomas Harold
> > Representation cache is based on the sha of the rep. So it does not > matter what the filename is or where it is stored. If it has the same > sha as an existing rep, then it will be be shared. > > The small improvement in 1.8 was simply to do this for files being added > within the same rev

Re: Problems with selecting log revision by date: -r {yyyy-mm-dd}

2014-12-03 Thread Johan Corveleyn
On Wed, Dec 3, 2014 at 2:45 PM, Philip Martin wrote: > Stefan Sperling writes: > >> On Wed, Dec 03, 2014 at 12:22:02PM +, sebb wrote: >>> >>> svn co --depth files https://svn.apache.org/repos/asf/subversion/trunk >>> subversion >>> >>> $ svn log -l 10 subversion >>> -- this works OK >>> >>> $

Re: Tunnel Agent

2014-12-03 Thread Rama A
Hi Bert, Thanks for the response. On Wed, Dec 3, 2014 at 5:35 PM, Bert Huijben wrote: > Hi, > > > > Subversion 1.9 is not released yet, so the api may change before we > release 1.9. > > > > But if you want to test the early code there are some testcases you might > want to look

Re: Problems with selecting log revision by date: -r {yyyy-mm-dd}

2014-12-03 Thread Philip Martin
Stefan Sperling writes: > On Wed, Dec 03, 2014 at 12:22:02PM +, sebb wrote: >> >> svn co --depth files https://svn.apache.org/repos/asf/subversion/trunk >> subversion >> >> $ svn log -l 10 subversion >> -- this works OK >> >> $ svn log -r {2014-11-30} subversion >>

Re: Problems with selecting log revision by date: -r {yyyy-mm-dd}

2014-12-03 Thread sebb
On 3 December 2014 at 13:00, Stefan Sperling wrote: > On Wed, Dec 03, 2014 at 12:22:02PM +, sebb wrote: >> I cannot get the examples in the manual to work. >> They don't produce any output apart from the separator. >> >> Is this a known bug? >> >> How to reproduce: >> >> svn co --depth files h

Re: Problems with selecting log revision by date: -r {yyyy-mm-dd}

2014-12-03 Thread Stefan Sperling
On Wed, Dec 03, 2014 at 12:22:02PM +, sebb wrote: > I cannot get the examples in the manual to work. > They don't produce any output apart from the separator. > > Is this a known bug? > > How to reproduce: > > svn co --depth files https://svn.apache.org/repos/asf/subversion/trunk > subversio

Problems with selecting log revision by date: -r {yyyy-mm-dd}

2014-12-03 Thread sebb
I cannot get the examples in the manual to work. They don't produce any output apart from the separator. Is this a known bug? How to reproduce: svn co --depth files https://svn.apache.org/repos/asf/subversion/trunk subversion $ svn log -l 10 subversion -- this works OK $ svn log -r {2014-11-30

RE: Tunnel Agent

2014-12-03 Thread Bert Huijben
Hi, Subversion 1.9 is not released yet, so the api may change before we release 1.9. But if you want to test the early code there are some testcases you might want to look at in http://svn.apache.org/repos/asf/subversion/trunk/subversion/tests/libsvn_ra/ra-test.c (for the