[EMAIL PROTECTED] 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                                     [EMAIL PROTECTED]
>                      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.

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

Reply via email to