I want to build a workspace with subversion, and I followed some tutorials;
- Install subversion –OK
svnadmin create /var/svn/repos–OK- rebuild the conf file (delete “#” in passwd,authz,svnserve.conf).
- sartup the server (
svnserve -d -r /var/svn/repos) –have no return - import something (
svn import /var/svn/import /var/svn/repos) –also no return - test the service (
svn info svn://localhost/var/home/repos)
—
svn: warning: W160013: URL ‘svn://localhost/var/svn/repos’ non-existent in revision 1 svn: E200009: Could not list all targets
because some targets don’t exist
Which step is wrong? Did I miss something important?
The path is wrong in step 6.
svnserveinterprets paths as local paths within the repository it is serving. Try this: