#793957 subversion: svn fails when the current directory has been removed

Package:
subversion
Source:
subversion
Description:
Advanced version control system
Submitter:
Vincent Lefevre
Date:
2015-07-29 11:06:05 UTC
Severity:
normal
#793957#5
Date:
2015-07-29 11:03:26 UTC
From:
To:
svn fails when the current directory has been removed, even though it
is not needed:

zira% mkdir foo
zira% cd foo
zira% rmdir ../foo
zira% svn --help
svn: E125001: Couldn't determine absolute path of '.'
svn: E000002: No such file or directory
zira%