trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: February 2012

Re: [trinity-devel] Re: GIT missing files

From: "David C. Rankin" <drankinatty@...>
Date: Tue, 28 Feb 2012 08:15:23 -0600
On 02/28/2012 07:45 AM, Aleksey Midenkov wrote:
> On Sun, Feb 26, 2012 at 11:27 AM, Aleksey Midenkov <midenok@...> wrote:
>> There are some files that seems to be missing in recent trunk:
>>
>> (tdelibs) libltdl directory is empty
>> (tdebase) libkonq.cmake is missing
> 
> What about this issue? I must emphasize that both trees are not
> buildable. You can check your tree with commands:
> 
> git reset --hard
> git clean --force
> 
> Be warned, that they delete files.
> 

I updated yesterday and I have the files you say are missing. Try this script in
your git directory (change drankin to your git login):

#!/bin/bash

git reset --hard HEAD
git clean -dxf
git pull
git reset --hard HEAD
git clean -dxf
sed -i "s/system@/drankin@/g" .gitmodules
git submodule init
git submodule update --recursive
git submodule foreach --recursive "git checkout master"
git submodule foreach --recursive "git pull"
git checkout -- .gitmodules

exit 0



-- 
David C. Rankin, J.D.,P.E.