[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[subversive-dev] How can I make subversive get back to work after an interrupted commit?
|
- From: David Breimann <david.breimann@xxxxxxxxx>
- Date: Tue, 19 Oct 2010 22:28:39 +0200
- Delivered-to: subversive-dev@eclipse.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=h8UKs14o6ocKY2JzKgDD1TFABEVBRQSCEBV5qABQJ3o=; b=MIlOgwQOtWXiELEDE4xoNnDn1YMRxkYg0+PRxUk7Bt32euhJddPpRGNeNdaCNLC3ms Y8RnLTPGSlmNWUZ435Xi42LoJmVHD6Pfrq82lUux3IUI1m7or35X5vQYFZBGQoYMhtng nGXhI3h01OXcAxuRNuIer2h3lUNtAmQjPvkQY=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=TTaLOr2/pLQo3qJVizI/bLZyf/t8yrEdc79N1pVxRhrnbbg9SVGLnhqpnvg2qE4VMQ e6OCbp/6OcyCjg6OfpoLr0ETIQbbmXwBSE3GBkfrr1wonZFFLnTgpAHmjVGrBpVf4g30 fBiCzbqDM19gx9SnCFAGiG0mLfTk0ixnQNslk=
Hello,
I'm using an SVN code repository and subversive Eclipse plugin.
During my last commit from Eclipse there was an interruption so the
commit was not completed successfully (I think).
Ever since then, subversive does not work normally. It seems it lost
sync with the repository: it shows the files as if they are different
from the latest repository version, although they are the same.
I tried to do another commit but nothing changes. I tried cleanup but
this didn't help too. I even disconnected (without removing the SVN
metadata) and reconnected - but again, nothing changes. I commit,
don't get any errors, but the files are still marked as different and
I can see no new version is created.
It seems some part knows the files are already updated so nothing to
commit, but some part doesn't and marks them as different...
Perhaps I can somehow remove the last (aka problematic) commit somehow
and do it again?
I use Ubuntu 10.10. Tried restarting.
Thanks,
Dave