Am 04.05.2006 um 23:35 schrieb Ian Piumarta:
> On May 4, 2006, at 12:48 PM, Martin Kuball wrote:
>
>> I made a fresh checkout using
>> svn co
http://squeakvm.org/svn/squeak/trunk squeak
>> Svn tells me I'm on revision 1508. But I still have the src32 and
>> src64 directorys. Maybe they were not really deleted?
>
> I guess subversion implements some strange definition of 'delete'
> with which I was not previously familiar.
After you did a "svn rm" you still need to "svn commit".
The last log entry is a year old from where you added the tree:
bert.vektor ~ % svn log
http://squeakvm.org/svn/squeak/trunk/
platforms/unix/src32
------------------------------------------------------------------------
r1155 | piumarta | 2005-04-01 02:44:01 +0200 (Fri, 01 Apr 2005) | 1 line
new 32- and 64-bit src
------------------------------------------------------------------------
- Bert -