>
> 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
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
>>>
>>> $
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
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
>>
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
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
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
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