We use subversion to store all our source code. We use Tortoise SVN client to fetch files from the subversion server. A source of common problem across developers is that the “Global Ignore Pattern” settings aren’t the same across all developer machines. How do we control propagation of project specific tortoise svn settings across all developer machines (note: all our machines are using the Win XP OS)
Share
Store svn:ignore with your project. Right-click on the folder, choose Properties, then select Subversion tab, then click Properties… button, on the next dialog press New… Choose svn:ignore from the dropdown and enter all items on separate lines:
*.suo
*.user
bin