Add option for CVS.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sat, 24 Sep 2011 14:54:07 +0300
changeset 200 f168b5f40b60
parent 199 aa1b11b44810
child 201 9042970ef6f3
Add option for CVS.
.cvsrc
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.cvsrc	Sat Sep 24 14:54:07 2011 +0300
@@ -0,0 +1,17 @@
+# -P prune empty directories
+co -P
+# -q be quiet
+# -z6 enables compression level 6
+cvs -q -z6
+# -u provides unified diff
+# -p print to standard output
+diff -up
+rdiff -up
+# -P prune empty directories
+get -P
+# Do not print the list of tags for this file. Can be very useful when your
+# site uses a lot of tags.
+log -N
+# -P prune empty directories
+# -d create new directories
+update -Pd