| Author |
How to use CVS in Eclipse
|
Suman Sharma
Ranch Hand
Joined: May 16, 2005
Posts: 72
|
|
I have been trying to set up cvs repository in Eclipse. It gives me read only permission. I can't write a file onto cvs repository. Can anyone tell me how to get the write permission so that I can store files from Eclipse editor to cvs repository in Eclipse. Also, is there any resource available that explains the process of versioning the files in Eclipse? Thank you.
|
 |
Tim Holloway
Saloon Keeper
Joined: Jun 25, 2001
Posts: 14456
|
|
If you can read but not commit to cvs, that's an indication that your CVS login isn't authorized to update the CVS repository. It's not an Eclipse problem, it's a problem with how your CVS login was set up. As far versioning as CVS and Eclipse, it's basically the same as raw CVS except that Eclipse makes it a lot friendlier. There's a (fairly old) book on Eclipse that has a chapter on CVS, but I forget its title. It's the one with the sickle moon shining through a window and a desk lamp on its cover.
|
Customer surveys are for companies who didn't pay proper attention to begin with.
|
 |
Ilja Preuss
author
Sheriff
Joined: Jul 11, 2001
Posts: 14112
|
|
|
Did you take a look at the Eclipse online help?
|
The soul is dyed the color of its thoughts. Think only on those things that are in line with your principles and can bear the light of day. The content of your character is your choice. Day by day, what you do is who you become. Your integrity is your destiny - it is the light that guides your way. - Heraclitus
|
 |
 |
I agree. Here's the link: jrebel
|
|
subject: How to use CVS in Eclipse
|
|
|