Re: Problems with Apache config to support SVN

2011-02-09 Thread Arthur Pesa
Thanks for the explanation on parentpath and advice on repos. When I first laid out my repos I had 3 but I was having trouble connecting so I removed all but one that I called SVN, I actually uppercased it so it would stick out in the debug log and other possible error messaging. I figured I could

Re: Problems with Apache config to support SVN

2011-02-09 Thread Ryan Schmidt
On Feb 9, 2011, at 23:25, Arthur Pesa wrote: > Ok, Thanks to all who answered.. It was the URL, instead of > http://localhost/SVN it is http://localhost/SVN/SVN . It must be due to > the SVNParentPath?? ANyway, I am connected and it works.. Yes, http://localhost/SVN/SVN would be the correct URL

Re: Problems with Apache config to support SVN

2011-02-09 Thread Arthur Pesa
Ok, Thanks to all who answered.. It was the URL, instead of http://localhost/SVN it is http://localhost/SVN/SVN . It must be due to the SVNParentPath?? ANyway, I am connected and it works.. Many thanks, Pat On Wed, 2011-02-09 at 21:19 -0800, Arthur Pesa wrote: > Same error message from Eclipse. S

Re: Problems with Apache config to support SVN

2011-02-09 Thread Arthur Pesa
Same error message from Eclipse. Same debug and error messages in the error.log. I am going to double check the plugins, but I have already gone through all of them. Here is some error logging from Apache. [Wed Feb 09 21:17:26 2011] [debug] mod_deflate.c(615): [client 127.0.0.1] Zlib: Compressed 4

Re: Problems with Apache config to support SVN

2011-02-09 Thread Roch Auburtin
Could you try to remove: AuthBasicProvider file SVNPathAuthz off On 10/02/2011 05:12, Arthur Pesa wrote: Thanks for the help, I removed the DAV reference in and removed the Alias reference and added that path to the Repo in SVNParentPath as suggested. I am, still getting the same error. Lo

Re: Problems with Apache config to support SVN

2011-02-09 Thread Arthur Pesa
Thanks for the help, I removed the DAV reference in and removed the Alias reference and added that path to the Repo in SVNParentPath as suggested. I am, still getting the same error. Location Information has been specified incorrectly Svn: Malformed XML Keep Location Anyway This is all the Ap

Re: Problems with Apache config to support SVN

2011-02-09 Thread Ryan Schmidt
On Feb 9, 2011, at 12:31, Arthur Pesa wrote: > Alias /SVN /home/apesa/Development/SVN Remove this "Alias" line. > > AllowOverride All > DAV svn Remove this "DAV" line. > > DAV svn > SVNListParentPath on > SVNParentPath "/SVN" [snip] > I created the svn Repo with the following syntax: > $