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
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