Difference between revisions of "Feb 16, 2012"

From CDOT Wiki
Jump to: navigation, search
(Meeting Summary)
(Meeting Summary)
Line 12: Line 12:
 
''SVN repo''
 
''SVN repo''
 
  svn://littlesvr.ca/prog/seneca-app
 
  svn://littlesvr.ca/prog/seneca-app
 +
 +
''SVN Commands''
 +
* "svn checkout" - a svn checkout will download all files from the server to your working directory
 +
* "svn add"      -
 +
* "svn status"  - a svn status will show
 +
* "svn update"  -
  
 
''SVN Setup''
 
''SVN Setup''
  - Create a work directory (mkdir ~/home/username/Documents/seneca-app/)
+
  - Create a working directory (mkdir ~/home/username/Documents/seneca-app/)
 
  - Do a checkout (svn checkout svn://littlesvr.ca/prog/seneca-app)
 
  - Do a checkout (svn checkout svn://littlesvr.ca/prog/seneca-app)
 +
- Update your work (if needed)
 +
- Done!

Revision as of 19:11, 16 February 2012

Meeting Summary

SVN Installation

UBUNTU

sudo apt-get install subversion.

WINDOWS

Download http://tortoisesvn.net/downloads.html

SVN repo

svn://littlesvr.ca/prog/seneca-app

SVN Commands

* "svn checkout" - a svn checkout will download all files from the server to your working directory
* "svn add"      -
* "svn status"   - a svn status will show 
* "svn update"   -

SVN Setup

- Create a working directory (mkdir ~/home/username/Documents/seneca-app/)
- Do a checkout (svn checkout svn://littlesvr.ca/prog/seneca-app)
- Update your work (if needed)
- Done!