[Bug 1637] Broken CVS Ids
bugzilla-daemon at rtems.org
bugzilla-daemon at rtems.org
Wed Jul 28 14:26:54 UTC 2010
https://www.rtems.org/bugzilla/show_bug.cgi?id=1637
Joel Sherrill <joel.sherrill at oarcorp.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #3 from Joel Sherrill <joel.sherrill at oarcorp.com> 2010-07-28 09:26:52 CDT ---
(In reply to comment #2)
> (In reply to comment #1)
> > For some reason, some recent version of CVS has decided .doc
> > files are binary.
> Likely it considers *.doc to be Word docs.
>
> > Any idea how to tell it .doc files are not binary
> > for us? I thought this command sequence would work and it does not appear to.
> >
> > [joel at localhost tar01]$ cvs admin -kv *doc
>
> Shouldn't this be
> cvs admin -kkv *doc
> ?
Yes. Either I hadn't had enough coffee yet or the first hit in Google
had a typo.
>
> > So it looks like the admin works but there is still no expansion on the
> > checkout.
> cvs up -dP -A
>
> Note the -A
>
> > I will run the admin command on all
> > of them, make a change, commit, undo it, commit and see if the expansion
> > is working.
> I think
> cvs admin -kkv testsuites/*/*/*.doc
>
> combined with
> cvs up -dP -A
>
> is the way to go.
I missed the -A. Not an option I use on a regular basis.
>
> I just gave this a try on testsuites/psxtests/psxkey02/psxkey02.doc, which as
> far as I can tell seems to have worked out.
I just did it on all .doc files and confirmed it with a grep.
grep \$Id\$ testsuites/*/*/*doc
Now shows nothing.
I am going to close this one.
--
Configure bugmail: https://www.rtems.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
More information about the bugs
mailing list