Mark Phippard wrote:
> "Simon Lieschke" <Simon.Lieschke@orionhealth.com> wrote on 10/24/2006
> 06:11:23 PM:
>
>> (Using Eclipse 3.2.1 and Subclipse 1.1.8)
>>
>> I've got a workspace with 15 projects, all configured for sharing using
> Subclipse.
>> My project format is {dirty_flag}{name} [{url_short}], however labels
> for
>> four of my projects have the full Subversion URL displayed. Two of the
>> projects come from svn:externals but the other two aren't functionally
>> different from the remaining 11 projects in my workspace.
>>
>> Does anyone have any ideas why this may be happening?
>
> url_short is formed by subtracting the connection URL from the project
> URL. If they are the same, then the entire URL is used. This can happen
> when importing from a project set or some other mechanism where the
> connections are created for you. svn:externals is often once such time
> when this happens.
>
> Creating the connections yourself using the repository root URL, before
> they are auto-created, is one way to avoid this.
I'm not sure I quite follow that. My projects are already configured
with Subversion repository information, so I don't think that's an option.
Nonetheless I managed to fix up my problem. When I opened up the SVN
Repository view I had something like the following displayed:
http://subversion/src/Product
http://subversion/src/Product/trunk/Project1
http://subversion/src/Product/trunk/Project2
http://subversion/src/Product/trunk/Project3
http://subversion/src/Product/trunk/Project4
..
I discarded all the locations that were sublocations of the first. This
fixed up my project labels so they all displayed in the short format as
expected.
Simon
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: users-help@subclipse.tigris.org
Received on Thu Oct 26 00:16:31 2006