...
Create a new SVN repository....
Initialization of an empty repository
Code Block svnadmin create ./svn-repos
- Edit the ./svn-repos/conf/svnserve.conf file
- Edit the ./svn-repos/conf/passwd file
Start the service
Code Block svnserve --daemon --root ./svn-repos
...
Using explorer right mouse and SVN Checkout and enter:
https http://svn.apache.org/repos/asf/incubatorofbiz/ofbiz-framework/trunk - as URL of the repository
...