svn - A centralized version control system.
0
votes
1answer
462 views
How do I enable a new repository in CentOS?
I need to upgrade my version of subversion however, simply running yum update subversion tells me:
Loaded plugins: fastestmirror Loading
mirror speeds from cached hostfile *
addons: ...
3
votes
2answers
7k views
svn switch --relocate: wrong uuid?
I am trying to switch to a new SVN repository.
I currently have the following checkout:
$ svn info
svn+ssh://some.server.edu/home/name/svn-repositories/proj/trunk
Now I wanted to switch, but I get ...
0
votes
0answers
288 views
Need to upgrade svn on centos [duplicate]
Possible Duplicate:
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 ...
3
votes
1answer
379 views
Setting SVN permissions with davsvnauthz
There seems to be a path inheritance issue which is boggling me over access restrictions.
For instance, if I grant rw access one group/user, and wish to restrict it some /../../secret to none, it ...
1
vote
1answer
377 views
svn and webserver files ownerships
I've an issue with files ownerships.
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 svn and ...
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 ...