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

Re: [PATCH] don't do autoprops on symbolic links

From: Branko Čibej <brane_at_xbc.nu>
Date: Sat, 04 Sep 2010 09:50:32 +0200

 On 03.09.2010 15:08, Stefan Sperling wrote:
> On Fri, Sep 03, 2010 at 08:58:09PM +0800, Wei-Yin Chen wrote:
>> Sorry, that line should have been
>> matching_filenames = [f for f in matching_filenames if not
>> os.path.islink(dirname+'/'+f)]
> Hi,
>
> thanks for your patch!
>
> I think we should use os.sep instead of '/', because os.sep is more portable.

os.path.join maybe?

-- Brane
Received on 2010-09-04 09:51:16 CEST

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.