checkout (co)

gets all the files

anonymous
$ svn co http://fsse-info.googlecode.com/svn/trunk/ fsse-info
or 
$ svn checkout http://fsse-info.googlecode.com/svn/trunk/ fsse-info


specified user
NOTE to use the google code subversion repository you MUST checkout from https: (not http:) and enter google mail username and google code password
$ svn co https://fsse-info.googlecode.com/svn/trunk/ fsse-info
or
$ svn checkout https://fsse-info.googlecode.com/svn/trunk/ fsse-info
Authentication realm: <https://osde-info.googlecode.com:443> Google Code Subversion Repository
Username: google-mail-username 
Password for 'google-mail-username': google code password


svn add

add local file to local subversion workspace (you must also commit this file afterwards)
$ svn add file.txt


commit (ci)

$ svn ci -m "my comments"
Adding         fsse-info/file.txt
Transmitting file data .
Committed revision 4.



REFERRERS
SubVersion
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki