Thread overview | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
January 23, 2011 [phobos] svn-->git migration | ||||
---|---|---|---|---|
| ||||
I converted the druntime repository from svn to git a few days ago, and I'm doing the same for phobos and dmd today. Please hold any pending changes you have until the conversion is complete, then commit your changes to the git repository. See https://github.com/D-Programming-Language for more information about the git repositories. For right now I'm focusing on getting the conversion done as quickly and smoothly as possible, but after it's done, I'll try to help people with general git configuration and work flow issues as necessary. Thanks, Jason |
January 23, 2011 [phobos] svn-->git migration | ||||
---|---|---|---|---|
| ||||
Posted in reply to Jason Evans | On 1/23/2011 1:12 PM, Jason Evans wrote:
> I converted the druntime repository from svn to git a few days ago, and I'm doing the same for phobos and dmd today. Please hold any pending changes you have until the conversion is complete, then commit your changes to the git repository. See https://github.com/D-Programming-Language for more information about the git repositories.
>
> For right now I'm focusing on getting the conversion done as quickly and smoothly as possible, but after it's done, I'll try to help people with general git configuration and work flow issues as necessary.
>
> Thanks,
> Jason
As part of this migration, I've gone ahead and removed permission to the dsource project from (almost) everyone to avoid accidental submits. So, for the moment, we're in a minor limbo state, but hold tight.
If we need to roll back, I'll add everyone back in. In the mean time, for those of you without github accounts, go create one. Please send your github user id's so that we can add you to the appropriate permissions set to be able to push changes into the phobos repository.
Thanks,
Brad
|
January 23, 2011 [dmd-internals] svn-->git migration | ||||
---|---|---|---|---|
| ||||
Posted in reply to Jason Evans |
Jason Evans wrote:
> I converted the druntime repository from svn to git a few days ago, and I'm doing the same for phobos and dmd today. Please hold any pending changes you have until the conversion is complete, then commit your changes to the git repository. See https://github.com/D-Programming-Language for more information about the git repositories.
>
> For right now I'm focusing on getting the conversion done as quickly and smoothly as possible, but after it's done, I'll try to help people with general git configuration and work flow issues as necessary.
>
> Thanks,
> Jason
>
Thanks, Jason! This is a big help.
|
January 23, 2011 [phobos] svn-->git migration | ||||
---|---|---|---|---|
| ||||
Posted in reply to Brad Roberts | On Sun, 2011-01-23 at 13:30 -0800, Brad Roberts wrote:
> On 1/23/2011 1:12 PM, Jason Evans wrote:
> > I converted the druntime repository from svn to git a few days ago, and I'm doing the same for phobos and dmd today. Please hold any pending changes you have until the conversion is complete, then commit your changes to the git repository. See https://github.com/D-Programming-Language for more information about the git repositories.
> >
> > For right now I'm focusing on getting the conversion done as quickly and smoothly as possible, but after it's done, I'll try to help people with general git configuration and work flow issues as necessary.
> >
> > Thanks,
> > Jason
>
> As part of this migration, I've gone ahead and removed permission to the dsource project from (almost) everyone to avoid accidental submits. So, for the moment, we're in a minor limbo state, but hold tight.
>
> If we need to roll back, I'll add everyone back in. In the mean time, for those of you without github accounts, go create one. Please send your github user id's so that we can add you to the appropriate permissions set to be able to push changes into the phobos repository.
Wait, what? :)
I have totally missed the announcement of this migration, but I found it now, deep in the "DVCS (was Re: Moving to D)" thread in the NG. This is awesome!
My github ID is "kyllingstad".
-Lars
|
January 23, 2011 [phobos] svn-->git migration | ||||
---|---|---|---|---|
| ||||
Posted in reply to Brad Roberts | On Sunday 23 January 2011 13:30:55 Brad Roberts wrote:
> On 1/23/2011 1:12 PM, Jason Evans wrote:
> > I converted the druntime repository from svn to git a few days ago, and I'm doing the same for phobos and dmd today. Please hold any pending changes you have until the conversion is complete, then commit your changes to the git repository. See https://github.com/D-Programming-Language for more information about the git repositories.
> >
> > For right now I'm focusing on getting the conversion done as quickly and smoothly as possible, but after it's done, I'll try to help people with general git configuration and work flow issues as necessary.
> >
> > Thanks,
> > Jason
>
> As part of this migration, I've gone ahead and removed permission to the dsource project from (almost) everyone to avoid accidental submits. So, for the moment, we're in a minor limbo state, but hold tight.
>
> If we need to roll back, I'll add everyone back in. In the mean time, for those of you without github accounts, go create one. Please send your github user id's so that we can add you to the appropriate permissions set to be able to push changes into the phobos repository.
And I just made a commit to druntime yesterday... Does that mean that I'm going to have to recommit that? Oh wait. Looking at github, it looks like it made it over. This does look like it could be pretty cool.
In any case, my github ID is: jmdavis
- Jonathan M Davis
|
January 23, 2011 [phobos] svn-->git migration | ||||
---|---|---|---|---|
| ||||
Posted in reply to Jonathan M Davis |
On 1/23/11 7:36 PM, Jonathan M Davis wrote:
> On Sunday 23 January 2011 13:30:55 Brad Roberts wrote:
>> On 1/23/2011 1:12 PM, Jason Evans wrote:
>>> I converted the druntime repository from svn to git a few days ago, and I'm doing the same for phobos and dmd today. Please hold any pending changes you have until the conversion is complete, then commit your changes to the git repository. See https://github.com/D-Programming-Language for more information about the git repositories.
>>>
>>> For right now I'm focusing on getting the conversion done as quickly and smoothly as possible, but after it's done, I'll try to help people with general git configuration and work flow issues as necessary.
>>>
>>> Thanks,
>>> Jason
>>
>> As part of this migration, I've gone ahead and removed permission to the dsource project from (almost) everyone to avoid accidental submits. So, for the moment, we're in a minor limbo state, but hold tight.
>>
>> If we need to roll back, I'll add everyone back in. In the mean time, for those of you without github accounts, go create one. Please send your github user id's so that we can add you to the appropriate permissions set to be able to push changes into the phobos repository.
>
> And I just made a commit to druntime yesterday... Does that mean that I'm going to have to recommit that? Oh wait. Looking at github, it looks like it made it over. This does look like it could be pretty cool.
We owe credit to Brad for kindly carrying your commit over.
Andrei
|
January 23, 2011 [phobos] svn-->git migration | ||||
---|---|---|---|---|
| ||||
Posted in reply to Andrei Alexandrescu | On Sunday 23 January 2011 17:51:24 Andrei Alexandrescu wrote:
> On 1/23/11 7:36 PM, Jonathan M Davis wrote:
> > On Sunday 23 January 2011 13:30:55 Brad Roberts wrote:
> >> On 1/23/2011 1:12 PM, Jason Evans wrote:
> >>> I converted the druntime repository from svn to git a few days ago, and I'm doing the same for phobos and dmd today. Please hold any pending changes you have until the conversion is complete, then commit your changes to the git repository. See https://github.com/D-Programming-Language for more information about the git repositories.
> >>>
> >>> For right now I'm focusing on getting the conversion done as quickly and smoothly as possible, but after it's done, I'll try to help people with general git configuration and work flow issues as necessary.
> >>>
> >>> Thanks,
> >>> Jason
> >>
> >> As part of this migration, I've gone ahead and removed permission to the dsource project from (almost) everyone to avoid accidental submits. So, for the moment, we're in a minor limbo state, but hold tight.
> >>
> >> If we need to roll back, I'll add everyone back in. In the mean time, for those of you without github accounts, go create one. Please send your github user id's so that we can add you to the appropriate permissions set to be able to push changes into the phobos repository.
> >
> > And I just made a commit to druntime yesterday... Does that mean that I'm going to have to recommit that? Oh wait. Looking at github, it looks like it made it over. This does look like it could be pretty cool.
>
> We owe credit to Brad for kindly carrying your commit over.
Indeed! Thank you Brad for all your hard work!
- Jonathan M Davis
|
January 23, 2011 [phobos] [dmd-internals] svn-->git migration | ||||
---|---|---|---|---|
| ||||
Posted in reply to Jason Evans | On 01/23/2011 01:12 PM, Jason Evans wrote:
> I converted the druntime repository from svn to git a few days ago, and I'm doing the same for phobos and dmd today.
This is done now. If you notice any problems, please let me know.
Thanks,
Jason
|
January 23, 2011 [phobos] [dmd-internals] svn-->git migration | ||||
---|---|---|---|---|
| ||||
Posted in reply to Jason Evans | On 1/23/2011 6:18 PM, Jason Evans wrote:
> On 01/23/2011 01:12 PM, Jason Evans wrote:
>> I converted the druntime repository from svn to git a few days ago, and I'm doing the same for phobos and dmd today.
>
> This is done now. If you notice any problems, please let me know.
>
> Thanks,
> Jason
Looks like we've gone ahead with splitting phobos up some, so it's entirely likely that some of us will have some scripting to clean up. Also likely is that now that the docs are spread out among more packages that generating the website content will need some updating.
I'm working on the auto tester right now.
Big thanks to Jason for doing the heavy lifting of the migration.
Later,
Brad
|
January 23, 2011 [phobos] [dmd-internals] svn-->git migration | ||||
---|---|---|---|---|
| ||||
Posted in reply to Jason Evans | On 1/23/11 8:18 PM, Jason Evans wrote:
> On 01/23/2011 01:12 PM, Jason Evans wrote:
>> I converted the druntime repository from svn to git a few days ago, and I'm doing the same for phobos and dmd today.
>
> This is done now. If you notice any problems, please let me know.
Great! 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?
Thanks!
Andrei
|
Copyright © 1999-2021 by the D Language Foundation