Is there a way to remove all sticky options in CVS?

I accidentally wrote a CVS file as binary (the -kb sticky option), and now I would like to delete it. Is it possible?

I found a way to change the parameter to something else with cvs admin -kv, but is there a way to completely remove it?

I also tried deleting the file and then adding it again (without specifying any sticky options), but the new version of the file has the same old -kb option.

Thank!

+5
source share
3 answers

You can remove the binary flag with the repo operation as follows:

  • Edit file,vsaved in the repo and delete lines with expand @b@;.
  • file, CVS/Entries -kb file /file/1.1/Mon Sep 9 09:30:10 2013/-kb/, //.

.

+4

https://lists.nongnu.org/archive/html/info-cvs/2000-10/msg00620.html , .

, "abc".

cvs update -A abc
cvs admin -kkv abc
cvs update -A abc
cvs status abc

. cvs cvs admin, cvs admin.

0
<Not p> No:
  • There is no command for this

  • It was not intended for this.

-1
source

All Articles