[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: Wei-Yin Chen <wychen_at_video.ee.ntu.edu.tw>
Date: Fri, 3 Sep 2010 20:58:09 +0800

Sorry, that line should have been
matching_filenames = [f for f in matching_filenames if not
os.path.islink(dirname+'/'+f)]

On Fri, Sep 3, 2010 at 8:15 PM, Wei-Yin Chen <wychen_at_video.ee.ntu.edu.tw>wrote:

> This patch is for the following file.
>
> https://svn.apache.org/repos/asf/subversion/trunk/contrib/client-side/svn_apply_autoprops.py
>
> Log message:
> Do not apply autoprops on symbolic links in svn_apply_autoprops.py.
>
>

Received on 2010-09-03 15:00:10 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.