Howto create a subversion(svn) file based repository

SVN Checkout dialog

Create the repository on the server

svnadmin create --fs-type fsfs /home/cc/MyNewProject

And then I’m able to access the repository trough this URL:

svn+ssh://cc@debian06.mediakey.dk/home/cc/MyNewProject

Related posts:

  1. Howto: Create your own Debian or Ubuntu package repository
  2. Howto migrate from CVS to SVN using CVS2SVN
  3. Xen Howto: Install Windows
  4. Howto Install Windows XP / Vista on Xen
  5. Howto Create Generate a Certificate Signing Request
  6. Setting up your own APT repository with upload support
  7. Howto setup SPF (Sender Policy Framework) on a domain
  8. Howto Install Oracle on Debian
  9. Ubuntu Howto: Install Oracle
  10. Openssl to create an unencrypted key from an encrypted one (Remove password)

Popular Related Items »

Leave a Comment