Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 347465 - project name in .project not considered when .project is svn:external
Summary: project name in .project not considered when .project is svn:external
Status: CLOSED MOVED
Alias: None
Product: Subversive
Classification: Technology
Component: Core (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 7
: P3 minor (vote)
Target Milestone: ---   Edit
Assignee: Igor Burilo CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 345080 (view as bug list)
Depends on:
Blocks:
 
Reported: 2011-05-27 10:47 EDT by Elias Balasis CLA
Modified: 2020-11-27 17:44 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Elias Balasis CLA 2011-05-27 10:47:03 EDT
Build Identifier: 0.7.9.I20110207-1700

Subversive seems to ignore the project name contained in .project file if .project is svn:external and performs check-out with project name equal to the SVN folder name instead, which is not the desired behavior

Expected and desired behavior is the project to take the name of contained in .project file


Reproducible: Always

Steps to Reproduce:
1. create a test Eclipse project and commit it to SVN repository
2. in same SVN folder create another Eclipse project but link the .project file of the new project (svn:external) to the .project file in SVN folder of original project
3. check-out the second project
4. observe that checked-out Eclipse project is named after the SVN folder of the second project and not the project name inside the .project file
Comment 1 Elias Balasis CLA 2011-05-27 10:49:34 EDT
*** Bug 345080 has been marked as a duplicate of this bug. ***