Bug 17657

Summary: DAV: DOC: Project folder is ignored
Product: [Eclipse Project] Platform Reporter: Tod Creasey <Tod_Creasey>
Component: TeamAssignee: Kevin McGuire <Kevin_McGuire>
Status: RESOLVED WONTFIX QA Contact:
Severity: normal    
Priority: P3 Keywords: readme
Version: 2.0   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:

Description Tod Creasey CLA 2002-05-24 10:17:09 EDT
When I put a project to the DAV server the propject directory is ignored. As a
result if I wanted to store several projects in a Folder called MyProjects this
would not be possible as they would write over each other.

STEPS
1) Create a project First and Second
2) Delpoy them both to a dav server in a Folder Foo
3) Create f1.txt in First and f2.txt in second.
4) Put both the get both - both projects will have f1.txt and f2.txt
Comment 1 Kevin McGuire CLA 2002-05-24 11:27:37 EDT
This actually is by design.  Normally with target management you put/get the 
contents of the project, not the actual project.  The place you pick in the 
site explorer is where the project contents will go.  This allows your local 
project to have a different name than the container in the dav/ftp server.  We 
also intend to allow you to deploy at the level of a workbench folder, so for 
example you can just put your /bin directory to deploy it to a server.

If you want to map several projects to the same site location, you create a new 
folder for each one.  This is why "New Folder" is in the mapping page.
Comment 2 Kevin McGuire CLA 2002-06-08 12:55:04 EDT
readme