Open main menu

CDOT Wiki β

Changes

Feb 16, 2012

63 bytes removed, 19:23, 16 February 2012
Meeting Summary
* "svn commit" - a svn commit will "push" all files that you added (by running the svn add command) to the repo.
* "svn update" - a svn update will update any "old" files that is on your working directory.
* Want more commands? [[this ]| http://wiki.greenstone.org/wiki/index.php/Useful_SVN_Commands More SVN Commands]
'''SVN Setup'''
- Create a working directory (mkdir ~/home/username/Documents/seneca-app/) - Move to your newly working directory (cd /home/username/Documents/seneca-app/)
- Do a checkout (svn checkout svn://littlesvr.ca/prog/seneca-app)
- Update your work (if needed)
- Done! You can now start using SVN!
36
edits