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

Re: Issue on Checkout As Project

From: Jesper Steen Møller <jesper_at_selskabet.org>
Date: 2004-01-29 12:50:16 CET

Hi

I'm probably responsible for some version of that bug, since Subclipse
is trying to figure out what your project is called (in case it has a
different name from what you expect).
Are you on the 3.0 branch or the 2.1.2 one? I only submitted the patches
against the latter one, you see.

-Jesper

Greg Irvine wrote:

>I've noticed an issue on checking items out as projects.
>Subclipse seems to list -r for a .project file (in the wrong place)
>before checking out the directory, for what reason I don't know (McClain
>et al?).
>
>My structure is as such:
> SVN REPOS = http://bolek/svn/repos
> Directory Structure =
> trunk
> -> documents
> -> integration
> -> source
> -> genericplugin
> -> tipp
> -> core
> -> plugins
> -> piMVC
> -> piWindow
> -> piAlarmClock
>
>
>If in the SVN Repository View, I right click on piAlarmClock and select
>Check Out As Project, the logs below show that it first does a list of
>http://bolek/svn/repos/piAlarmClock/.project instead of
>http://bolek/svn/repos/trunk/source/tipp/plugins/piAlarmClock/.project,
>effectively cutting out the entire directory tree between the root of
>the repository (http://bolek/svn/repos/) and the directory I've chosen
>(piAlarmClock).
>
>Not sure why it does it at all, but it's definitely a bug that it looks
>in the right place.
>
>***
>list -r HEAD http://bolek/svn/repos/piAlarmClock/.project
>Filesystem has no item
>svn: URL non-existent in that revision.
>***
>list -r HEAD
>http://bolek/svn/repos/trunk/source/tipp/plugins/piAlarmClock
>***
>checkout -r HEAD
>http://bolek/svn/repos/trunk/source/tipp/plugins/piAlarmClock
>A G:/Development/workspace/piAlarmClock/.classpath
>A G:/Development/workspace/piAlarmClock/.project
>A G:/Development/workspace/piAlarmClock/build.properties
>A G:/Development/workspace/piAlarmClock/tipp
>A G:/Development/workspace/piAlarmClock/tipp/plugin
>A G:/Development/workspace/piAlarmClock/tipp/plugin/piAlarmClock
>A
>G:/Development/workspace/piAlarmClock/tipp/plugin/piAlarmClock/PiAlarmCl
>ockPluginController.java
>A
>G:/Development/workspace/piAlarmClock/tipp/plugin/piAlarmClock/TimePanel
>GIPresentation.java
>A G:/Development/workspace/piAlarmClock/.checkstyle
>A G:/Development/workspace/piAlarmClock/plugin.xml
>A G:/Development/workspace/piAlarmClock/build.xml
>Checked out revision 1135.
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: dev-unsubscribe@subclipse.tigris.org
>For additional commands, e-mail: dev-help@subclipse.tigris.org
>
>
>
Received on Thu Jan 29 22:50:16 2004

This is an archived mail posted to the Subclipse Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.