On Mon, Oct 30, 2000 at 04:24:46PM -0500, Richard June wrote:
> Not an option, this is scripted, only have a little bit of free space, and
> I need cvs to not write scratch files into the working directory.
> It doesn't improve anything that For the most part I'm dealing with binary
> files.

Well, what other options do you have?

CVS does not, as far as I know, do an update directly into the filename.
It updates, deletes old, renames new.

But what does scripting it have to do with not being able to delete the
file and then update it?

You are already apparently not concerned with having a transient state
where the file isn't there in a complete form.  So what's the problem?

Just do a cvs -n up, gather up the list of files that need to be updated, 
loop over deleting them and then doing a true update on each file.

mrc
-- 
       Mike Castle       Life is like a clock:  You can work constantly
  [EMAIL PROTECTED]  and be right all the time, or not work at all
www.netcom.com/~dalgoda/ and be right at least twice a day.  -- mrc
    We are all of us living in the shadow of Manhattan.  -- Watchmen

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

Reply via email to