info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Adding the option -kb to a binary file


From: irina sturm
Subject: Re: Adding the option -kb to a binary file
Date: Tue, 25 Sep 2001 13:46:00 +0200

address@hidden wrote:
> 
> On Tue, Sep 25, 2001 at 11:44:24AM +0200, irina sturm wrote:
> > We have a little problem: a user has
> > created (with cvs add) a binary file
> > without the -kb option. How this can
> > be corrected now?
> 
> As mentioned in http://www.cvshome.org/docs/manual/cvs_9.html#SEC82
> 
> $ cvs admin -kb file1 file2 file...
> 
> Cheers,
> Matthias
> --
> Matthias Kranz                                     address@hidden
>                      http://www.buug.de/~mkr
> ech`echo xiun|tr nu oc|sed 'sx\([sx]\)\([xoi]\)xo un\2\1 is xg'`ol


Thank you, it works.
But I have another question now: I was trying
to get the adding of the -kb option automatic
using the cvswrappers file (as mentioned at the
web page above) but it seems I miss something.

I created a file named "cvswrappers" with the
following content

*.fm -k 'b'
*.pdf -k 'b'
*.book -k 'b

in the repository directory. Then I tested with
the addition of a new file file1.fm:
        cvs add file1.fm
        cvs ci -m"Some message" file1.fm
but the -kb option doesn't appear for file1.fm
(tested with cvs status -v file.1fm).
What am I doing wrong?

Thanks again,
Irina.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]