Aptana Studio 2.0: How to checkout SVN Project to SFTP remote dir?
Posted
by Brian Lacy
on Stack Overflow
See other posts from Stack Overflow
or by Brian Lacy
Published on 2010-03-18T18:08:44Z
Indexed on
2010/03/18
18:11 UTC
Read the original article
Hit count: 356
If you're familiar with the excellent Aptana Studio IDE, you know it's based on Eclipse. You also know it comes pre-packaged with SFTP capability. I need to work on a remote server, where I have Apache installed; SFTP is ideal for this.
I've installed the Subclipse plugin, and I can access and checkout projects from the Repo. I can create a new project from SVN source, which will download all the source to my chosen workspace or a specified location.
But I can't figure out a way to combine these features! I need to create a Project on a remote server via SFTP but I need to link the source to a repository.
Is there any way to do this?
© Stack Overflow or respective owner