On Mon, Jun 9, 2008 at 7:21 AM, dave selby <dave6502_at_googlemail.com> wrote:
> 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
>
rm the offending directory (the one from which you deleted the '.svn'
directory) and run "svn update" again. That will bring it back under
svn control and the rest should work as expected.
NOTE: If you had modified files in there, you'd need to save those to
restore later.
---------------------------------------------------------------------
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-10 19:41:10 CEST