Free Software Server Environment : SubVersionCheckout

HomePage :: Categories :: PageIndex :: RecentChanges


Search this site: FSSE.INFO is produced by "osde8info" :

Revision [676]

Most recent edit made on 2008-07-30 18:21:49 by FsseInfo

Additions:
$ svn co https://fsse-info.googlecode.com/svn/trunk/ fsse-info

svn add

add local file to local subversion workspace (you must also commit this file afterwards)
$ svn add file.txt
Adding fsse-info/file.txt


Deletions:
Adding fsse-info/y.y




Revision [472]

Edited on 2008-04-24 15:33:34 by FsseInfo

Additions:
$ svn ci -m "my comments"


Deletions:
$ svn ci fsse-info




Revision [470]

Edited on 2008-04-24 15:31:17 by FsseInfo

Additions:

checkout (co)

commit (ci)

$ svn ci fsse-info
Adding fsse-info/y.y
Transmitting file data .
Committed revision 4.


Deletions:
checkout




Revision [469]

The oldest known version of this page was edited on 2008-04-24 15:29:34 by FsseInfo
checkout
gets all the files

anonymous
$ svn checkout http://fsse-info.googlecode.com/svn/trunk/ fsse-info
or 
$ svn co 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 checkout 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



REFERRERS
SubVersion
Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by WikkaWiki
Page was generated in 0.0756 seconds