Revision [3534]

Last edited on 2009-10-05 04:01:49 by WikiAdmin
Additions:
===GIT===
git quickly earns my preference. It's easy.
====exclusion====
Edit .git/info/exclude and add patterns:
*.log


Revision [2282]

Edited on 2009-04-16 03:20:48 by WikiAdmin
Additions:
SVN cheatsheet
http://www.yolinux.com/TUTORIALS/Subversion.html


Revision [2113]

Edited on 2008-12-10 21:40:58 by WikiAdmin
Additions:
===Patch===
Create a patch file
diff -Naur oldFile newFile > patchFile
Apply a patch (where the source and patch file are in CWD)
patch -p0 < patchFile


Revision [1749]

Edited on 2008-06-05 21:58:35 by WikiAdmin
Additions:
~====[[SVNLinux SVN on Linux]]====


Revision [1432]

Edited on 2008-03-03 21:03:48 by WikiAdmin
Additions:
===SVN===
SVN and Apache WebDAV
http://www.onlamp.com/pub/a/apache/2005/07/07/apache_svn.html?page=last


Revision [1230]

Edited on 2007-12-13 12:53:32 by WikiAdmin
Additions:
== If rcs complains 'no lock set by user', do these==
%%
rcs -u RCS/*,v
rcs -l -M RCS/*,v
%%
Then just check in again.


Revision [966]

Edited on 2007-09-13 01:01:55 by WikiAdmin
Additions:
8. To discard the RCS lock, **rcs -u filename**


Revision [962]

Edited on 2007-09-12 23:14:31 by WikiAdmin
Additions:
2. check in a file **ci -w author -l filename**
6. check in the file again ** ci -w author -l filename**
Deletions:
2. check in a file **ci -l filename**
6. check in the file again ** ci -l filename**


Revision [961]

The oldest known version of this page was created on 2007-09-12 23:12:13 by WikiAdmin
Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by WikkaWiki