[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: non manageable project

From: Mark Phippard <MarkP_at_softlanding.com>
Date: 2005-07-14 14:04:40 CEST

"Michael Herger" <slim@herger.net> wrote on 07/14/2005 06:04:38 AM:

> I've been useing eclipse/subclipse for a few months now to work on
> slimserver (http://www.slimdevices.com). It has been a great help!
>
> But a few weeks ago it started to somehow loose the link the repository.
 
> The project would only display "projectname []". I usually could fix
this
> by removing the project and downloading it again. But since yesterday I
> can't get it to work any more. I can successfully check out every single
 
> subfolder, but not the main folder
> (http://svn.slimdevices.com/repos/slim/trunk).
>
> I've read about an issue with lower-/uppercase, but I've tested all
upper-
> and all lowercase. I tried updating subclipse (been using 0.9.25,
0.9.29,
> 0.9.31) and eclipse (3.1 M3?, now 3.1 final), running it as root, but
> nothing helped.
>
> What can I do?

The "case" issue is simply about the value passed to Eclipse for the
workspace path, not matching the file system path. I would assume on a
case-sensitive file system like Linux that this would not even be
possible.

The fact that you see the [] implies the decorators are being invoked. Is
it possible that you specified to use the url_short decorator? If so,
then the value of url_short is calculated by taking the URL of the path
and subtracting the root URL as defined in the connection. So if the root
URL was defined as http://svn.slimdevices.com/repos/slim/trunk, and that
is also what you checked out, then the value for url_short would be null.
If that is the problem, then just change your repository root to be the
correct value of: http://svn.slimdevices.com/repos/slim

Mark

PS - As others pointed out, to use 0.9.31 you need Subversion 1.2. You do
not need JavaSVN.

_____________________________________________________________________________
Scanned for SoftLanding Systems, Inc. by IBM Email Security Management Services powered by MessageLabs.
_____________________________________________________________________________
Received on Thu Jul 14 22:04:40 2005

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.