info-cvs
[Top][All Lists]
Advanced

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

Re: -T option


From: Mike Castle
Subject: Re: -T option
Date: Mon, 30 Oct 2000 22:08:06 -0600
User-agent: Mutt/1.3.6i

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
  address@hidden  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



reply via email to

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