info-cvs
[Top][All Lists]
Advanced

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

Re: Add library files


From: Larry Jones
Subject: Re: Add library files
Date: Mon, 14 May 2007 10:59:01 -0400 (EDT)

address@hidden writes:
> 
> I thought a library file is a binary file, so I add a library file by
> following command "cvs add -ko Math.lib".

For binary files, you need to use "-kb", not "-ko".

To fix it, use ``cvs admin -kb Math.lib'' to fix the keyword expansion
mode in the repository, use ``cvs update -A Math.lib'' to fix it in your
working directory, then replace the defective file in your working
directory with the correct file and commit it.  Finally, ask yourself
why you're storing a binary library file in a source code management
system.

-Larry Jones

Philistines. -- Calvin




reply via email to

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