Browse Source

Add the -d flag to the update command, so directories are created

with 'cvs up'.  Prompted by a question by patrick keshishian, diff
by Raf Czlonka.
ok phessler, jca; mild opposition from schwarze
OPENBSD_6_1
tb 8 years ago
parent
commit
3ba1fb54f0
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/etc/skel/dot.cvsrc

+ 2
- 2
src/etc/skel/dot.cvsrc View File

@ -1,6 +1,6 @@
# $OpenBSD: dot.cvsrc,v 1.2 2015/03/31 18:34:40 naddy Exp $
# $OpenBSD: dot.cvsrc,v 1.3 2016/10/31 20:50:11 tb Exp $
#
diff -uNp
update -P
update -Pd
checkout -P
rdiff -u

Loading…
Cancel
Save