.cvsrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Wed, 31 Oct 2012 10:20:28 +0200
changeset 580 34b0b3232025
parent 291 bba3364ae758
permissions -rw-r--r--
* Load Emacs and Firefox automatically. * Load timer first. * Load Emacs second as it can load long time. * SkipMapping was not added to emacs to give focus it.

# -q be quiet
# -z6 enables compression level 6
cvs -q -z6
# -P prune empty directories
co -P
# -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