I am new to CVS and am using version 1.10 on Windows. I have set up a
repository and started versioning files, however I cannot seem to get binary
files to be added correctly. If I add or import them using the -kb switch
all works well as the documentation states. If however, I specify defaults
in the cvswrappers file (so I can just add and import files without
specifying the -kb switch all of the time) my binary files are not being
added to the repository properly. Here is the contents of my cvswrappers
file:
*.jar -k 'b'
*.ear -k 'b'
*.war -k 'b'
*.class -k 'b'
*.gif -k 'b'
*.exe -k 'b'
*.dll -k 'b'
*.jpg -k 'b'
*.gif -k 'b'
What am I doing wrong?
Thanks,
Nathan Phelps