I try to add a new SVN repository using:
but I keep getting these errors:Code:# svn add /home/user/repo
Can anyone help?Code:svn: '.' is not a working copy svn: Can't open file '.svn/entries': No such file or directory
That is the wrong command to add SVN repos. Use
Code:# svnadmin create /path/to/repo
Out of curiosity what are you using it for?
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks