Repository based config

2014-02-26 Thread Manfred Lotz
Hi there, Assuming I need this for a certain repository: [miscellany] enable-auto-props = yes [auto-props] *.c = svn:eol-style=native; svn:keywords=Author Date Id Revision Is it possible to enable this locally for the repository. This would have the advantage that new project people checking ou

Re: Assertion svn_uri_is_canonical failed

2014-02-26 Thread Bill McCormick
On 2/26/2014 8:37 PM, Bill McCormick wrote: Hello Not sure if this is the right place to with this issue, but the issue I am having does end in a failed assertion at subversion/libsvn_subr/dirent_uri.c:1499. I think this is more than likely some issue in a Perl module that isn't doing something

Assertion svn_uri_is_canonical failed

2014-02-26 Thread Bill McCormick
Hello Not sure if this is the right place to with this issue, but the issue I am having does end in a failed assertion at subversion/libsvn_subr/dirent_uri.c:1499. I think this is more than likely some issue in a Perl module that isn't doing something correctly, but maybe somebody here could

Re: Merge information lost with newer versions of subversion

2014-02-26 Thread Henrik Carlqvist
Sorry about the line wraps, I try to fix them with some backslash: -8<- svnadmin create /tmp/repo_test mkdir svn_work 1 svn import -m "" svn_work file:///tmp/repo_test/trunk 2 svn import -m "" svn_work file:///tmp/repo_test/branches rmdir svn_work

Merge information lost with newer versions of subversion

2014-02-26 Thread Henrik Carlqvist
Since a few years (I think it was with release 1.6.17 of subversion) the merge information shown from "svn log -g" has been changed. The new way to show merge logs means some improvements like less redundant information and better performance. Unfortunately, when using these newer versions of svn t

Re: Unable to access our SVN server using SVN 1.8 client

2014-02-26 Thread Ben Reser
On 2/25/14, 3:37 PM, Ben Reser wrote: > Both mod_authz_default and mod_authz_forbid are registering in the > APR_HOOK_LAST group. So their order is not determinate. If you want to avoid > mod_authz_forbid activating for any other traffic (with or without > mod_authz_default) loaded you should add

Apache Subversion 1.7.16 released

2014-02-26 Thread Ben Reser
I'm happy to announce the release of Apache Subversion 1.7.16. Please note that Subversion 1.7.16 is the next release after Subversion 1.7.14. The 1.7.15 release was not published publicly, due to issues found during testing. This release addresses one security issues: CVE-2014-0032: mod_dav_

Fwd: AW: Unable to access our SVN server using SVN 1.8 client

2014-02-26 Thread Nico Kadel-Garcia
I accidentally responded only to Ben: On 2/25/14, 7:37 PM, Nico Kadel-Garcia wrote: > And, sometimes, it just gets more reliable to use svn+ssh and avoid > the entire Apache infrastructure complexity. There are so *many* > variants of authentication, and filesystem and multi-platform feature > in

Re: Silently corrupted WC?

2014-02-26 Thread Johan Corveleyn
On Wed, Feb 26, 2014 at 11:24 AM, Tony Sweeney wrote: > > >> -Original Message- >> From: Johan Corveleyn [mailto:jcor...@gmail.com] >> Sent: 25 February 2014 22:53 >> To: Chris >> Cc: users@subversion.apache.org >> Subject: Re: Silently corrupted WC? >> >> On Tue, Feb 25, 2014 at 3:09 PM,

RE: Silently corrupted WC?

2014-02-26 Thread Tony Sweeney
> -Original Message- > From: Johan Corveleyn [mailto:jcor...@gmail.com] > Sent: 25 February 2014 22:53 > To: Chris > Cc: users@subversion.apache.org > Subject: Re: Silently corrupted WC? > > On Tue, Feb 25, 2014 at 3:09 PM, Chris > wrote: > > Hi, > > > > I recently ran into an issue