HOWTO install SUBVERSION (SVN) - DEBIAN Etch

Discussion in 'Suggest HOWTO' started by Jarek Buczyński, Aug 23, 2007.

  1. Jarek Buczyński

    Jarek Buczyński New Member

    Hi,

    Could you write howto install SVN and configure on Debian Etch. I read this article, but I would prefer to use client like TortoiseSVN, WINCVS or similar so I probably need setup SVNServe.

    Is it possible do this using VirtualUsers, I don't wont give user ssh access.

    If somebody could, help please

    --
    Regards,
    Jarek
     
  2. mzdarya

    mzdarya New Member

    Subversion users

    all you need is to have the apache module, dav_svn enabled. ln -s into the sites-enabled folder under /etc/apache2.

    This gives you http access to svn.
    Setup with SSL ideally.

    also in /etc/apache2 is the dav_svn.passwd file.
    give this as the necessary argument to htpasswd to add users to access subversion. This will not grant them ssh access to your system.

    These are not all the steps you need to take to protect your system, but these are at least all the subversion related ones...

    HTH
     

Share This Page