Could anyone help me out a bit? I've downloaded Eclipse for JS and I'm currently investigating if it could be a great tool at my work.

Right now I'm using NPP text editor with the FTP plugin to edit files on out web server. After editing is done I do some SVN commands (committing/updating) in a putty window to the same server.

I imagine Eclipse could do it all? If so, how?

link|improve this question

43% accept rate
So what do you really want to do? Window > Open Perspective > Other > SVN Repository Exploring gives you the ability to add your remote repository to Eclipse. You can then check out these remote files to your machine, edit them locally, and commit them back to the remote server. – slhck Aug 12 '11 at 14:24
feedback

1 Answer

Subclipse is an eclipse module that allows you to manage your repositories directly through eclipse ;)

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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