Articles tagged with svn

  1. Quick and Efficient Subversion Repository Setup with SSH

    Posted on in software

    Setting up a Subversion (SVN) repository can be streamlined by using SSH, especially when developers already have system accounts. This method bypasses the complexity of setting up WebDAV with Apache.

    Steps to Set Up Subversion with SSH

    1. Create the Repository:

      sudo svnadmin create /var/svn
      

      This command initializes a new …

  2. Quick and Dirty Subversion Repository with SSH

    Posted on in software

    If you've ever needed to set up a Subversion repository, you know how long it can take to get WebDAV working with Apache before you even get to the repository set up. Although WebDAV is the best overall protocol for Subversion repositories (it doesn't require real users on the system …

Slaptijack's Koding Kraken