Hello abc people...
I've set up directories in the Subversion repository for work on the
abc papers. For each paper, I've put in the appropriate template and a
makefile that makes an empty paper and tech report. All we have to do
now is write the text! :)
To get a working copy, use the command:
svn checkout URL
where URL is one of:
https://svn.sable.mcgill.ca/sable/papers/aosd05abc/
https://svn.sable.mcgill.ca/sable/papers/cc05abc/
https://svn.sable.mcgill.ca/sable/papers/pldi05abc/
For now, you will not be able to check in your changes, but you can
already start making them. Marc will provide you with write passwords
for checking in changes very soon.
If you're unfamiliar with Subversion, it's very similar to CVS. Common
commands are:
svn help
svn up - update working copy with new changes from repository
svn add - add file(s) to the set that will go in the repository
svn stat - find out what you've changed and will submit
svn commit - submit changes to repository
svn diff - diff local copy of file(s) against repository copy
svn revert - undo all local changes to file(s)
The Subversion manual is available at:
http://svnbook.red-bean.com/
Also potentially useful is "The Top Ten Subversion Tips for CVS Users":
http://www.onlamp.com/pub/a/onlamp/2004/08/19/subversiontips.html
Please let me know if you have any problems.
Ondrej
Received on Mon Sep 13 01:09:03 2004
This archive was generated by hypermail 2.1.8 : Mon Sep 13 2004 - 02:30:02 BST