Torgeir Veimo <torgeir_at_pobox.com> writes:
> netbeans managed to **** my SVN repository while doing a
> refactoring. Now even svn cleanup doesn't work.
I assume where you said "repository" you meant "working copy".
> I tried removing the directory taglib, then do an svn update in the
> parent directory, which then results in;
>
> svn: In directory 'taglib'
> svn: Can't copy 'taglib/.svn/tmp/text-base/PathNavigationTAG.java.svn-
> base' to 'taglib/.svn/tmp/PathNavigationTAG.java.tmp.tmp': Undefined
> error: 0
>
> Then doing an svn cleanup results in;
>
> Macintosh:publishing torgeir$ svn cleanup
> svn: In directory '.'
> svn: Can't copy '.svn/tmp/text-base/LastPublishedTag.java.svn-base' to
> .svn/tmp/LastPublishedTag.java.tmp.tmp': Undefined error: 0
>
> Any ideas? Am using svn v 1.4.6 on a mac. The server runs svn v1.4.4
> on linux.
We'd need an actual transcript of what you did, not a mixture of prose
description and transcript. Did you just remove the directory, or did
you 'svn rm' it?
Note that 'svn cleanup' can't recover from every possible situation. It
can only recover from certain kinds of disturbances.
-Karl
---------------------------------------------------------------------
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-04 05:17:21 CEST