[Lazarus] Commands with Linux and subversion to install Lazarus 0.9.30

Pew (piffle.the.cat) piffle.the.cat at iinet.net.au
Tue Jan 11 08:25:46 CET 2011


Hi Vincent,

On 01/11/2011 05:40 AM, Vincent Snijders wrote:
> 2011/1/10 Pew (piffle.the.cat)<piffle.the.cat at iinet.net.au>:
>>
>> Please read this page
>>
>> http://svnbook.red-bean.com/en/1.5/svn.ref.svn.c.move.html
>>
>> and work out what the command is to rename the folder lazarus to lazarus.old
>> on
>>
>> http://svn.freepascal.org/svn/lazarus/branches/fixes_0_9_30/lazarus (folder)
>>
>> needs to be renamed to
>>
>> http://svn.freepascal.org/svn/lazarus/branches/fixes_0_9_30/lazarus.old
>
> Impossible,  http://svn.freepascal.org/svn/lazarus/branches/fixes_0_9_30/lazarus
>   gives:
> ====
> Not Found

As an interim, please document these steps as a work around:

$ mkdir lazarus_0.9.30

$ svn co http://svn.freepascal.org/svn/lazarus/branches/fixes_0_9_30/ 
lazarus_0.9.30

$ cd lazarus_0_9_30

$ mv -t lazarus lazarus.old

$ make clean all

$ ./lazarus &

works fine.

>
> The requested URL /svn/lazarus/branches/fixes_0_9_30/lazarus was not
> found on this server.
> Apache/2.2.8 (Ubuntu) DAV/2 SVN/1.6.5 PHP/5.2.4-2ubuntu5.12 with
> Suhosin-Patch Server at svn.freepascal.org Port 80
> ====
> Please read the svn book, to get a better understand about what you as
> user can do and what can be done on the svn server.

Thanks.

To be quite honest I am now more interested in using Java and/or 
JavaScript for my cross-platform games development and I will pursue 
porting my existing Delphi and Lazarus games applications to 
Java/Javascript.

>
> Vincent
>
> --

Best Regards,
pew

> _______________________________________________
> Lazarus mailing list
> Lazarus at lists.lazarus.freepascal.org
> http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus





More information about the Lazarus mailing list