Moving RISC OS platform files to SVN for StackVM usage

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

Moving RISC OS platform files to SVN for StackVM usage

timrowledge

In the Cog branch of the SVN tree there is no directory for RISC OS. I could, of course, simply copy all my files and add/commit them but that seems like a bit brute force to me. I'd prefer to find out that there is a bit of SVN server command magic that will connect up the 'old' files from the plain interpreter branch.

Probably reading that damn great big SVN book would explain it eventually but if there is anyone that already knows how to do it I'd be extremely happy to know the incantation.

tim
--
tim Rowledge; [hidden email]; http://www.rowledge.org/tim
In computer science, we stand on each other's feet.


Reply | Threaded
Open this post in threaded view
|

Re: Moving RISC OS platform files to SVN for StackVM usage

Stefan Marr-3

Hi Tim:

On 17 Apr 2013, at 03:29, tim Rowledge <[hidden email]> wrote:

>
> In the Cog branch of the SVN tree there is no directory for RISC OS. I could, of course, simply copy all my files and add/commit them but that seems like a bit brute force to me. I'd prefer to find out that there is a bit of SVN server command magic that will connect up the 'old' files from the plain interpreter branch.
>
> Probably reading that damn great big SVN book would explain it eventually but if there is anyone that already knows how to do it I'd be extremely happy to know the incantation.

`svn copy` retains file history:

http://svnbook.red-bean.com/en/1.7/svn.ref.svn.c.copy.html

Best regards
Stefan


--
Stefan Marr
Software Languages Lab
Vrije Universiteit Brussel
Pleinlaan 2 / B-1050 Brussels / Belgium
http://soft.vub.ac.be/~smarr
Phone: +32 2 629 2974
Fax:   +32 2 629 3525

Reply | Threaded
Open this post in threaded view
|

Re: Moving RISC OS platform files to SVN for StackVM usage

timrowledge


On 17-04-2013, at 12:24 AM, Stefan Marr <[hidden email]> wrote:
>
>
> `svn copy` retains file history:
>
> http://svnbook.red-bean.com/en/1.7/svn.ref.svn.c.copy.html

Thank you - not just the incantation but a citation for it! I've actually read the book several times but a) a long time ago and b) how often does one need to know anything more than 'co', 'up' & 'ci'?

So it looks like I need to do
svn copy http://squeakvm.org/svn/squeak/trunk/platforms/RiscOS http://squeakvm.org/svn/squeak/branches/Cog/platforms/RiscOS -m "add RISC OS to Cog platforms"

I wonder if it'll be friendly?

tim
--
tim Rowledge; [hidden email]; http://www.rowledge.org/tim
How many of you believe in telekinesis? Raise my hands....


Reply | Threaded
Open this post in threaded view
|

Re: Moving RISC OS platform files to SVN for StackVM usage

timrowledge


On 17-04-2013, at 5:50 PM, tim Rowledge <[hidden email]> wrote:

>
>
> On 17-04-2013, at 12:24 AM, Stefan Marr <[hidden email]> wrote:
>>
>>
>> `svn copy` retains file history:
>>
>> http://svnbook.red-bean.com/en/1.7/svn.ref.svn.c.copy.html
>
> Thank you - not just the incantation but a citation for it! I've actually read the book several times but a) a long time ago and b) how often does one need to know anything more than 'co', 'up' & 'ci'?
>
> So it looks like I need to do
> svn copy http://squeakvm.org/svn/squeak/trunk/platforms/RiscOS http://squeakvm.org/svn/squeak/branches/Cog/platforms/RiscOS -m "add RISC OS to Cog platforms"
>
> I wonder if it'll be friendly?

Evidently not…

Ian (or perhaps Eliot?) could you please extend permissions for me to do this copy and commit to the Cog platforms/RiscOS & Cross trees?


tim
--
tim Rowledge; [hidden email]; http://www.rowledge.org/tim
You can't make a program without broken egos.


Reply | Threaded
Open this post in threaded view
|

Re: Moving RISC OS platform files to SVN for StackVM usage

Ian Piumarta

On Apr 18, 2013, at 10:07 , tim Rowledge wrote:

> Ian (or perhaps Eliot?) could you please extend permissions for me to do this copy and commit to the Cog platforms/RiscOS & Cross trees?

Done.

Reply | Threaded
Open this post in threaded view
|

Re: Moving RISC OS platform files to SVN for StackVM usage

timrowledge


On 18-04-2013, at 7:43 PM, Ian Piumarta <[hidden email]> wrote:

> On Apr 18, 2013, at 10:07 , tim Rowledge wrote:
>
>> Ian (or perhaps Eliot?) could you please extend permissions for me to do this copy and commit to the Cog platforms/RiscOS & Cross trees?
>
> Done.
>
>
Wow. It worked first time and took no time at all to execute. I was anticipating getting a message about it taking X hrs/days for queued up changes to appear - but no; whooosh! Done. When does the extension that will write all your code for you appear?

tim
--
tim Rowledge; [hidden email]; http://www.rowledge.org/tim
Strange OpCodes: RCM: Randomly Corrupt Microcode


Reply | Threaded
Open this post in threaded view
|

Re: Moving RISC OS platform files to SVN for StackVM usage

Casey Ransberger-2

It can beam you to Hawaii but you'll have to buy your program 30 days in advance.

On Apr 19, 2013, at 2:27 PM, tim Rowledge <[hidden email]> wrote:

> On 18-04-2013, at 7:43 PM, Ian Piumarta <[hidden email]> wrote:
>
>> On Apr 18, 2013, at 10:07 , tim Rowledge wrote:
>>
>>> Ian (or perhaps Eliot?) could you please extend permissions for me to do this copy and commit to the Cog platforms/RiscOS & Cross trees?
>>
>> Done.
>>
>>
> Wow. It worked first time and took no time at all to execute. I was anticipating getting a message about it taking X hrs/days for queued up changes to appear - but no; whooosh! Done. When does the extension that will write all your code for you appear?
>
> tim
> --
> tim Rowledge; [hidden email]; http://www.rowledge.org/tim
> Strange OpCodes: RCM: Randomly Corrupt Microcode
>
>
Reply | Threaded
Open this post in threaded view
|

Re: Moving RISC OS platform files to SVN for StackVM usage

Frank Shearar-3
 
I thought that was a Mercurial plugin? (Git would never send you
somewhere so relaxing. Maybe a pleasant desert island where you could
build your own hotel out of palm leaves and coconut shells!)

frank

On 19 April 2013 22:38, Casey Ransberger <[hidden email]> wrote:

>
> It can beam you to Hawaii but you'll have to buy your program 30 days in advance.
>
> On Apr 19, 2013, at 2:27 PM, tim Rowledge <[hidden email]> wrote:
>
>> On 18-04-2013, at 7:43 PM, Ian Piumarta <[hidden email]> wrote:
>>
>>> On Apr 18, 2013, at 10:07 , tim Rowledge wrote:
>>>
>>>> Ian (or perhaps Eliot?) could you please extend permissions for me to do this copy and commit to the Cog platforms/RiscOS & Cross trees?
>>>
>>> Done.
>>>
>>>
>> Wow. It worked first time and took no time at all to execute. I was anticipating getting a message about it taking X hrs/days for queued up changes to appear - but no; whooosh! Done. When does the extension that will write all your code for you appear?
>>
>> tim
>> --
>> tim Rowledge; [hidden email]; http://www.rowledge.org/tim
>> Strange OpCodes: RCM: Randomly Corrupt Microcode
>>
>>
Reply | Threaded
Open this post in threaded view
|

Re: Moving RISC OS platform files to SVN for StackVM usage

David T. Lewis
In reply to this post by timrowledge
 
On Fri, Apr 19, 2013 at 02:27:05PM -0700, tim Rowledge wrote:

>
>
> On 18-04-2013, at 7:43 PM, Ian Piumarta <[hidden email]> wrote:
>
> > On Apr 18, 2013, at 10:07 , tim Rowledge wrote:
> >
> >> Ian (or perhaps Eliot?) could you please extend permissions for me to do this copy and commit to the Cog platforms/RiscOS & Cross trees?
> >
> > Done.
> >
> >
> Wow. It worked first time and took no time at all to execute. I was anticipating getting a message about it taking X hrs/days for queued up changes to appear - but no; whooosh! Done. When does the extension that will write all your code for you appear?
>

Be careful what you wish for ;-)

Dave