At 04:52 PM 8/22/2002 +0200, Christian Andersson wrote:
>I asked for a sollution to MY problem, not to a different problem with how 
>things are set up, so why not ignore why, and how and just answer my problem?

OK.


>Is it possible for cvs to ignore certain rows in a file when comparing for 
>differences so that I do not have to commit the local file everytime  an 
>specific row (date-comment) in the file is changed, or fetch out the last 
>file from the repository...


No, CVS cannot do that.

One way to solve your problem is to use your build system to process the 
file into another file with some canonical form and store the processed 
file in the repository. See the way I dealt with the makefile and 
Makefile.cache for my situation. Use that as a model for your situation.

Fred

_____________________________________________________________________
Fred Brehm, Sarnoff Corporation, [EMAIL PROTECTED]
http://www.sarnoff.com/digital_video_informatics/vision_technology/index.asp




_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to