info-cvs
[Top][All Lists]
Advanced

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

fixing binary files


From: Ronald Petty
Subject: fixing binary files
Date: 18 Apr 2003 15:44:32 -0500

I added a bunch of binary (images) without -kb, I have read the
instructions on what todo,  (this is what I am doing)

I update cvswrappers to include

#*.gif -k 'b'
*.gif -k 'b'
*.png -k 'b'
*.jpeg -k 'b'
*.jpg -k 'b'
*.xcf -k 'b'
*.sda -k 'b'
*.ico -k 'b'

Now I am doing this for each set of files

find . -name *.jpg | xargs cvs admin -kb
find . -name *.jpg | xargs cvs update -A

And everything seems ok, however besides commiting another file is there
any way to be sure this fixes it?

Thanks
Ron





reply via email to

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