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
sp> Add-PSSnapin microsoft.sharepoint.powershellLoad SPListFunctions (download from here)
sp> . .\SPListFunctions.ps1Return all Lists
sp> Get-SPLists -url http://usbtmp8375msdev:9342/Return information on specific list
sp> Get-SPList -url http://usbtmp8375msdev:9342/NDAGenerator/ -title "NDA Contents"
C:\>schtasks /query /fo CSV /v /s servername > scheduledtask.csv