Thanks.

I thought I had tried the cvs admin -kkv, but it didn't work...exactly.  I
was able to get rid of the sticky option.  But, it wasn't straight forward.
Essentially, I had to do remove the sticky option with the 'cvs admin -kkv'
command, then 'cvs update -A' to remove all sticky tag information.
Executing the 'cvs admin' command or 'cvs update' command by itself was not
sufficient.

If you are interested in the complete sequence, keep reading.  Otherwise,
stop here.

CVS Version: 
        1.10.8 (client):        Windows NT
        1.10.8 (client/server): Linux, Redhat 6.2

Repository:     C:\cvs\repository (test repository)
Test File:      C:\cvs\work\testing\abc


1.  Obtain status of file; verify Binary option flag is set:

% cvs status abc
cvs status abc
==============================================================
File: abc               Status: Up-to-date

   Working revision:    1.1.2.7 Fri Oct 27 23:59:09 2000
   Repository revision: 1.1.2.7 c:/cvs/repository/testing/abc,v
   Sticky Tag:          codeline (branch: 1.1.2)
   Sticky Date:         (none)
   Sticky Options:      -kb

2.  Reset any sticky tags, dates, or '-k' options.

% cvs update -A abc
U abc
% cvs status abc
==============================================================
File: abc               Status: Up-to-date

   Working revision:    1.1     Fri Oct 27 23:59:23 2000
   Repository revision: 1.1     c:/cvs/repository/testing/abc,v
   Sticky Tag:          (none)
   Sticky Date:         (none)
   Sticky Options:      -kb     *** NOTICE THE -kb FLAG IS STILL SET ***

3.  Reset the sticky options

%  cvs admin -kkv abc
RCS file: c:/cvs/repository/testing/abc,v
done
% cvs status abc
==============================================================
File: abc               Status: Up-to-date

   Working revision:    1.1     Fri Oct 27 23:59:23 2000
   Repository revision: 1.1     c:/cvs/repository/testing/abc,v
   Sticky Tag:          (none)
   Sticky Date:         (none)
   Sticky Options:      -kb     *** NOTICE THE -kb FLAG IS STILL SET ***
% cvs update -A abc
U abc
% cvs status abc
==============================================================
File: abc               Status: Up-to-date

   Working revision:    1.1     Fri Oct 27 23:59:57 2000
   Repository revision: 1.1     c:/cvs/repository/testing/abc,v
   Sticky Tag:          (none)
   Sticky Date:         (none)
   Sticky Options:      (none)


-----Original Message-----
From: Mike Castle [mailto:[EMAIL PROTECTED]]
Sent: Friday, October 27, 2000 2:56 PM
To: 'CVS Discussion Group'
Subject: Re: How to get rid of sticky options


On Fri, Oct 27, 2000 at 01:57:37PM -0700, Matthew Berney wrote:
> But, there is no way to "turn off" the sticky option.  

cvs admin -kkv ?

mrc
-- 
       Mike Castle       Life is like a clock:  You can work constantly
  [EMAIL PROTECTED]  and be right all the time, or not work at all
www.netcom.com/~dalgoda/ and be right at least twice a day.  -- mrc
    We are all of us living in the shadow of Manhattan.  -- Watchmen

_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to