SVN creating & access through SSH

Creating with out sudoer:

 

svnadmin create /home/user/svn

 

gedit /home/user/svn/conf/ svnserve.conf

 

[general] anon-access = read auth-access = write realm = My First Repository password-db = passwd

 

svnserve -d -R -r /home/user/svn

 

-------------------------------------------

 

Access SVN server through SSH

 

svn list svn+ssh://user@hostname/home/user/svn

你可能感兴趣的:(SVN creating & access through SSH)