1. Solution user option files (*.suo).
2. Project user option files (*.csproj.user)
3. Web information files (*.csproj.webinfo)
4. Bin directory
5. Obj directory
svn checkout --username myuser https://www.collabnet.company.com/svn/projectnameThis checkouts the empty repository on the directory created.
svn add *4. Lastly, commit:
svn commit -m "Initial Import"SVN Basic Work Cycle: http://svnbook.red-bean.com/nightly/en/svn.tour.cycle.html#svn.tour.cycle.update