Philip Martin writes:
> Consider
>
> svnadmin create repo
> svnmucc -mm propset svn:externals 'foo://bar::/ X' ''
> svn co file://`pwd`/repo wc
>
> 1.8 gives a warning on checkout:
>
> svn: warning: W17: Illegal repository URL 'foo://bar::'
>
> but 1.9 gives a SEGV:
>
> svn: ../src/
Philip Martin writes:
> svnadmin create repo
> svnmucc -mm propset svn:externals 'foo://bar::/ X' ''
Need an URL there:
svnmucc -mm propset svn:externals 'foo://bar::/ X' file://`pwd`/repo
--
Philip
2 matches
Mail list logo