Comment 0 for bug 1875642

Revision history for this message
Dariusz Kolasinski (offcer) wrote : FSVS - not able to commit changes to remote HTTP SVN repo

After upgrading one of my machines to Ubuntu 20.04 fsvs stopped working. I`m not able to commit changes to remote repo provided by libapache2-mod-svn. I`ve tried to reproduce it by installing apache2+mod-svn+svn locally and the result is the same.

SVN client works fine.

||/ Name Version Architecture Description
+++-==============-=============-============-============================================
ii fsvs 1.2.7-1build2 amd64 Full system versioning with metadata support
ii subversion 1.13.0-3 amd64 Advanced version control system

Fresh SVN repo, fresh fsvs config and fresh apache2+svn install (all on the same box):
Apache config:
        <Location /svn/>
                ### SVN ###
                DAV svn
                SVNParentPath /home/REPO/REPO-svn/svn/
                AuthzSVNAccessFile /home/REPO/REPO-svn/.htaccess-svn.svn
                AuthUserFile /home/REPO/REPO-svn/.htpasswd.svn
                Require valid-user
                AuthType Basic
                AuthName "SVN reposity"

                AuthBasicProvider file
        </Location>

Result (quick and dirty):

root@BOX /home/REPO/REPO-svn/svn # svnadmin create test
root@BOX /home/REPO/REPO-svn/svn # find /home/REPO -exec chown www-data:www-data {} \;
root@BOX /home/REPO/REPO-svn/svn # cd /home/bummer
root@BOX /home/bummer # fsvs urls http://localhost/svn/test
root@BOX /home/bummer # fsvs
N... dir apcupsd
N... 2344 apcupsd/multimon.conf
N... 387 apcupsd/offbattery
N... 12656 apcupsd/apcupsd.conf
N... 377 apcupsd/commfailure
N... 1052 apcupsd/ups-monitor
N... 352 apcupsd/onbattery
N... 617 apcupsd/killpower
N... 13238 apcupsd/apcupsd.conf.dpkg-dist
N... 416 apcupsd/commok
N... 662 apcupsd/hosts.conf
N... 4007 apcupsd/apccontrol
N... 388 apcupsd/changeme
.mC. dir .
root@BOX /home/bummer # fsvs commit -mstart
[... user login here ...]

Committing to http://localhost/svn/test
N... dir apcupsd
N... 2344 apcupsd/multimon.conf
N... 387 apcupsd/offbattery
N... 12656 apcupsd/apcupsd.conf
N... 377 apcupsd/commfailure
N... 1052 apcupsd/ups-monitor
N... 352 apcupsd/onbattery
N... 617 apcupsd/killpower
N... 13238 apcupsd/apcupsd.conf.dpkg-dist
N... 416 apcupsd/commok
N... 662 apcupsd/hosts.conf
N... 4007 apcupsd/apccontrol
N... 388 apcupsd/changeme

An error occurred: The filesystem editor completion process was not followed (160050)
  in ci__work: editor->close_edit: Closing editor with directories or files open
root@BOX /home/bummer #