[Digikam-devel] Re: how to use git as subversion
Marcel Wiesweg
marcel.wiesweg at gmx.de
Tue Feb 8 18:20:30 GMT 2011
> > [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://
then either way should work
More information about the Digikam-devel
mailing list