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

Bug Report - 'svn:global-ignores' rules fail depending on repository contents.

From: Rob Gill <mrrobbiegill_at_gmail.com>
Date: Wed, 7 May 2014 14:08:23 +0100

Project specific 'svn:global-ignores' and/or 'svn:ignore' are not working
properly.

Example:

global-ignores:
skip.txt

If directory contains child directory which is alphabetically before the
skip.txt file and is not ignored, then ignore rules are no longer applied
to subsequent files in the current directory.

The content below will fail:

fail/
fail/something.txt
skip.txt (file is not ignored)

The content below will work:

skip.txt (file is correctly ignored)
works/
works/something.txt

System and TortoiseSVN information below:

OS = Windows 7 x64

TortoiseSVN 1.8.6, Build 25419 - 64 Bit , 2014/04/12 11:40:48
Subversion 1.8.8, -release
apr 1.5.0
apr-util 1.5.3
serf 1.3.4
OpenSSL 1.0.1g 7 Apr 2014
zlib 1.2.8

Best Regards,
Rob.

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=3077739

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2014-05-07 15:35:22 CEST

This is an archived mail posted to the TortoiseSVN Users mailing list.

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