Re: SVN 1.9.7: issues with symlinks to subdir of working copy

2017-09-12 Thread Branko Čibej
On 12.09.2017 16:12, sebb wrote: > 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 > cases the link is to a subdir. > > $ mkdir TEST > $ cd TEST > $ svn co http://svn.apache.org/repos/asf/subversio

SVN 1.9.7: issues with symlinks to subdir of working copy

2017-09-12 Thread sebb
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 cases the link is to a subdir. $ mkdir TEST $ cd TEST $ svn co http://svn.apache.org/repos/asf/subversion/trunk subversion $ ln -s subversion top $ ln