Now that the .svn folder/directory is gone, subversion doesn't know the status of the working directory. One kludgy way is to co in another directory to create a new working copy - depending on how much you've already changed since your last update - just copy the changed files over.
The new working copy will be good as new. You may even be able to copy all of the controlled files over because they were already updated/good before you removed the .svn folder. There is probably some other way - like system backups to get you back to your last set of work.
I can't think of an svn way to fix it - but there are many users on the list with more expertise. Good luck.
KM
--- On Mon, 6/9/08, dave selby <dave6502_at_googlemail.com> wrote:
From: dave selby <dave6502_at_googlemail.com>
Subject: svn broken - help :)
To: "svn" <users_at_subversion.tigris.org>
Date: Monday, June 9, 2008, 10:21 AM
svn version 1.4.6.on ubuntu to google code repository.
I accidently deleted a .svn dir inside one of my empty directories.
From svn working flawlessly it now has a problem ...
dave_at_dev-system:~/kmotion2$
dave_at_dev-system:~/kmotion2$ svn update
At revision 67.
dave_at_dev-system:~/kmotion2$ svn status
? kmotion
? kmotion_reload
? www/vhosts/kmotion
? www/vhosts/kmotion_vhost
? www/misc/motion.conf
? www/misc/keywords.rc
? www/misc/thread1.conf
M www/misc/motion.rc
? core/daemon_whip.pyc
? core/core.rc.bak
? core/sort_rc.pyc
? core/logger.pyc
? core/New Project #3.wpr
R core
M core/sort_rc.py
M core/install_core.py
M core/core.rc
dave_at_dev-system:~/kmotion2$ svn ci -m 'stuck !!'
Replacing core
Sending core/core.rc
Sending core/install_core.py
Sending core/sort_rc.py
Sending www/misc/motion.rc
Transmitting file data .svn: Commit failed (details follow):
svn: Delta source ended unexpectedly
dave_at_dev-system:~/kmotion2$
I have tried all sorts but seem to be stuck ... any ideas anyone how I
can straighten this out ?
Cheers
Dave
--
Please avoid sending me Word or PowerPoint attachments.
See http://www.gnu.org/philosophy/no-word-attachments.html
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-06-09 17:09:24 CEST