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
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/subversion/libsvn_subr/dirent_uri.c:1529: uri
3 matches
Mail list logo