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.
Received on Thu Jan 29 14:56:00 2004