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
Next revision Both sides next revision
software:scm [2010/06/16 07:50]
cyril conflict solved
software:scm [2010/11/05 10:01]
cyril simplify cvs checkout
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'' |
 | //Commit// | ''git commit -a; git push'' | ''svn commit'' | ''cvs commit'' | | //Commit// | ''git commit -a; git push'' | ''svn commit'' | ''cvs commit'' |
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.txt ยท Last modified: 2013/09/19 16:40 (external edit)
CC Attribution-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0