This seems to be very basic question but I'm eager to know the answer. I'm using Subversion (SVN) for source control and I've been checking in all the files, but the client asked me to create a rule in SVN to avoid checking in the bin and obj folders.
Why should I not check the bin and obj folders in?
The client also asked me to keep the solution file outside the repository folder. Why is that?