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

SlikSVN 1.6.5 Bug - Backslash in password causes auth failure on Windows 7

2011-02-09 Thread Kevin Benton
Login problems when committing changes to svn repository In order to reproduce this issue, I used the following while checking in changes to my GPL LICENSE file... > svn ci -m "Removed instructions from LICENSE file." --username myuserid --password "pphxC9k4\Q=bNL8:" --trust-server-cert --non-int

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: http + ssh

2011-02-09 Thread Stephen Connolly
you could use port tunnelling to make it look like an http repo on localhost on a port other than 80 - Stephen --- Sent from my Android phone, so random spelling mistakes, random nonsense words and other nonsense are a direct result of using swype to type on the screen On 9 Feb 2011 20:43, "Ryan

Re: SVN and launchd

2011-02-09 Thread Bill Waggoner
On Wed, Feb 9, 2011 at 3:58 PM, Jeremy Whitlock wrote: > > On Feb 9, 2011, at 1:47 PM, Bill Waggoner wrote: > > Does someone have a sample launchd plist (10.6.5) for the svn daemon or can > point me to a source for one? I'd like to set it up as start-on-demand as > the SVN server is very lightly

Re: SVN and launchd

2011-02-09 Thread Jeremy Whitlock
On Feb 9, 2011, at 1:47 PM, Bill Waggoner wrote: > Does someone have a sample launchd plist (10.6.5) for the svn daemon or can > point me to a source for one? I'd like to set it up as start-on-demand as > the SVN server is very lightly loaded. I've heard of people using this and being succes

SVN and launchd

2011-02-09 Thread Bill Waggoner
Does someone have a sample launchd plist (10.6.5) for the svn daemon or can point me to a source for one? I'd like to set it up as start-on-demand as the SVN server is very lightly loaded. TIA, Bill W

Re: http + ssh

2011-02-09 Thread Ryan Schmidt
On Feb 9, 2011, at 14:38, alexus wrote: > svn co svn+ssh://your.remote-server.com/home/svn/test > > is there a way to do something like this but without running > subversion daemon, because in my case I use svn through apache? > > but I need to use SSH as well > > so somehow http+ssh ? The ava

http + ssh

2011-02-09 Thread alexus
svn co svn+ssh://your.remote-server.com/home/svn/test is there a way to do something like this but without running subversion daemon, because in my case I use svn through apache? but I need to use SSH as well so somehow http+ssh ? -- http://alexus.org/

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: > $

Problems with Apache config to support SVN

2011-02-09 Thread Arthur Pesa
Hello, I have posted this on a couple boards over the last weekend and can't seem to get an answer. I have the following Dev environment in which I am trying to connect to an SVN repo on the local machine. Ubuntu 10.04 Eclipse w/subversive plugins Apache (LAMP) Subversion installed I have instal