Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Just wonder anyone has such experience. I can check out .NET code from CVS in eclipse. but can't find how to compare my change with remote version, how to check in my changes to CVS in eclipse.

My source control server is CVS, I check out my C# project from it using Eclipse. Now I make changes in Visual Studio, and want to check in my changes to CVS repository. I can't figure out how to check in my changes(C#) to CVS using Eclipse. I do not have CVS NT (not free any more), no other CVS client installed yet. Just wonder if I can find a way to do it in Eclipse then I will not have to purchase CVS client. thanks

share|improve this question
Going to need some more details here – JaredPar Nov 21 '11 at 16:22

1 Answer

You compare your local changes against the remote by using the Synchronize view in the Team Synchronizing perspective. You can check in your changes from there. You can also access much of the Team functionality by right-clicking on the resource and going to the Team submenu.

See Team CVS tutorial for more info.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.