[Lazarus] Issues getting sources from the repository

Sven Barth pascaldragon at googlemail.com
Sat Dec 26 10:05:28 CET 2020


Leyba Bronstain via lazarus <lazarus at lists.lazarus-ide.org> schrieb am Sa.,
26. Dez. 2020, 01:49:

> Hi guys.
>
> When I try to get the fpc/lazarus source code from the repository using
> the svn-client, the server drops the connection. These cases are observed
> several times during the process. I have to run the svn client several
> times. It looks something like this
>
> C:\Users\leyba>md c:\test
> C:\Users\leyba>cd c:\test
> C:\test>svn co https://svn.freepascal.org/svn/fpc/trunk fpc_trunk
> A    fpc_trunk\compiler
> <skiped>
> svn: E120108: Error running context: The server unexpectedly closed the
> connection.
> C:\test>svn cleanup fpc_trunk
> C:\test>svn co https://svn.freepascal.org/svn/fpc/trunk fpc_trunk
>
> etc.
>
> Somebody tell me pls, what happened?
>

Instead of cleanup and another checkout simply change into the directory
and do a "svn update" which will continue the checkout. Repeat until done.

Regards,
Sven

>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20201226/0bf7656f/attachment.html>


More information about the lazarus mailing list