Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [pde-dev] Clarification of Versions of committed files.

Hi Steven,

 

          If you look at CVS repository, you would notice that there are files like “File1.txt,v”. CVS stores the revision information in flat files with extension “,v”. All the version related change information and comments would also be written to the same flat file. By opening one such file in the repository, you can figure out for yourself how revisions are maintained. Further, If you would like to see each revision individually, you can use the CVS Resource history view in EclipseàTeamàShow in Resource History and right click on the revision and choose “Get Contents”. That’s when it will ask whether you want to overwrite your local changes. You can overwrite, if you don’t have local changes because anyway you can get it from repository later as mentioned in previous mails.

Regards,
____________________________
Sreejith M Janardhanan
Cordys Research & Development

-----Original Message-----
From: Steven Sequeira [mailto:ssequeira@xxxxxxxxx]
Sent:
Wednesday, June 09, 2004 1:35 PM
To: eclipse plugin
Subject: [pde-dev] Clarification of Versions of committed files.

 

I had 2 blank text files in my local copy.I comitted them.In cvs i c that these 2 files have versions 1.1i,e file1.txt 1.1 and file2.txt 1.1.Then i changd these 2 files in local and again commited resulting in file1.txt 1.2 and file2.txt 1.2.

            Now i can c this in cvs repost with these file  versns.Now wat happpnd to 1.1ver files.Logically i shld b able to c older versions 1.1 also.Iam not able to c the older versions under my project.Did it overwright?How does this scenario work,can u clarify.

         In cvs repos,i want to c these older files also.

 

 

Regards,
Steven Sequeira



**********************************************************************
The information in this message is confidential and may be legally
privileged. It is intended solely for the addressee. Access to this message
by anyone else is unauthorized. If you are not the intended recipient, any
disclosure, copying, or distribution of the message, or any action or
omission taken by you in reliance on it, is prohibited and may be unlawful.
Please immediately contact the sender if you have received this message in
error.

**********************************************************************

Back to the top