Calvin_Jones
06-24-2008, 08:13 PM
How do I edit / manage C++ code remotely?
Can some C++ guru please let me know how to connect / manage C++ code located on a remote server?
Currently I use Putty to open a telnet session to the remote box (linux) and edit the code using vi editor. I'd like to know if there is a some other way to do so (like for e.g. Eclipse or NetBeans IDE). I do not want to download the entire code base to my local box which is a Windows XP box. I just want to continue coding on the server as project makefiles are linux specific. Also if I can checkout/checkin my code from SVN or CVS from within my editor that would really help.
Thanks.
Can some C++ guru please let me know how to connect / manage C++ code located on a remote server?
Currently I use Putty to open a telnet session to the remote box (linux) and edit the code using vi editor. I'd like to know if there is a some other way to do so (like for e.g. Eclipse or NetBeans IDE). I do not want to download the entire code base to my local box which is a Windows XP box. I just want to continue coding on the server as project makefiles are linux specific. Also if I can checkout/checkin my code from SVN or CVS from within my editor that would really help.
Thanks.