Recommended Software:
- Install Tortoise SVN client from this web site: tortoisesvn.tigris.org
- Install winmerge from winmerge.org for merging code
Check in procedures:
Check-in usually have three steps in the following order:
- add new file to server;
- check for new updates from server and merge if necessary;
- commit the changes back to the server;
More detailed checkin steps:
1. In windows explorer, right click the checkout root folder, and select “SVN Add”;
2. If new files are listed in the following dialog:
a. check the files that you want to send to SVN;
b. uncheck the files that you do not want to send to SVN, and add them to the ignore list;
3. Right click the root folder again, and select “SVN Update”
4. If there are changes or merge during update step, double check that the code can still compile;
5. Right click the root folder, and select “SVN Commit”, and type a proper comment about what are fixed, or the new features in this checkin;
No comments:
Post a Comment