Tagged Questions
0
votes
0answers
192 views
SVN fails trying to authenticate through ISA server proxy [closed]
I have Linux Ubuntu distribution installed (Maverick). I'm trying to use SVN through a ISA server proxy and after set Proxy authentication on config files i'm getting this error:
Could not ...
5
votes
0answers
9k views
How can I install Subversion 1.7? [duplicate]
Possible Duplicate:
Subversion 1.7 Binary
For various reasons I need a newer version of Subversion (SVN) running on my 10.04 server, how can I install subversion without having to compile ...
0
votes
1answer
118 views
How to prevent svnserve from overwriting SVN repository permissions?
Some coworkers and I are accessing SVN repositories through SSH. In order to make the repositories readable and writable to all of our accounts, we have created a group called "developers" and made ...
0
votes
1answer
479 views
SVN server only allows commits when run as root
So as of two days ago, i had myself a shiny new SVN server. I set it up for WebDAV with no problems. It wasn't until i tried to host multiple projects that i ran into trouble.
At first, i had all of ...
2
votes
1answer
1k views
SVN with Lighttpd web server?
I need to install svn on Ubuntu 10.04 and Ubuntu 9.04. On both servers I use lighttpd.
I found some tutorials on internet explaining which packages to install with Apache, but i actually need ...