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

Re: [Subclipse-users] svn cleanup needs some love

From: Mark Phippard <markphip_at_gmail.com>
Date: Fri, 15 Aug 2008 09:25:25 -0400

On Fri, Aug 15, 2008 at 6:16 AM, Noel Grandin <noel_at_peralex.com> wrote:

> I managed to mess up one of my projects because I used copy and paste
> instead of team->copy, now I can't do anything with that project.
> For example, team->cleanup gives me:
>
> cleanup C:/Work/Data_Files/Eclipse3.1/BuildAndDocTools
> svn: Error processing command 'modify-entry' in
> 'C:\Work\Data_Files\Eclipse3.1\BuildAndDocTools'
> svn: Error modifying entry for 'buildFiles'
> svn: 'buildFiles' is not under version control
>
> I finally managed to fix it by modifying .svn/log directly, but surely "svn
> cleanup" should be able to handle this error condition cleanly??

Cleanup is a Subversion API, from the command line it is svn cleanup.
It just does a few very specific things, it is not a general purpose
tool to fix a working copy. It is probably not as easy as it sound to
write such a tool either. It would certainly be nice if Subversion
did provide us with more tools to get out of these problems, but they
don't currently and probably never will if someone does not step up to
contribute at least a design for what it should do.

-- 
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-15 15:25:40 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.