info-cvs
[Top][All Lists]
Advanced

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

Re: An automatically commit


From: david
Subject: Re: An automatically commit
Date: Mon, 18 Nov 2002 16:33:25 -0600 (CST)

> Hi!,
> 
> I want to make an automatically commit inside a logical structure I made on 
> my cvs repository,
> 
> what I am doing at the moment, that is by the way too expensive, it is:
> I make checkout of the version 1, then I modify it, then I made commit, 
> after that and manually I made a checkout of the version 11, then I made the 
> same modification and I made a commit, then I made a checkout of the version 
> 12, then I made the same modification and I made a commit
>
If the files you are proposing to automatically check in are supposed
to be exactly the same, then you don't need to keep separate copies.
You may want to set up a script that will copy the file to where you
want it to go on commit.

If they may not be exactly the same, you don't want to do this 
automatically.  Making the same change to two slightly different
files can result in garbage.

-- 
Now building a CVS reference site at http://www.thornleyware.com
address@hidden





reply via email to

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