Re: svn commit: r1210913 - in /subversion/trunk/subversion: libsvn_wc/externals.c tests/cmdline/externals_tests.py tests/cmdline/prop_tests.py tests/cmdline/svntest/actions.py

2011-12-06 Thread Philip Martin
"Bert Huijben" writes: >> - if (item->target_dir[0] == '\0' || item->target_dir[0] == '/' >> + if (item->target_dir[0] == '\0' >> + || svn_dirent_is_absolute(item->target_dir) > > I think you should also leave the '/' check as a '/style/path' on > Windows is not absolute, but a

RE: svn commit: r1210913 - in /subversion/trunk/subversion: libsvn_wc/externals.c tests/cmdline/externals_tests.py tests/cmdline/prop_tests.py tests/cmdline/svntest/actions.py

2011-12-06 Thread Bert Huijben
> -Original Message- > From: phi...@apache.org [mailto:phi...@apache.org] > Sent: dinsdag 6 december 2011 14:46 > To: comm...@subversion.apache.org > Subject: svn commit: r1210913 - in /subversion/trunk/subversion: > libsvn_wc/externals.c tests/cmdline/externals_tests.