The 'patch' subcommand does not seem to support applying a changelist
description to the files that are part of the patch. Any plans to
support this?
(Should I be asking this on the dev list?)
Nick
I'm writing a svndumpfilter-like tool and I want to make sure it can handle
anything svn can produce.
On Apr 16, 2013 4:08 PM, "Daniel Shahaf" wrote:
> Eitan Mosenkis wrote on Tue, Apr 16, 2013 at 12:22:00 -0400:
> > This would make it easier for implementers to write accurate parsers.
>
> Why ar
Eitan Mosenkis wrote on Tue, Apr 16, 2013 at 12:22:00 -0400:
> This would make it easier for implementers to write accurate parsers.
Why are you re-implementing the parser?
The documentation for dump files (
http://svn.apache.org/repos/asf/subversion/trunk/notes/dump-load-format.txt)
states that headers are RFC822-style. RFC822 describes several complex
behaviors for headers that are not used (and probably not supported) by
SVN. Perhaps the reference to RFC822 could b
Hi,
So I have started migrating to a new Subversion server. Our developers use
DAV and I would like to implement LDAP for authentication. My experience
with LDAP is a little limited, but there seem to be some good HowTos for
LDAP + Apache + SVN. Have you configured password policies with LDAP for