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

Merged svn:ignore property does not have intended effect

From: David Aldrich <david.aldrich_at_eu.nec.com>
Date: Tue, 8 Dec 2009 11:31:54 +0000

Hi

I wonder if someone could explain the following behaviour please?

On my trunk I have set the svn:ignore property of folder MSVC to ignore 'Debug'. This has the expected result that svn status does not report folder Debug and its contents.

I then merged that change into my branch. Folder MSVC of the branch now has that ignore value but svn status still reports files in Debug:

C:\<mybranch>MSVC>svn proplist -v
Properties on '.':
  svn:ignore
    *.ncb
    *.suo
    *.user
    Debug
    Release

C:\<mybranch>MSVC>status
? Debug\<myfile>.pdb
? Debug\<myfile>.exe
etc.

Best regards
David

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2428159

Please start new threads on the <users_at_subversion.apache.org> mailing list.
To subscribe to the new list, send an empty e-mail to <users-subscribe_at_subversion.apache.org>.
Received on 2009-12-08 12:33:02 CET

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

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