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

Gilles Caulier caulier.gilles at gmail.com
Mon Feb 7 09:50:58 GMT 2011


2011/2/7 Gilles Caulier <caulier.gilles at gmail.com>:
> Incredible :
>
> I just remove some empty line to end of NEWS file from digiKam core,
> just to test to commit...
>
> i use this alias : git config --global alias.ci "commit -a"
>
> Now i want to record my change to KDE repository:
>
> [gilles at localhost core]$ git ci
>
> [2.0 10b7c43] update
>  Committer: Gilles Caulier <gilles at localhost.localdomain>
> Your name and email address were configured automatically based
> on your username and hostname. Please check that they are accurate.
> You can suppress this message by setting them explicitly:
>
>    git config --global user.name "Your Name"
>    git config --global user.email you at example.com
>
> If the identity used for this commit is wrong, you can fix it with:
>
>    git commit --amend --author='Your Name <you at example.com>'
>
>  1 files changed, 0 insertions(+), 2 deletions(-)
> [gilles at localhost core]$ git push
> Warning: Permanently added 'git.kde.org,195.135.221.71' (RSA) to the
> list of known hosts.
> Everything up-to-date
> [gilles at localhost core]$ git status
> # On branch 2.0
> # Your branch is ahead of 'origin/development/2.0' by 1 commit.
> #
> nothing to commit (working directory clean)
>
> The question is : file is really committed ? the message is not clear
> for me. If i take a look into Git web interface, it's not committed :
>
> https://projects.kde.org/projects/extragear/graphics/digikam/repository/revisions/master/changes/NEWS

No this url is wrong. this link to trunk repository (1.9.0), not
2.0.0. The right one is :

https://projects.kde.org/projects/extragear/graphics/digikam/repository/show?rev=development%2F2.0

Which, do not solve my big problem. Nothing have been committed here..
too bad...

Gilles



More information about the Digikam-devel mailing list