2011/11/4 Gerald Britton <gerald.britton_at_gmail.com>:
> Today, I noticed a file generated by my IDE that I want to ignore. I tried a commit and it shows up when I check "Show unversioned files" as expected.
>
> Then, I added the extension to my ignore list, which now looks like:
>
> svn:ignore *.suo *.vbproj.user *.log *.dll *.exe obj Ref *.pdb My?Project [0-9][0-9][0-9][0-9][0-9][0-9]_[0-9][0-9][0-9][0-9]*.xls *.ico 1000*.* StandardExlReports.* *.manifest
>
> I just added the *.manifest on the end in the main WC directory for this project. Note that the other matching files _are_ ignored as expected. However, after adding *.manifest, the next time I did a commit, files with that extension show up as unversioned files, though the other ignored files (like *.exe) don't.
>
> Is this a bug or am I just misunderstanding something?
>
If you are setting the property on a directory it is not recursive. It
applies only to immediate children of that directory where it is set.
(Unlike the ".gitignore" file in Git).
Best regards,
Konstantin Kolinko
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2873665
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2011-11-04 21:50:28 CET