xml file handling

2014-02-27 Thread Manfred Lotz
Hi there, I have a strange phenomena. In ~/.subversion/config I have [miscellany] enable-auto-props = yes [auto-props] *.xml = svn:eol-style=native; svn:keywords=Author Date Id Revision Fedora 20, subversion 1.8.5-2 svn add my.xml svn: E29: Can't set 'svn:eol-style': file '/data/mysvn/t

Re: Assertion svn_uri_is_canonical failed

2014-02-27 Thread Thorsten Schöning
Guten Tag Bill McCormick, am Donnerstag, 27. Februar 2014 um 03:37 schrieben Sie: > [Wed Feb 26 19:56:58.360939 2014] [cgi:error] [pid 15881] [client > 10.10.1.10:38523] AH01215: perl: > subversion/libsvn_subr/dirent_uri.c:1499: uri_skip_ancestor: Assertion > `svn_uri_is_canonical(child_uri, ((vo

SVN 1.8.5 svnlook and check_mime_type.pl

2014-02-27 Thread Hartleroad, James [IT]
The check_mime_type.pl isn't working with SVN1.8 on a unix system. It seems the format of the output of the svnlook proplist command changed so the mime-type is now on a separate line. SVN1.7.4 svn:executable : svn:mime-type : text/x-ksh svn:eol-style : native SVN1.8.5 svn:executable

Re: problem after update to 1.8.8

2014-02-27 Thread Bill McCormick
On 2/27/2014 5:08 PM, Bill McCormick wrote: On 2/27/2014 4:56 PM, Ben Reser wrote: On 2/27/14, 2:32 PM, Bill McCormick wrote: $svnlook svnlook: symbol lookup error: svnlook: undefined symbol: svn_pool_create_allocator Any help much appreciated. Looks to me like your svnlook is being dynamica

Re: problem after update to 1.8.8

2014-02-27 Thread Bill McCormick
On 2/27/2014 4:56 PM, Ben Reser wrote: On 2/27/14, 2:32 PM, Bill McCormick wrote: $svnlook svnlook: symbol lookup error: svnlook: undefined symbol: svn_pool_create_allocator Any help much appreciated. Looks to me like your svnlook is being dynamically linked against an older version of libsvn

Re: problem after update to 1.8.8

2014-02-27 Thread Bill McCormick
On 2/27/2014 4:32 PM, Bill McCormick wrote: $svnlook svnlook: symbol lookup error: svnlook: undefined symbol: svn_pool_create_allocator Any help much appreciated. Thanks! --- This email is free from viruses and malware because avast! Antivirus protection is active. http://www.avast.com Sorr

Re: problem after update to 1.8.8

2014-02-27 Thread Ben Reser
On 2/27/14, 2:32 PM, Bill McCormick wrote: > $svnlook > svnlook: symbol lookup error: svnlook: undefined symbol: > svn_pool_create_allocator > > Any help much appreciated. Looks to me like your svnlook is being dynamically linked against an older version of libsvn_subr. You probably have 1.7.x (

HTTP status 400 'Bad Request' when using SVN 1.8, OK using 1.7

2014-02-27 Thread Chris Barrow
Hi, I have been using Slik SVN on Windows 7 for several years without incident. But recently I installed svn version 1.8.5-SlikSvn-1.8.5-X64 (SlikSvn/1.8.5) X64. At first it worked fine, for several days, but now all svn commands which access the SVN repository are failing with an HTTP 400 B

problem after update to 1.8.8

2014-02-27 Thread Bill McCormick
$svnlook svnlook: symbol lookup error: svnlook: undefined symbol: svn_pool_create_allocator Any help much appreciated. Thanks! --- This email is free from viruses and malware because avast! Antivirus protection is active. http://www.avast.com

Re: Repository based config

2014-02-27 Thread Johan Corveleyn
On Thu, Feb 27, 2014 at 4:22 PM, Manfred Lotz wrote: > On Thu, 27 Feb 2014 12:34:12 +0100 > Johan Corveleyn wrote: > >> On Thu, Feb 27, 2014 at 6:31 AM, Manfred Lotz >> wrote: >> > Hi there, >> > Assuming I need this for a certain repository: >> > >> > [miscellany] >> > enable-auto-props = yes >

Re: Repository based config

2014-02-27 Thread Manfred Lotz
On Thu, 27 Feb 2014 12:34:12 +0100 Johan Corveleyn wrote: > On Thu, Feb 27, 2014 at 6:31 AM, Manfred Lotz > wrote: > > Hi there, > > Assuming I need this for a certain repository: > > > > [miscellany] > > enable-auto-props = yes > > > > [auto-props] > > *.c = svn:eol-style=native; svn:keywords=A

Re: Repository based config

2014-02-27 Thread Johan Corveleyn
On Thu, Feb 27, 2014 at 6:31 AM, Manfred Lotz wrote: > 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 repos