info-cvs
[Top][All Lists]
Advanced

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

Re: Putting Gif Files into CVS


From: Matthew Riechers
Subject: Re: Putting Gif Files into CVS
Date: Tue, 12 Jun 2001 14:35:05 -0400

Charles Stockman wrote:
> 
> Hello
> 
> I am adminstrating my first CVS repository and I need help with gif
> files.
> 
> My environment is a CVS Repository on a Sun machine where NT clients are
> accessing the Repository.
> 
> The procedure I have been using is:
>     1. import the files
>     2. find . -name "*.gif" -exec cvs admin -kb {} \;
>     3. find . -name "*.gif" -exec cvs update {} \;
> 
> This procedure has worked for MSWord documents, Power Point Files and
> Jar Files; however it has not worked for gif files.
> 
> How do I put a gif file into CVS ???

First of all, CVS may not be the best tool if all you are storing is a
bunch of binaries. That said...

What hasn't worked? Did you get an error message? If so, please post it.
Are you sure the other files "worked"? I will assume you mean the -kb
worked. Do a 'cvs status' on each of the file classes (*.doc, *.jar,
*.gif etc) to be sure you have the -kb option enabled. Are you actually
doing an import? Why not do an add? Please be more specific...

-Matt



reply via email to

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