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

Re: Help: deleting package roots in eclipse broke svn

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-04-11 03:41:00 CEST

Brad Cox wrote:

> Note src and src/edu/virtuascool/jwaa have .svn directories, src/edu and
> src/edu/virtualschool do not.
>

So eclipse destroyed the .svn/ directories in two of the intermediate
folders in your tree.

Answer: you're screwed. There's no way to get those administrative
areas back.

The only thing you can do is delete the entire 'edu' directory ('rm -rf
edu), and run 'svn up' to have that whole sub-tree re-added by the
subversion server.

If you have irreplaceable data somewhere within that sub-tree (either
important unversioned data, or locally edited versioned data), then
carefully move it out beforehand, and move it back in after the update.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Apr 11 03:41:00 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.