Page 1 of 1

PHP IDE with ssh+svn

Posted: Sun Jan 15, 2006 8:15 pm
by jonathant
First off, I'm not really sure how to ask this question or even what I'm asking because I am very new to both PHP and SVN. This restriction might be because of the web host, but I need a PHP IDE (free) that will use an address like ssh+svn://domain.com/etc. I can only access the svn stuff using that address format when using radrails, which is a ruby ide, not php. I tried eclipse with the svn plugin, but it didn't recognize that address, I guess because it wouldn't work with ssh. Maybe if any of you actually know more of what I'm talking you can help me clarify my request :)

Posted: Mon Jan 16, 2006 12:13 am
by BruceT
I haven't seen a free IDE that has what you're looking for. But if you're developing on Windows, you could always use TortoiseSVN to manually move your content to the server, and use any IDE/editor to work on the files locally. http://tortoisesvn.tigris.org for more info.

If you're developing on Linux (or OS X I think), you can just use command line 'svn commit' to send your stuff to the server.