I use TortoiseSVN 1.7.9.
How can I ignore / remove contents from /bin folder when I svn commit the project folder? I don’t want to commit files such as .dll, .pdb, etc.
I put .dll .pdb entry in svn:ignore property but it does not work and these files still show up in the list when I perform a commit.
I don’t use command line client. In Windows Explorer I right-click on root project folder and click commit in TortoiseSVN context menu.
You can find the answer in the TortoiseSVN manual and SVNBook.
TortoiseSVN Manual tells us:
See the important note from SVNBook; it explains the behavior and “why it does not work” in your case.