SVN 1.9.7: issues with symlinks to subdir of working copy
From: sebb <sebbaz_at_gmail.com>
Date: Tue, 12 Sep 2017 15:12:58 +0100
I have a directory containing links to SVN directories that I want to update.
In some cases the link is to the root of the workspace, and in some
$ mkdir TEST
drwxr-xr-x 26 x x 884 12 Sep 14:48 subversion
The following commands work fine:
$ svn info
However for other commands there are some issues.
$ svn status subversion top tools
$ svn -u status subversion top tools
Note the strange path reference.
$ svn update subversion top tools
Note: the output does not say why tools is skipped
$ svn update tools
Whereas:
$ cd tools
These tests were done on
$ svn --version
Is this a known bug?
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.