Added repositories get lost after restarting eclipse
From: Jörg Eichhorn <eichhorn_at_ponton-consulting.de>
Date: 2005-02-03 12:49:09 CET
Hello,
we have several repositories which url starts with the url of another
https://server/repos
When restarting eclipse only the first repository is shown in the 'SVN
When loading the .svnProviderState file, all repositories are read, but
The check [if(location.indexOf(url)!=-1)] results to true when the
I think it would make sense to change the method to:
if (repositories.containsKey(location))
return repository;
Cheers,
|
This is an archived mail posted to the Subclipse Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.