to create a repo
svnadmin create /home/svn/<repo>
using svnserve
- if you want to commit to a repository from a remotoe machine then enable anon writes
- in the file : /home/svn/
/conf/svnserve.conf - edit :
anon-access = write auth-access = write
- to run svn serve:-
svnserve -d
svn://<host>/home/svn/<repo>