"Bert Huijben" <b...@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

Reply via email to