Hi all,
I am working on a tool that will extract data from svn dumps (such as
produced by `svnadmin dump` and `svnrdump`). I would like to make sure I
can handle all kinds of cases, both common and corner cases (not error
cases such as malformed dumps). Is there a sample repo or sample dump file
t
"Chao.Guan" writes:
> I am using TortoiseSVN 1.8.7, Build 25475 - 64 Bit on my Win7. I happened to
> see this information while updating contents: "ra_serf: An error occurred
> during decompression".
>
> I have searched the source code of TortoiseSVN 1.8.7 but didn't find any
> related code abo
Please Cc responses as I am not subscribed to the list.
I'm primarily a Tortoise user under Windows, but have recently needed to start
using the command line client more frequently. Our development environment
heavily leverages externals and developers often distribute patches as a means
for c
This error is about the working copy lock, not user locks. This lock makes sure
only a single operation can change (a part of) the working copy at the same
time, to avoid breaking your working copy.
The problem here is that patch locks only one working copy, but your patch
tries to change mult
On Tue, Nov 04, 2014 at 02:47:59PM +, Bert Huijben wrote:
> The problem here is that patch locks only one working copy, but your patch
> tries to change multiple working copies. (Directory externals are separate
> working copies). This is a scenario that was never designed for patch.
I see n
That would be great if this could be tracked as a bug and eventually fixed.
For me it was very confusing that a modify operation would succeed but an
add/delete would not, but this could just be a lack of low level svn
understanding on my part particularly as it pertains to locks.
Thanks!
On Tue, Nov 04, 2014 at 04:21:37PM +, Griffin Myers wrote:
> That would be great if this could be tracked as a bug and eventually fixed.
Do you have time to file an issue? If so, please do so, pointing to
this mailing list thread in the archives (e.g. at svn.haxx.se).
Please see http://subver
Issue filed at: http://subversion.tigris.org/issues/show_bug.cgi?id=4525
Thanks for your help.
-Original Message-
From: Stefan Sperling [mailto:s...@elego.de]
Sent: Tuesday, November 04, 2014 11:35 AM
To: Griffin Myers
Cc: Bert Huijben; users@subversion.apache.org
Subject: Re: Why does s
> From: users-return-22456-mr_kernel=163@subversion.apache.org
> [mailto:users-return-22456-mr_kernel=163@subversion.apache.org] On
> Behalf Of Philip Martin
> Sent: Tuesday, November 04, 2014 7:27 PM
> To: Chao.Guan
> Cc: users@subversion.apache.org
> Subject: Re: An error occurred during