[squeak-dev] Etoys-to-go goes AWOL?

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

[squeak-dev] Etoys-to-go goes AWOL?

K. K. Subramaniam
Hi,

I got a SVN error today while updating:
 "svn: Cannot replace a directory from within"

What happened to Etoys-To-Go.app SVN at svn.squeakland.org/installers/? There
is a Etoys-To-Go/ directory but it has only a few launcher files. Has it been
merged into Etoys.app?

TIA .. Subbu

Reply | Threaded
Open this post in threaded view
|

Re: [squeak-dev] Etoys-to-go goes AWOL?

Yoshiki Ohshima-2
At Mon, 10 Aug 2009 07:11:05 +0530,
K. K. Subramaniam wrote:
>
> Hi,
>
> I got a SVN error today while updating:
>  "svn: Cannot replace a directory from within"
>
> What happened to Etoys-To-Go.app SVN at svn.squeakland.org/installers/? There
> is a Etoys-To-Go/ directory but it has only a few launcher files. Has it been
> merged into Etoys.app?

  Not sure in which directory you did "svn update" (perhaps?), but yes
it is merged.  There was no reason to have a almost duplicated
directories for Etoys.app and Etoys-To-Go.app.

-- Yoshiki

Reply | Threaded
Open this post in threaded view
|

Re: [squeak-dev] Etoys-to-go goes AWOL?

Yoshiki Ohshima-2
In reply to this post by K. K. Subramaniam
At Mon, 10 Aug 2009 07:11:05 +0530,
K. K. Subramaniam wrote:
>
> Hi,
>
> I got a SVN error today while updating:
>  "svn: Cannot replace a directory from within"
>
> What happened to Etoys-To-Go.app SVN at svn.squeakland.org/installers/? There
> is a Etoys-To-Go/ directory but it has only a few launcher files. Has it been
> merged into Etoys.app?

  Oops, btw, the better list for this question was etoys-dev.

-- Yoshiki

Reply | Threaded
Open this post in threaded view
|

Re: [squeak-dev] Etoys-to-go goes AWOL?

Bert Freudenberg
In reply to this post by K. K. Subramaniam

On 10.08.2009, at 03:41, K. K. Subramaniam wrote:

> Hi,
>
> I got a SVN error today while updating:
> "svn: Cannot replace a directory from within"
>
> What happened to Etoys-To-Go.app SVN at svn.squeakland.org/
> installers/? There
> is a Etoys-To-Go/ directory but it has only a few launcher files.  
> Has it been
> merged into Etoys.app?

"svn log" is your friend:

------------------------------------------------------------------------
r230 | bf | 2009-08-07 12:13:32 +0200 (Fri, 07 Aug 2009) | 1 line

Rename Etoys-To-Go.app to Etoys-To-Go
------------------------------------------------------------------------
r224 | bf | 2009-08-06 23:28:32 +0200 (Thu, 06 Aug 2009) | 1 line

Etoys-To-Go: undelete etoys.sh
------------------------------------------------------------------------
r223 | bf | 2009-08-06 23:25:09 +0200 (Thu, 06 Aug 2009) | 1 line

Etoys-To-Go: remove files that are identical to Etoys
------------------------------------------------------------------------

Would be cool to post SVN commit messages to etoys-notify ... Tim?

So yes, I removed all files that are identical between Etoys.app and  
Etoys-To-Go.app. This only leaves one file for each platform (Mac,  
Windows, Unix [*]). Also, there is an "makeEtoysToGo" script that  
creates Etoys-To-Go.app and zips it for easy download. I even linked  
it from
http://wiki.squeakland.org/display/sq/Etoys+To+Go ;)

- Bert -

[*] I put in a mechanism to support other Unices than i686-Linux, but  
no other Unix VMs have been bundled yet. Contributions welcome.

Reply | Threaded
Open this post in threaded view
|

Re: [squeak-dev] Etoys-to-go goes AWOL?

K. K. Subramaniam
On Monday 10 Aug 2009 12:26:08 pm Bert Freudenberg wrote:
> "svn log" is your friend:
Only if update works :-(. Anyway I could guess what happened from the server
directory. This is a welcome move. I was confused about the future of
Etoys2Go.

> So yes, I removed all files that are identical between Etoys.app and
> Etoys-To-Go.app.
Fixes in 2-go launcher etoys.sh have not been merged into etoys.sh.

The changes required for 2Go version are simple enough to be added to README.
Whomsoever is prepping a 2Go version can edit text files easily.

Subbu

Reply | Threaded
Open this post in threaded view
|

Re: [etoys-dev] Re: [squeak-dev] Etoys-to-go goes AWOL?

Timothy Falconer-3
In reply to this post by Bert Freudenberg
On Aug 10, 2009, at 2:56 AM, Bert Freudenberg wrote:

> Would be cool to post SVN commit messages to etoys-notify ... Tim?

SVN is currently on tinlizzie ... remind me when we move it to the  
squeakland server.

Either way, SVN can email the changes to the list, just add the "from"  
address to the list.

Tim