* when I do a "commit" on a file, the verion of the file in the CVS label
decorations (in my Package Explorer) change from 1.1 to 1.2, but when I look
at the CVS repository view in Eclispe, the verion of that file in the HEAD
is still 1.1. And when I commit it again, the label decorations change from
1.2 to 1.3, but the verion in the HEAD is still 1.1. Why is that?
Thank you for your help.
"Scott Rutledge" <srutledg@xxxxxxxxxxxxxxxxxxxx> wrote in message
news:1103_1040418529@xxxxxxxxxxxxxxxxxx
Eclipse CVS doesn't really have a 'checkin' command. Commit will apply any
local changes to the repository, but leaves the local files as-is.
Scott
On Fri, 20 Dec 2002 13:51:44 -0600, "yinglcs" <yinglcs@xxxxxxxxxxxx>
wrote:
Hi,
I setup CVS integrated with Eclipse.
So I click a java File, select the "Team->Commit" menu item, is that
equilvant to a CVS checkin?
But why it does not change the file to read only mode after I do a
"Team->Commit"?
Thank you.