info-cvs
[Top][All Lists]
Advanced

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

Re: CVS Import


From: Larry Jones
Subject: Re: CVS Import
Date: Tue, 14 Aug 2001 14:58:03 -0400 (EDT)

Rajesh Patwardhan writes:
> 
> I want to seek one more clarification \ misunderstanding
> 1) I do import #1 of a module into the CVS repository. --- as per the
> regular import command and all its parameter such as dir to import into,
> vendor name and release tag.
> 2) Then I do a import #2 of the same module but with code changes and use
> the same vendor name but diff release tag.
> 3) Now I do cvs co -jreleasetag1 -jreleasetag2 module name.
> 4) do a cvs commit module name.
> 
> What is cvs doing actually with this commit? 
> 
> Is it same as committing the changes I do on the branch back on to the
> trunck?

Very similar.  If you had made local changes to any of the files, then
your local versions of the files are on the trunk and the checkout and
commit updates them just like merging a branch.  The other thing it does
is note files that disappeared between the two vendor releases and mark
them as deleted in CVS (it commits a new "dead" revision).  If neither
of those apply, then the commit doesn't do anything.

-Larry Jones

I'm not a vegetarian!  I'm a dessertarian. -- Calvin



reply via email to

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