14/07/2011 | jiangws2002 1. Setup your Subversion Server; 2. Setup your repository; 3. Using TortoiseSVN to connect to the repository a)Import: import your local files to repository; b)Checkout: get files from your repository and SVN will make hidden files and folders in the checkout folder; c)Add: add file to your local repository; d)Commit: commit file to your repository(server) – get into the habit of adding comments to every single check-in that you conform now; e)Update: get new files form repository.