[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

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

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Tue, 06 Dec 2011 14:53:53 +0000

"Bert Huijben" <bert_at_qqmail.nl> 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 also not completely relative.

It's included in svn_dirent_is_absolute.

-- 
uberSVN: Apache Subversion Made Easy
http://www.uberSVN.com
Received on 2011-12-06 15:54:32 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.