VM SVN -> Git import somewhere?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
8 messages Options
Reply | Threaded
Open this post in threaded view
|

VM SVN -> Git import somewhere?

Stefan Marr-3

Hi:

Is there somewhere a cronjob running that imports the latest changes of the VM’s SVN tree into git?
Or could someone give me a hint, how I should set up a proper git-svn remote so that I can easily merge changes from Eliot’s Cog branch into the git repository?
Don’t want to lose the history, and convenience of the git tools, but I need some changes to the Bochs plugin that are not in the git repository yet.

Thanks
Stefan

--
Stefan Marr
INRIA Lille - Nord Europe
http://stefan-marr.de/research/



Reply | Threaded
Open this post in threaded view
|

Re: VM SVN -> Git import somewhere?

Tobias Pape
 
On 17.02.2014, at 11:00, Stefan Marr <[hidden email]> wrote:

> Hi:
>
> Is there somewhere a cronjob running that imports the latest changes of the VM’s SVN tree into git?
> Or could someone give me a hint, how I should set up a proper git-svn remote so that I can easily merge changes from Eliot’s Cog branch into the git repository?
> Don’t want to lose the history, and convenience of the git tools, but I need some changes to the Bochs plugin that are not in the git repository yet.


Can you just give a short hint _which_ git repo you are referring to?
TMK there are more than one…

Best
        -Tobias

signature.asc (1K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: VM SVN -> Git import somewhere?

EstebanLM
In reply to this post by Stefan Marr-3

Hi Stefan,

Camillo is your guy :)

Esteban

On 17 Feb 2014, at 11:00, Stefan Marr <[hidden email]> wrote:

>
> Hi:
>
> Is there somewhere a cronjob running that imports the latest changes of the VM’s SVN tree into git?
> Or could someone give me a hint, how I should set up a proper git-svn remote so that I can easily merge changes from Eliot’s Cog branch into the git repository?
> Don’t want to lose the history, and convenience of the git tools, but I need some changes to the Bochs plugin that are not in the git repository yet.
>
> Thanks
> Stefan
>
> --
> Stefan Marr
> INRIA Lille - Nord Europe
> http://stefan-marr.de/research/
>
>
>

Reply | Threaded
Open this post in threaded view
|

Re: VM SVN -> Git import somewhere?

EstebanLM
In reply to this post by Tobias Pape


On 17 Feb 2014, at 11:04, Tobias Pape <[hidden email]> wrote:

> On 17.02.2014, at 11:00, Stefan Marr <[hidden email]> wrote:
>
>> Hi:
>>
>> Is there somewhere a cronjob running that imports the latest changes of the VM’s SVN tree into git?
>> Or could someone give me a hint, how I should set up a proper git-svn remote so that I can easily merge changes from Eliot’s Cog branch into the git repository?
>> Don’t want to lose the history, and convenience of the git tools, but I need some changes to the Bochs plugin that are not in the git repository yet.
>
>
> Can you just give a short hint _which_ git repo you are referring to?
> TMK there are more than one…

there is only one: https://github.com/pharo-project/pharo-vm

the other are or forks or old stuff.

Esteban

>
> Best
> -Tobias

Reply | Threaded
Open this post in threaded view
|

Re: VM SVN -> Git import somewhere?

Tobias Pape
 
On 17.02.2014, at 11:05, Esteban Lorenzano <[hidden email]> wrote:

>
>
> On 17 Feb 2014, at 11:04, Tobias Pape <[hidden email]> wrote:
>
>> On 17.02.2014, at 11:00, Stefan Marr <[hidden email]> wrote:
>>
>>> Hi:
>>>
>>> Is there somewhere a cronjob running that imports the latest changes of the VM’s SVN tree into git?
>>> Or could someone give me a hint, how I should set up a proper git-svn remote so that I can easily merge changes from Eliot’s Cog branch into the git repository?
>>> Don’t want to lose the history, and convenience of the git tools, but I need some changes to the Bochs plugin that are not in the git repository yet.
>>
>>
>> Can you just give a short hint _which_ git repo you are referring to?
>> TMK there are more than one…
>
> there is only one: https://github.com/pharo-project/pharo-vm
>
> the other are or forks or old stuff.
ok, the gitorious one says so at least :)
Best
        -Tobias

signature.asc (1K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: VM SVN -> Git import somewhere?

Stefan Marr-3

Hi Tobias:

On 17 Feb 2014, at 11:09, Tobias Pape <[hidden email]> wrote:

> On 17.02.2014, at 11:05, Esteban Lorenzano <[hidden email]> wrote:
>
>>> Can you just give a short hint _which_ git repo you are referring to?
>>> TMK there are more than one…
>>
>> there is only one: https://github.com/pharo-project/pharo-vm
>>
>> the other are or forks or old stuff.
>
> ok, the gitorious one says so at least :)

There is also: https://github.com/squeakvm/cog
I think, Camillo set that one up as a mirror of the SVN. The repo doesn’t contain Pharo-related changes like the adapted build system etc.

Best regards
Stefan


--
Stefan Marr
INRIA Lille - Nord Europe
http://stefan-marr.de/research/



Reply | Threaded
Open this post in threaded view
|

Re: VM SVN -> Git import somewhere?

EstebanLM

yes, that’s a svn mirror (says Camillo, at my side)
if someone wants to be part of the team, please tell me.

Esteban

On 17 Feb 2014, at 15:04, Stefan Marr <[hidden email]> wrote:

>
> Hi Tobias:
>
> On 17 Feb 2014, at 11:09, Tobias Pape <[hidden email]> wrote:
>
>> On 17.02.2014, at 11:05, Esteban Lorenzano <[hidden email]> wrote:
>>
>>>> Can you just give a short hint _which_ git repo you are referring to?
>>>> TMK there are more than one…
>>>
>>> there is only one: https://github.com/pharo-project/pharo-vm
>>>
>>> the other are or forks or old stuff.
>>
>> ok, the gitorious one says so at least :)
>
> There is also: https://github.com/squeakvm/cog
> I think, Camillo set that one up as a mirror of the SVN. The repo doesn’t contain Pharo-related changes like the adapted build system etc.
>
> Best regards
> Stefan
>
>
> --
> Stefan Marr
> INRIA Lille - Nord Europe
> http://stefan-marr.de/research/
>
>
>

Reply | Threaded
Open this post in threaded view
|

Re: VM SVN -> Git import somewhere?

Stefan Marr-3

Hi:

On 17 Feb 2014, at 15:15, Esteban Lorenzano <[hidden email]> wrote:

> yes, that’s a svn mirror (says Camillo, at my side)
> if someone wants to be part of the team, please tell me.

Looks like the job hasn’t been running since January 14th.

Could you point me at the place were it is executed?
Would like to check why we don’t have the latest SVN updates.
There were updates by Eliot on the 7th of February.

Thanks!
Stefan


>> There is also: https://github.com/squeakvm/cog
>> I think, Camillo set that one up as a mirror of the SVN. The repo doesn’t contain Pharo-related changes like the adapted build system etc.
>>


--
Stefan Marr
INRIA Lille - Nord Europe
http://stefan-marr.de/research/