[Digikam-devel] Re: kde:digikam-software-compilation up and working

Gilles Caulier caulier.gilles at gmail.com
Thu Feb 24 13:38:57 GMT 2011


Marcel,

it doesn't work here :

[gilles at localhost GIT]$ git clone
git at git.kde.org:digikam-software-compilation ./2.x
Initialized empty Git repository in /mnt/data/Devel/GIT/2.x/.git/
remote: Counting objects: 75, done.
remote: Compressing objects: 100% (68/68), done.
remote: Total 75 (delta 35), reused 0 (delta 0)
Receiving objects: 100% (75/75), 26.61 KiB, done.
Resolving deltas: 100% (35/35), done.

[gilles at localhost 2.x]$ cd 2.x
[gilles at localhost 2.x]$ ./download-repos
Initialized empty Git repository in /mnt/data/Devel/GIT/2.x/core/.git/
fatal: '/digikam' does not appear to be a git repository
fatal: The remote end hung up unexpectedly
Could not clone /digikam onto core
./download-repos: line 5: cd: core: No such file or directory
./download-repos: line 6: cd: extra/kipi-plugins: No such file or directory
./download-repos: line 7: cd: extra/libkexiv2: No such file or directory
./download-repos: line 8: cd: extra/libkdcraw: No such file or directory

[gilles at localhost 2.x]$

My git config :

[gilles at localhost GIT]$ cat ~/.gitconfig
[url "git://anongit.kde.org/"]
        insteadof = kde://

[url "git at git.kde.org:"]
        pushinsteadof = kde://

[url "ssh://git@git.kde.org/"]
        pushinsteadof = kde://

[alias]
        up = pull --rebase -v --stat
        ci = commit -a -v
[core]
        editor = mcedit

[user]
        name = Gilles Caulier
        email = caulier.gilles at gmail.com

[push]
        default = tracking

Gilles



More information about the Digikam-devel mailing list