Selon Alexander Belikov <[EMAIL PROTECTED]>: > cvs -up -Pd updates your source tree to -current, not -stable
Aren't CVS tags supposed to be sticky ? I thought the following should work: $ cd /usr $ cvs -d [EMAIL PROTECTED]:/cvs -q co -rOPENBSD_3_9 -P src $ cd /usr/src && cvs -q up -Pd >From cvs(1) man page: "The tag specification is ``sticky'' when you use this option with `cvs checkout' or `cvs update' to make your own copy of a file: cvs remembers the tag and continues to use it on future update commands, until you specify otherwise." Cheers... -- Antoine