I'm having problems getting the hang of subversion...
I have read the Subversion book as well as a guide on this forum Thread 6888/, but I'm making basic mistakes in setting this up, although I think I have Apache configured correctly... Here's what I'm doing:-
What have I overlooked?
I have read the Subversion book as well as a guide on this forum Thread 6888/, but I'm making basic mistakes in setting this up, although I think I have Apache configured correctly... Here's what I'm doing:-
Code:
mkdir /var/svn
chown -R svn:svn /var/svn
svnadmin create /var/svn/myproj
svn import myfiles http://127.0.0.1/svn/myproj -m "My Proj"
svn: E000013: Can't open file '/var/svn/myproj/db/txn-current-lock': Permission denied
What have I overlooked?