OK, so should I go through and make sure all Bin folders and Obj folders are excluded in tortoise SVN?
I am not sure why VisualSVN has decided to start comitting DLLs
Main Topics
Browse All TopicsWhen submitting files to SVN, should I exclude the compiled DLL folders from the project?
At the moment, when files are compiled, they change each time. Should the Bin folders in my projects be set to be excluded?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Project files which will be automatically generated when building the solution should not be included in SVN.
These will add no value and cost only additional space.
In general you could stick to the rule that all the files needed to build the project from scratch are to be put in SVN, and only those.
If you want to have an archive of all build binaries you could include them too, but only when this is strictly necessary.
ok, i found a couple of good links:
http://sdesmedt.wordpress.
http://vidmar.net/weblog/a
basically I need to add obj / bin / suo / *.user to my ignore list in tortoise, i think.
Business Accounts
Answer for Membership
by: akosterPosted on 2009-10-23 at 05:56:48ID: 25643876
You should use SVN for source only. The compiled binaries should not be submitted.