help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: divand repository (hg to git)


From: Alexander Barth
Subject: Re: divand repository (hg to git)
Date: Fri, 11 Dec 2015 13:16:52 +0100

Dear Laurent,

This is great! Thank you very much for the detailed instructions.
Below is what I did with some sourceforge specific config commands from here: https://sourceforge.net/p/forge/documentation/Git/#how-to-push-a-local-repository.

I think that an empty git repository has to be created by Carnë (or colleagues) so that the last command can succeed.

Regards,
Alex


git clone https://github.com/frej/fast-export.git
hg clone ssh://address@hidden/p/octave/divand octave-divand
cd divand
../fast-export/hg-fast-export.sh -r ../octave-divand
git checkout
git log # all looks fine
git remote add origin ssh://address@hidden/p/octave/divand
git config branch.master.remote origin
git config branch.master.merge refs/heads/master

git push origin master
The authenticity of host 'git.code.sf.net (216.34.181.155)' can't be established.
RSA key fingerprint is 86:7b:1b:12:85:35:8a:b7:98:b6:d2:97:5e:96:58:1d.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'git.code.sf.net,216.34.181.155' (RSA) to the list of known hosts.
X11 forwarding request failed on channel 0
fatal: '/git/p/octave/divand' does not appear to be a git repository
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]