Results 1 to 3 of 3

Thread: Setting up svn server

  1. #1
    Join Date
    Mar 2006
    Beans
    30

    Setting up svn server

    I have a ubuntu lamp server setup and i installed subversion and libapache2svn. Next I modified /etc/apache2/mods-available/dav_svn.conf and set it to this:

    Code:
    <Location /svn>
    
     DAV svn
     SVNPath /var/svn
    </Location>
    So next I tried checking out the repository without giving a username from another computer on my network and it worked. How do I make it ask for a password?

  2. #2
    Join Date
    Mar 2006
    Beans
    30

    Re: Setting up svn server

    bump

  3. #3
    Join Date
    May 2007
    Beans
    60

    Re: Setting up svn server

    Take a look at the free Subversion book at http://svnbook.red-bean.com/ if you haven't already. There's also a very active Subversion users mailing list at users@subversion.tigris.org (I follow that list enough to know that they frequently deal with the kinds of set-up issues you're facing, but I don't follow those discussions closely enough to know the answer to your question.)

    Good luck!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •