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

[Subclipse-users] Can't add parallel source directories

From: Dennis Forcier <dforcier_at_mindspring.com>
Date: Fri, 13 Jun 2008 19:23:25 -0400

I've searched and this subject is mentioned, but I see no resolution.

I have two source folders in my project: src and test. These contain
the same packages. (This is required in Java so the test modules can
get at the non-public members, but still be separated from the
production code). I've added and commited the src folder and contents
fine, but Subclipse errors when I try to add a directory or class from
the test folder (the folder itself .

The console has this:
add -N D:\workspaces\BSE w Data Objects\test\com\dmf\bse
    Path is not a working copy directory
svn: 'D:\workspaces\project\test\com\dmf' is not a working copy
The system cannot find the path specified.
svn: Can't open file 'D:\workspaces\project\test\com\dmf\.svn\entries':
The system cannot find the path specified.

The dialog and the error log are a little more specific as to who's
throwing the error:

org.tigris.subversion.javahl.ClientException: Path is not a working
copy directory
svn: 'D:\workspaces\project\test\com\dmf' is not a working copy
The system cannot find the path specified.
svn: Can't open file 'D:\workspaces\project\test\com\dmf\.svn\entries':
The system cannot find the path specified.

Obviously. Because there is no .svn folder in any of the directories
above (below) 'D:\workspaces\project\test'.

But isn't subversion/subclispe responsible for putting them there when
I 'add to version control'?

How to get over this hump, preferably without falling back on the
command line?

Dennis

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subclipse.tigris.org
For additional commands, e-mail: users-help_at_subclipse.tigris.org
Received on 2008-06-14 01:19:30 CEST

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.