[Digikam-devel] Re: how to use git as subversion

Gilles Caulier caulier.gilles at gmail.com
Wed Feb 9 07:49:53 GMT 2011


2011/2/8 Marcel Wiesweg <marcel.wiesweg at gmx.de>:
>
>> > [url "git at git.kde.org:"]
>> >        pushInsteadOf = kde:
>> >
>> > [url "ssh://git@git.kde.org/"]
>> >        pushinsteadof = kde://
>>
>> I believe this "insteadof=kde:" causes problems
>
> This is probably indeed your problem.
> Ensure that your ~/.gitconfig has this:
> [url "git://anongit.kde.org/"]
>     insteadOf = kde:
>     insteadof = kde://
> [url "ssh://git@git.kde.org/"]
>     pushInsteadOf = kde:
>     pushinsteadof = kde://

These lines are copied as well from here !

http://community.kde.org/Sysadmin/GitFAQ#Let_Git_rewrite_URL_prefixes

So, if it's wrong... this must be fixed by KDE team...

>
> then either way should work

I changed it in my ~/.gitconfig and trying again :

[gilles at localhost core]$ pwd
/mnt/data/Devel/GIT/digikam-sc/core
[gilles at localhost core]$ git pull --rebase
fatal: The remote end hung up unexpectedly

I will try to remove all code in local, and checkout all from scratch
to see if it's better.

Gilles



More information about the Digikam-devel mailing list