Question

I have a project in my linux server and have imported it into a CVS.

I am working with my team on this project using eclipse. When committing the changes it is not saving the changes into the web folder until I SSH the server and write cvs update. I would like to have the changes affected directly from eclipse.

Was it helpful?

Solution

I think you actually have two problems. The first is that Eclipse doesn't allow the workspace to change without your knowledge. Normally this is preferred, so you have a stable work environment. So you would have to refresh the workspace to see changed files.

The second is that it sounds like you are committing changes to CVS outside of Eclipse? If you commit and update from Eclipse, you don't have to refresh the workspace.

And finally, is this update supposed to retrieve changes by other users? If so, you will always have to perform the update to get the changes. You should do this from Eclipse for simplicity.

You can follow these instructions to add the CVS plugin to Eclipse, if it's not already there. http://www.eclipse.org/eclipse/platform-cvs/

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top