[phobos] [dmd-internals] svn-->git migration
Jacob Carlborg
doob at me.com
Mon Jan 24 10:04:54 PST 2011
This worked for me in cmd:
git clone git://github.com/D-Programming-Language/druntime.git
I have TortoiseGit installed.
/Jacob Carlborg
On 24 jan 2011, at 09:11, Don Clugston wrote:
> On 24 January 2011 04:32, Jason Evans <jasone at canonware.com> wrote:
>> On 01/23/2011 06:57 PM, Andrei Alexandrescu wrote:
>>>
>>> Say I have a change to make to one file in phobos 2 to get
>>> started. Could you please summarize what steps I need to take?
>>
>> Let's suppose we want to update the README.txt in druntime, which currently
>> refers to dsource.org. First we need a git repository to work in. Take a
>> look at the following web page to get the appropriate ssh location.
>>
>> https://github.com/D-Programming-Language/druntime
>>
>> Clone the repository.
>>
>> $ git clone git at github.com:D-Programming-Language/druntime.git
>
> Worth noting that on Windows, you *must* be in the git bash shell. If
> you try this from the windows command prompt you get:
> Initialized empty Git repository in
> /cygdrive/c/dmd2dev/src/gitdmd/druntime/.git/
> fatal: exec ssh failed.
> fatal: The remote end hung up unexpectedly
>
> BTW: Thanks Jason, I think this will be a great step forward for D.
> _______________________________________________
> phobos mailing list
> phobos at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/phobos
--
/Jacob Carlborg
More information about the phobos
mailing list