[Mutsu-developers] Re: any progress on CVS ??
Status: Beta
Brought to you by:
mfenner
|
From: Loek J. <loe...@xs...> - 2002-02-12 18:11:47
|
>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 Thanx, Martin, Sounds very interesting, but unfortunately this command doesn't run on my computer.... "MainMenu.nib Command not found" Also if I try to manually commit a .nib to the repository, I still don't manage (see below): (I first checked out the existing splitandconcat module, then changed all files into the new ones and wanted to first commit the important MainMenu.nib to find out that it doesn't work....) [node13269:~/Dev/splitandconcat] loek% cd English.lproj/ [node13269:~/Dev/splitandconcat/English.lproj] loek% cvs commit -m MainMenu.nib/ cvs commit: Examining . cvs commit: Examining MainMenu.nib cvs commit: Examining MainMenu~.nib ? MainMenu.nib/Spliticon.gif.tiff cvs server: Up-to-date check failed for `MainMenu.nib/info.nib' cvs server: Up-to-date check failed for `MainMenu.nib/objects.nib' cvs [server aborted]: correct above errors first! [node13269:~/Dev/splitandconcat/English.lproj] loek% cvs add MainMenu.nib/ cvs [add aborted]: there is a version in MainMenu.nib already |