[phobos] [dmd-internals] svn-->git migration
Brad Roberts
braddr at puremagic.com
Sun Jan 23 23:08:52 PST 2011
On 1/23/2011 11:01 PM, Walter Bright wrote:
>
>
> Brad Roberts wrote:
>> On 1/23/2011 10:32 PM, Walter Bright wrote:
>>
>>> I attempted:
>>>
>>> git checkout dmd-1x
>>>
>>> from the dmd cloned repository, and got the message:
>>>
>>> error: pathspec 'dmd-1x' did not match any file(s) known to git.
>>>
>>> But I thought dmd-1x was a named branch?
>>>
>>
>> dmd-1.x
>>
>>
>
> Of course, that was staring me in the face the whole time and I did not see it. Thanks!
>
> But I can't check it out now until the durned man pages get fixed.
You can throw away your local changes to that directory with:
$ git checkout docs
More information about the phobos
mailing list