Revision [3534]
Last edited on 2009-10-05 04:01:49 by WikiAdminAdditions:
===GIT===
git quickly earns my preference. It's easy.
====exclusion====
Edit .git/info/exclude and add patterns:
*.log
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 WikiAdminAdditions:
SVN cheatsheet
http://www.yolinux.com/TUTORIALS/Subversion.html
http://www.yolinux.com/TUTORIALS/Subversion.html
Revision [2113]
Edited on 2008-12-10 21:40:58 by WikiAdminAdditions:
===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
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 WikiAdminAdditions:
~====[[SVNLinux SVN on Linux]]====
Revision [1432]
Edited on 2008-03-03 21:03:48 by WikiAdminAdditions:
===SVN===
SVN and Apache WebDAV
http://www.onlamp.com/pub/a/apache/2005/07/07/apache_svn.html?page=last
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 WikiAdminAdditions:
== If rcs complains 'no lock set by user', do these==
%%
rcs -u RCS/*,v
rcs -l -M RCS/*,v
%%
Then just check in again.
%%
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 WikiAdminAdditions:
8. To discard the RCS lock, **rcs -u filename**
Revision [962]
Edited on 2007-09-12 23:14:31 by WikiAdminAdditions:
2. check in a file **ci -w author -l filename**
6. check in the file again ** ci -w author -l filename**
6. check in the file again ** ci -w author -l filename**
Deletions:
6. check in the file again ** ci -l filename**