svn - A centralized version control system.
5
votes
5answers
2k views
Need to upgrade svn on centos
I have an error when I run svn up
svn this client is too old to work with working copy...please get a newer subversion client
This is on centos. I need to update svn. How do I do this?
...
2
votes
1answer
536 views
How to assign correct permissions to both webserver and svn?
I've an issue with files ownerships in unix.
I have a drupal website and the "files" folder needs to be owned by "www-data" in order to let the users to upload files with php.
However I'm now using ...
2
votes
1answer
42 views
How to set-up a online SVN server on my laptop
I had created a local SVN server on my laptop running Ubuntu 12.04 and its working perfectly fine. Now I want to make my laptop as server for some valid users who can access my SVN server though ...
2
votes
1answer
325 views
Subversion on Ubuntu server - setup issues
I have followed a guide for setting up a Subversion server and I cannot seem to access any repositories that I have created and imported from a Windows based SVN repository.
In the past, I installed ...
1
vote
1answer
42 views
Binding a particular IP to a port in apache2
In How to set-up a online SVN server on my laptop I asked to give access to my SVN server installed on my laptop to some of my friends siting in another part of country.I set-up a SVN server.I was ...