On Mon, Aug 25, 2008 at 12:05 PM, Silverman, Glenn <GSilverman_at_dylt.com> wrote:
> I keep getting the following error when using Subclipse 1.4 in Eclipse
> Ganymede. Is Subclipse not ready for Ganymede:
I hope this comment does not offend you Glenn, but posts like this
really annoy me, and the only reason I even say anything is because
I've seen this particular flavor of post a lot recently. Basically
someone has a problem, then makes this enormous leap of a conclusion
to it being related to Ganymede and combines it with an alarmist
subject. I get annoyed because there is no logic to it and I know it
will scare off users that do not have the time to read the details and
see there is nothing to it.
On to the problem ....
> Problems reported while synchronizing SVNStatusSubscriber. 0 of 1 resources
> were synchronized.
> An error occurred synchronizing /dylt-parent: Error getting status for
> resource P/dylt-parent org.tigris.subversion.javahl.ClientException: Working
> copy not locked; this is probably a bug, please report
>
> svn: Directory 'D:\new-workspace\dylt-parent\dylt-command\target\.svn'
> containing working copy admin area is missing
>
> Error getting status for resource P/dylt-parent
> org.tigris.subversion.javahl.ClientException: Working copy not locked; this
> is probably a bug, please report
>
> svn: Directory 'D:\new-workspace\dylt-parent\dylt-command\target\.svn'
> containing working copy admin area is missing
>
> org.tigris.subversion.javahl.ClientException: Working copy not locked;
> this is probably a bug, please report
> svn: Directory 'D:\new-workspace\dylt-parent\dylt-command\target\.svn'
> containing working copy admin area is missing
>
> org.tigris.subversion.javahl.ClientException: Working copy not locked;
> this is probably a bug, please report
> svn: Directory 'D:\new-workspace\dylt-parent\dylt-command\target\.svn'
> containing working copy admin area is missing
>
> Is this a problem with Subclipse 1.4 running in Ganymede and, if so, when
> will a proper Ganymede version of Subclipse be ready?
>
> It's annoying, to say the least.
This is fairly common (always has been). There is even an FAQ:
http://subclipse.tigris.org/faq.html#wc-not-locked
It was written a long time ago so perhaps could use some updating.
Anyway, even though this error that Subversion is spitting out is kind
of verbose and uses some intimidating terminology, it is one of the
few I have seen where the information is actually helpful and contains
pretty much all you need to solve the problem.
"svn: Directory
'D:\new-workspace\dylt-parent\dylt-command\target\.svn' containing
working copy admin area is missing"
Basically, as the FAQ states (or should I did not re-read it),
something has deleted the .svn folder from this folder named "target".
The most common cause is typically an Eclipse build process that
deletes the entire folder (and these subfolders) and recreates it all
as part of the build. The best solution, typically, is to not store
this folder in Subversion.
--
Thanks
Mark Phippard
http://markphip.blogspot.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subclipse.tigris.org
For additional commands, e-mail: users-help_at_subclipse.tigris.org
Received on 2008-08-25 18:18:08 CEST