Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 347465

Summary: project name in .project not considered when .project is svn:external
Product: [Technology] Subversive Reporter: Elias Balasis <eliasbalasis>
Component: CoreAssignee: Igor Burilo <igor.burilo>
Status: CLOSED MOVED QA Contact:
Severity: minor    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows 7   
See Also: https://bugs.eclipse.org/bugs/show_bug.cgi?id=345080
Whiteboard:

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. ***