groff
[Top][All Lists]
Advanced

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

Re: [Groff] git repository is open for work


From: Keith Marshall
Subject: Re: [Groff] git repository is open for work
Date: Sun, 22 Dec 2013 14:44:13 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0

On 22/12/13 07:38, Werner LEMBERG wrote:
> I've just done a first commit to the git repository.  It works just
> fine.
> 
> A very big thank you again to Eric for his CVS conversion!

Indeed, thank you Eric!

This isn't well documented on savannah: for those who prefer Mercurial
to git, (as I do):--

1) Enable the git (hggit) extension in $HOME/.hgrc

   [extensions]
   git =

works for me; your Mercurial implementation may need:

   [extensions]
   hggit =

2) Clone the git repository:

   $ hg clone git://git.savannah.gnu.org/groff.git
   importing git objects into hg
   updating to branch default
   1173 files updated, 0 files merged, 0 files removed,
    0 files unresolved

(or, for those authorized for commit access):

   $ hg clone git+ssh://address@hidden:/srv/git/groff.git
   ["git-upload-pack '/srv/git/groff.git'"]
   The authenticity of host 'git.sv.gnu.org (140.186.70.72)' can't be
    established.
   RSA key fingerprint is
    80:5a:b0:0c:ec:93:66:29:49:7e:04:2b:fd:ba:2c:d5.
   Are you sure you want to continue connecting (yes/no)? yes
   Warning: Permanently added 'git.sv.gnu.org' (RSA) to the list of
    known hosts.
   importing git objects into hg
   updating to branch default
   1173 files updated, 0 files merged, 0 files removed,
    0 files unresolved

(where `username' represents your savannah authorized user name).

-- 
Regards,
Keith.



reply via email to

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