Re: Changing source code control systems
Paul Smith <[email protected]>
| Newsgroups | gmane.comp.gnu.make.devel |
|---|---|
| Organization | GNU's Not UNIX! |
| Message-ID | <1358510189.9404.41.camel@homebase> |
On Fri, 2013-01-18 at 09:46 +0200, Eli Zaretskii wrote:
> There's nothing on Savannah about how to clone the git repo for
> developers who have write access. Can you provide the missing info
> here?
Hm. Weird. I'll file a bug with Savannah. Anyway, try this:
git clone [email protected]:/srv/git/make.git
This puts the local repo at "./make". If you want it to be named
something else, use:
git clone [email protected]:/srv/git/make.git make-other
After that it's the same procedure as before (see README.git) to build.
Let me know if this does not work.