Sunday, September 9, 2012

Common SVN Commands

Quick Sample: 

Checkout
Get the IP Address using ipconfig


Create a empty directory
Inside the directory, execute the checkout.

svn checkout http://192.168.30.131/repos/kernel/branches/SPI_Kernel .
Note the difference a "." makes.

The svn check out will ask for username and password.

This creates:
checkout with the latest revision.
...


Commit
svn commit -m "some comments"

Update
svn update

Add 
svn add "some file here..."


No comments:

Post a Comment