Originally posted by Himanshu Jhamb:
How can I checkout the code files, make my changes, and check them back in to CVS? Are you saying that a developer cannot commit his changes back to CVS with eclipse? If thats the case, then how does source controlling work w/Eclipse?
Himanshu,
I definitely didn't mean to imply that you can't commit changes back to CVS. I meant that you can't commit changes if you don't check out the project. The process is:
1) Check out project from stream (such as head stream)
2) Make changes
3) Team --> Synchronize with stream
4) Release changes