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

RE: Merged svn:ignore property does not have intended effect

From: Bob Archer <bob.archer_at_amsi.com>
Date: Tue, 8 Dec 2009 09:46:48 -0500

> 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

Is there a debug folder in the repository of the branch?

BOb

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

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 15:47:49 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.