Thursday, September 10, 2009

Using SVN

Adding a newly created file in SVN

svn add (filename)

Committing a file in main SVN
svn ci -m "message"


Deleting a file from SVN

svn del


To update a directory from a updated revision on svn server
cd
svn up




Restoring a directory with the latest revision -
svn checkout

To get the path of the directory stored in the svn server-
cd
svn info



No comments:

Post a Comment