Uploaded image for project: 'Subversion'
  1. Subversion
  2. SVN-2271

svnserve expose the path to the password file if it is not found

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • all
    • 1.6.0
    • svnserve
    • None

    Description

      $ mkdir -p $HOME/tmp/sec
      $ cd $HOME/tmp/sec
      $ svnadmin create repos
      $ vim repos/conf/svnserve.conf
      $ sed -i 's/# //g' repos/conf/svnserve.conf
      $ sed -i 's/anon-access = read/anon-access = none/' repos/conf/svnserve.conf
      $ rm -f repos/conf/passwd # needed with 1.2+ it creates a sample file
      $ svnserve -d -r $PWD/repos 
      $ svn ls svn://localhost/
      subversion/libsvn_subr/config_file.c:396: (apr_err=125001)
      svn: Can't find config file '/home/darix/tmp/sec/repos/conf/passwd'
      
      $ svn --version
      svn, version 1.3.0 (dev build)
         compiled Apr  9 2005, 18:47:08
      [...]
      
      is related to #1051
      

      http://svn.haxx.se/dev/archive-2005-04/0906.shtml

      Original issue reported by darix

      Attachments

        Activity

          People

            Unassigned Unassigned
            subversion-importer Subversion Importer
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: