Problem in editing files in eclipse with cvs


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting Problem in editing files in eclipse with cvs
# 1  
Old 02-04-2009
Problem in editing files in eclipse with cvs

I am using CVS repositories with eclipse.
I successfully created CVS Repositories with in eclipse. But I have a big problem, I am unable to edit any of the files in our project.
I think it is due to read only property of the file.
I also read the given link
http://www.fsl.cs.sunysb.edu/~dquigley/cse219/index.php?it=eclipse&tt=cvs

but unable to get solution.


Please help me
# 2  
Old 02-05-2009
Maybe you want to elaborate your situation. What is read only? The actual files on the filesystem, and are you able to use a plain text editor to edit and save the files?

Or you got errors when trying to commit? Please try to use the command line CVS client to re-test in this case. At least I think it may give a more direct error message in this case.
# 3  
Old 02-05-2009
Please tell me how to checkin checkout and commit a file in eclipse using cvsnt

Could you please tell me how to edit a file checkout and commit a file in Eclipse with CVSNT.
What I am doing at the moment is as given below:

1. I made new Repository Location.
2. In the Head section CVS Repository if I double clicked a file it opens in the right panel of the eclipse but I am unable to edit because it is read only.
3. Then I checked out or chek out as a file or folder in the repository.
4. Then go to Window---> Show view---> Navigator it will show all the files in navigator panel. From there if I clicked a file I am able to edit and save it.

Please tell me that if I am correct or not. could you please tell me how to checkin checkout and commit a file in eclipse using cvsnt.


Regards

Sufyan
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Problem editing with ed...

I have troubles passing variables to ed. i'm trying to do something like this: #!/bin/bash User=`cat /etc/pmx.conf |grep User | cut -d "=" -f2` new=$1 ed -s /etc/pmx.conf <<< $'/User/s/$User/$new/g\nw' :S (9 Replies)
Discussion started by: Tadeo Armenta
9 Replies

2. UNIX for Advanced & Expert Users

CVS command to revert deleted files

Hi, I have deleted a file and commited in CVS. So, is there any CVS command to revert back that deleted file with existing log messages. --Thanks in advance Madhu (1 Reply)
Discussion started by: madhuti
1 Replies

3. Programming

How to extract data from CVS log files and store it in database ?

Am currently working on CVS projects .. I have generated the cvs log file which is in the RCS file format . .I want to extract file path ,total revision ,date ,author and message from that file . .I want a program in java which would extract the data from cvs log file. .Pls help me out.. My... (0 Replies)
Discussion started by: EVERSOFT
0 Replies

4. Shell Programming and Scripting

Find and move files parsed from cvs file

I need help with a bash script. We have a directory of files which need to be renamed and moved to another directory based on filename information in a cvs file. The contents of the cvs file are as follows: A102345,abc123 A102347,dfg475 Where dfg475 is the basename without extension Our... (8 Replies)
Discussion started by: Lloyd Boyette
8 Replies

5. UNIX for Advanced & Expert Users

Restoring files from CVS !

I have accidently removed a file using the command rm -r "file.txt" (I have removed it locally !) I need to restore the file.txt to my existing CVS version.How can I do it ? Please help. Thank you. :wall: (5 Replies)
Discussion started by: gameboy87
5 Replies

6. Shell Programming and Scripting

Problem in attaching CVS file to the mail

i wrote this code(( cat $REPORT_EMAIL;uuencode <$OUTFILE $OUTFILE ) | mailx -s "Auto Policy Attach Report Before batch job " $SUPPORT_EMAIL_GRP) in my shell script to attach afile but in the mail i donot get a attachment contais of the mail is Auto Policy Attach Report Before batch job... (0 Replies)
Discussion started by: alokjyotibal
0 Replies

7. Programming

problem with eclipse in ubuntu

hello I did install eclipse in ubuntu when I run it its gives me the following message The custom VM you have chosen is not a valid executable. I don't now how to fix it could you please help me with that Problem Solved Thanks All (0 Replies)
Discussion started by: vip_a1
0 Replies

8. UNIX for Advanced & Expert Users

How to link CVS to eclipse...?

Hi All, can any body help me out on conecting CVS to eclipse. Thanks in advance KUSHAGRA (2 Replies)
Discussion started by: kushagrak
2 Replies

9. Shell Programming and Scripting

Extraction of latest files from cvs repository

Hi everyone.. Anybody having idea to get the latest file from CVS repository through schell scripts. Thanks in advance. Regards shahid Bakshi (4 Replies)
Discussion started by: shahidbakshi
4 Replies

10. UNIX for Dummies Questions & Answers

Editing problem

Hi, I want to do this: original file: a a hello e e bye becames: a hello e bye I think this can be done with sed or tr, but I've already tried all the options and can't find the solution. Thanks in advance (2 Replies)
Discussion started by: pmpx
2 Replies
Login or Register to Ask a Question