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

Re: problems Checking Out

From: Toby Thain <toby_at_telegraphics.com.au>
Date: 2005-02-17 16:48:09 CET

On 17-Feb-05, at 10:06 AM, Mark Phippard wrote:

> Toby Thain <toby@telegraphics.com.au> wrote on 02/17/2005 01:19:08 AM:
>
>> I'm having a lot of trouble getting checking out a project from an SVN
>> repository.
>> I can add the repo location, disclose its folders, and go through the
>> Checkout as Project or Checkout As options on a folder, but the
>> project
>> never appears in the browser (despite Refresh).
>> It does seem to get as far as creating a folder in the workspace and
>> checking out the contents - but no project.
>>
>> I've tried this on Eclipse 3.0.1(Subclipse 0.9.27), on both Windows
>> and
>> OS X.
>> I've used both HTTPS and ssh tunnel to svnserve with identical
>> results.
>> The CLI tools work perfectly to the https:// repo url, both on Windows
>> & OS X client machines, and run on the server (1.1.3).
>>
>> What can I do? I've spent hours on this already and don't know what to
>> try next.
>
> Which Eclipse view are you trying to see the Project in? Some of the
> views apply filters to not show certain project types. Try the
> Resource
> Navigator and make sure there are no filters applied.

Java Browser.

You're right, it does appear in Resource browser. Looks like I just
have to figure out how to make it a Java project (add a "nature"?)

>
> The next thing to check would be your actual workspace using a normal
> OS
> file-system browser. Is the project in your workspace root? Is there
> a
> .project file in the root of the project folder. If you open the
> .project
> file do the contents look right?

<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
         <name>projectname</name>
         <comment></comment>
         <projects>
         </projects>
         <buildSpec>
         </buildSpec>
         <natures>
         </natures>
</projectDescription>

Thanks Mark, I have a bit of a clue now. I was expecting it to appear
in the Java browser.

Toby

>
> The fact that it does not work on Windows or OS X tells me that maybe
> you
> have an empty or corrupt .project file in your repository so Eclipse
> will
> not show the project anywhere.
>
> Mark
>
>
>
> _______________________________________________________________________
> ______
> Scanned for SoftLanding Systems, Inc. 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 Fri Feb 18 02:48:09 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.