Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
software:scm [2010/06/16 07:50]
cyril conflict solved
software:scm [2013/09/19 16:40] (current)
Line 7: Line 7:
 Common tasks: Common tasks:
 ^  Task  ^  GIT  ^  SVN  ^  CVS  ^ ^  Task  ^  GIT  ^  SVN  ^  CVS  ^
-| //Get Repository// | ''git clone <url> [<rep-name>]'' | ''svn checkout <url> [<rep-name>]'' | ''export CVSROOT=<url>;''<html><br/></html>''mkdir <rep-name>; cd <rep-name>;''<html><br/></html>''cvs checkout .''<html><br/></html>or<html><br/></html>''cvs -d <repo> checkout [-d <dest-dir>] <sub-dir>''+| //Get Repository// | ''git clone <url> [<rep-name>]'' | ''svn checkout <url> [<rep-name>]'' | ''cvs -<rep-name> checkout [-d <dest-dir>] <sub-dir|.>''
-| //Update// | ''git pull'' | ''svn up'' | ''cvs update'' |+| //Update// | ''git pull'' | ''svn up'' | ''cvs update [-d]'' |
 | //Commit// | ''git commit -a; git push'' | ''svn commit'' | ''cvs commit'' | | //Commit// | ''git commit -a; git push'' | ''svn commit'' | ''cvs commit'' |
 | //Add files// | ''git add <file>'' | ''svn add <file>'' | ''cvs add <file>'' | | //Add files// | ''git add <file>'' | ''svn add <file>'' | ''cvs add <file>'' |
Line 21: Line 21:
 | //Commit some files// | ''git add <files>; git commit; git push''<html><br/></html>''git commit -o <files>; git push'' | ''svn commit <files>'' | ''cvs commit <files>'' | | //Commit some files// | ''git add <files>; git commit; git push''<html><br/></html>''git commit -o <files>; git push'' | ''svn commit <files>'' | ''cvs commit <files>'' |
 | //Diff -w// | ''git diff -w'' | ''svn diff -x -w | less'' | ''cvs diff -w | less'' | | //Diff -w// | ''git diff -w'' | ''svn diff -x -w | less'' | ''cvs diff -w | less'' |
 +| //Remove file from index// |   | ''svn rm --keep-local <file>'' |   |
  
  
software/scm.1276674632.txt.gz · Last modified: 2013/09/19 16:43 (external edit)
CC Attribution-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0