Re: Canonicalization of dubious URLs

2017-07-30 Thread Philip Martin
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/

Re: Canonicalization of dubious URLs

2017-07-29 Thread Philip Martin
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