cvsclient: Do not abort checkout when skipping $Log$ keyword expansion
Closed
requested to merge generated-differential-D8750-source into generated-differential-D8750-target
Some CVS servers have restriction regarding the expansion of the
keyword in file to checkout and might skip that operation (see doc).
Nevertheless, official CVS client will still checkout the file but without expanding the
keyword so we should have the same behavior
in the loader.
$ export CVSROOT="anoncvs@anoncvs.NetBSD.org:/cvsroot"
$ export CVS_RSH="ssh"
$ cvs checkout -r 1.1.1.1 src/usr.bin/rcs/doc/rcs.ms
cvs checkout: Skipping `$Log$' keyword due to excessive comment leader.
U src/usr.bin/rcs/doc/rcs.ms
Closes #4646 (closed)
Migrated from D8750 (view on Phabricator)
Merge request reports
Activity
Please register or sign in to reply