Skip to main content



      Home
Home » Eclipse Projects » Target Management » How to export project files to remote server without creating root project directory?
How to export project files to remote server without creating root project directory? [message #1371389] Wed, 21 May 2014 06:55 Go to next message
Eclipse UserFriend
Hello,

I am trying to setup Eclipse (Kepler SR2) to work with web-based projects (PHP, HTML, JavaScript). using Web Development Tools, PHP Development Tools and Remote System Explorer, as alternative to Aptana (because of it's bundeled PyDev version lag).

Now, when I want to start syncing local files to web server, I select "Export from project.." option in "Remote System Explorer" Perspective on remote target directory, check Review/Sync option, and in result, after "Put" action in "Team Synchronizing" perspective I get in result that all selected files are exported into subdirectory named "My Project Name".

As specific example, I've got project with some subdirs (It's for custom Drupal modules which has to be uploaded into specific website subdirectory):

-"My Drupal Modules" (Project in "Project Explorer").
 -sites
  -default
   -modules
    -my_custom_module_1
    -my_custom_module_2


If I select "sites" in remote server and click "Export from project" sub menu item, result is like this:
-somewhere-in-web-server
 -sites
  -"My Drupal Modules" <--- this is wrong
   -sites
    -default
     -my_custom_module_1
     -my_custom_module_2
  -default
   -modules 
    -my_custom_module_1 <-- not overwritten by my local updated copies
    -my_custom_module_2 <-- not overwritten by my local updated copies


It's the same if I "Export from project" into root website directory, "My Drupal Modules" project folder is always created.

Is it possible to overcome this? Or am I doing whole synchronizing in the wrong way?
Re: How to export project files to remote server without creating root project directory? [message #1385070 is a reply to message #1371389] Wed, 04 June 2014 04:18 Go to previous messageGo to next message
Eclipse UserFriend
Bump,

anyone..?
Re: How to export project files to remote server without creating root project directory? [message #1446213 is a reply to message #1371389] Thu, 16 October 2014 10:04 Go to previous message
Eclipse UserFriend
Same problem here, have You solve it?
Previous Topic:"Invalid password or user ID" when connecting to daemon in AIX (Kerberos)
Next Topic:ssh -Y in Remote System Explorer
Goto Forum:
  


Current Time: Wed Jul 16 18:31:35 EDT 2025

Powered by FUDForum. Page generated in 0.03772 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top