RE: Pre-commit fails when executing 'svn ls'

2012-11-28 Thread armando.perico.n...@usi.ch
Sent: 28 November 2012 16:57 To: users@subversion.apache.org Subject: Re: Pre-commit fails when executing 'svn ls' Guten Tag armando.perico.n...@usi.ch, am Mittwoch, 28. November 2012 um 16:43 schrieben Sie: > svn: OPTIONS of 'http://localhost/svn/repo/test.txt": could n

Re: Pre-commit fails when executing 'svn ls'

2012-11-28 Thread Thorsten Schöning
Guten Tag armando.perico.n...@usi.ch, am Mittwoch, 28. November 2012 um 16:43 schrieben Sie: > svn: OPTIONS of 'http://localhost/svn/repo/test.txt": could not > connect to server (http://localhost) SELInux or AppArmor may prevent communication as both work on binaries I think, not on users, there

Pre-commit fails when executing 'svn ls'

2012-11-28 Thread armando.perico.n...@usi.ch
Hi, I want to write a pre-commit hook which make some checks on the repository using "svn" commands. i.e.: svn ls... however, svn ls is failing to connect to localhost. on my pre-commit file I have: --- # I don't need the $REPOS value since this is ju