[Mutsu-developers] Re: any progress on CVS ??
Status: Beta
Brought to you by:
mfenner
|
From: Martin F. <ma...@sc...> - 2002-02-11 13:46:04
|
Loek, > I have the same problem that you described earlier and PB doesn't > recognize certain files that I added to the repository, esp. nibs and > binary files. Text only files do OK. Maybe some problem with the > cvswrappers. You can configure CVS to treat .nib files (which actually are directories) as binary files with the following line in /Developer/Tools/cvswrappers: *.nib -k 'b' -f '/Developer/Tools/cvs-unwrap %s' -t '/Developer/Tools/cvs-wrap %s %s' -m 'COPY' This unfortunately doesn't work with the CVS server at Sourceforge.net (the -f flag is not supported). But I added a long list of binary files to the cvswrappers file for the Mutsu project. - Martin |