View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0017883 | CentOS-7 | subversion | public | 2020-11-24 11:19 | 2020-11-24 11:19 |
Reporter | mumbricht | Assigned To | |||
Priority | normal | Severity | major | Reproducibility | have not tried |
Status | new | Resolution | open | ||
Summary | 0017883: svnserve --root command not redirecting querries | ||||
Description | Upon the recent kernel update, our server's SVN directories stopped working, giving the following error: svn: E170013: Commit failed (details follow): svn: E170013: Unable to connect to a repository at URL 'svn+ssh://my.company.com/project' svn: E210005: No repository found in 'svn+ssh://my.company/project' Upon further investigation, connecting to the repos with the full path URL works: svn list svn+ssh://my.company.com/srv/svn/repos/project branches/ tags/ trunk/ output of service svnserve status : Redirecting to /bin/systemctl status svnserve.service ● svnserve.service - Subversion protocol daemon Loaded: loaded (/etc/systemd/system/svnserve.service; enabled; vendor preset: disabled) Active: active (running) since Tue 2020-11-24 11:29:35 CET; 30min ago Process: 70577 ExecStart=/usr/bin/svnserve $DAEMON_ARGS (code=exited, status=0/SUCCESS) Main PID: 70579 (svnserve) Tasks: 1 CGroup: /system.slice/svnserve.service └─70579 /usr/bin/svnserve --daemon --pid-file /run/svnserve/svnserve.pid --root /srv/svn/repos --log-file /var/log/svnserve/svnserve.log Nov 24 11:29:35 anton systemd[1]: Starting Subversion protocol daemon... Nov 24 11:29:35 anton svnserve[70577]: DIGEST-MD5 common mech free Nov 24 11:29:35 anton systemd[1]: Started Subversion protocol daemon. | ||||
Additional Information | SVN is mission critical to us, and in the meantime we're going to relocate the working directories to the full URL. This may be a configuration error, but if it is I can't find where I screwed up. Please let me know if there are any log files that I can send. | ||||
Tags | No tags attached. | ||||
abrt_hash | |||||
URL | |||||
Date Modified | Username | Field | Change |
---|---|---|---|
2020-11-24 11:19 | mumbricht | New Issue |