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

[Subclipse-users] Re: Problems commiting to SVN Repository

From: Mark Phippard <markphip_at_gmail.com>
Date: Mon, 14 Apr 2008 11:29:21 -0400

On Mon, Apr 14, 2008 at 11:28 AM, Reynier Perez Mira <rperezm_at_uci.cu> wrote:
> This is my first post to both list: subversion and subclipse. Before all let me say that for this first time I send the same post to both list, so if any say me wich is the correct list this wont happen again. Ok?
>
> Well I use Eclipse and Subclipse as SVN plugin. When I do a "Sinchronize with Repository" task and then clic COMMIT I get this error:
>
> org.tigris.subversion.javahl.ClientException: Path is not a working copy directory
> svn: 'X:\www\gestionTrunk\plugins\sfGuardPlugin\lib\model' is not a working copy
> The system cannot find the path specified.
> svn: Can't open file 'X:\www\gestionTrunk\plugins\sfGuardPlugin\lib\model\.svn\entries': The system cannot find the path specified.
>
> org.tigris.subversion.javahl.ClientException: Path is not a working copy directory
> svn: 'X:\www\gestionTrunk\plugins\sfGuardPlugin\lib\model' is not a working copy
> The system cannot find the path specified.
> svn: Can't open file 'X:\www\gestionTrunk\plugins\sfGuardPlugin\lib\model\.svn\entries': The system cannot find the path specified.
>
> I don't know if this is a Subclipse problem or a Eclipse thing. Can any help me with this?

My guess is that you are versioning a folder that Eclipse builds to?
I have seen instances before where the Eclipse builder will delete
everything (including the .svn folders) and then build everything.
Usually it is best to not version these directories and just version
the source code.

It is hard to tell if that is your scenario, but the basic root
problem is that something has deleted the Subversion .svn folder.

-- 
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-04-14 17:29:28 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.