Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: New repo structure for trunk

...

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

...