- Package:
- subversion
- Source:
- subversion
- Description:
- Advanced version control system
- Submitter:
- Vincent Lefevre
- Date:
- 2015-07-29 11:06:05 UTC
- Severity:
- normal
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%