trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: December 2013

Re: [trinity-devel] Help! fatal: destination path 'main/applications/ktorrent' already exists and is not an empty directory.

From: Slávek Banko <slavek.banko@...>
Date: Sat, 14 Dec 2013 16:25:30 +0100
On Saturday 14 of December 2013 16:16:43 Darrell Anderson wrote:
> >There may be a better and quicker way, but in a case like this I
> >would do a clean checkout. It takes a few hours, but at least you
> >can be sure everything is as it should be.
>
> How do I do that?
>
> My fear is as my local tree continually self-explodes, I am going
> to end up cloninge the entire tree, which at 4 or 5 GBs will take
> all damn day.
>
> There must be some kind of repair procedure?
>
> Darrell
>

you can try to check the status of your git copy

git fsck
git submodule foreach --recursive "git fsck"

Slavek
--