Folke Lemaitre <folke@landc.be> wrote on 03/28/2006 10:12:41 AM:
> > The second line below is the one with the error.
> >
> > property = svnResource.getSvnProperty("subclipse:tags"); //$NON-NLS-1$
> > if (property != null && property.getValue() != null)
getAliases(aliases,
> > property.getValue(), svnResource.getUrl().toString());
> >
> > My guess would be that svnResource.getUrl() must be returning a null.
I
> > am not sure why that would be the case, but it should not even be
getting
> > there unless the property is set. So if you can explain your
structure it
> > might help me reproduce the problem and find the right fix.
I committed a fix. I think I am going to hold off backporting to 1.0 and
just let it live in trunk for a while. I will likely backport it when we
create a 1.0.1 release.
I attacked the problem at a low level. When we are populating our
internal objects, if the URL is null, I run the svn info command to
retrieve it from the local resource so that it is not null.
Mark
_____________________________________________________________________________
Scanned for SoftLanding Systems, Inc. and SoftLanding Europe Plc by IBM Email Security Management Services powered by MessageLabs.
_____________________________________________________________________________
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: users-help@subclipse.tigris.org
Received on Tue Mar 28 17:46:17 2006