Cant get blender lib to build blender

hi all,

i tried with git bash or cmd to get the blender libs but after some libs the following error appears.
svn: E120112: Error running context: APR does not understand this erro
Have someone any idea how to solve this.
I am on win 10

Thanks for any tip

no idea what caused it, but try runing

svn cleanup
svn update

in your libs folder to resume the downlload.

On Debian I do

apt-get build-dep blender

to get all the dependencies for the standard Blender package. This gets me most of the way towards having the dependencies for a custom build.

Thanks LazyDodo for help,

i tried your advice and another error pops up after some downloaded libs.
`svn: E730054: Error running context: An existing connection was forcibly closed by the remote host.

maybe another tip what can be done to solve the problem?

Thanks for help
`

ok i tried another sliksvn version because some mentioned they get a timeout problem with higher version than 1.6 and it works i get all libs and a checkout without errors …so now i would like to know …HOW CAN THE TIMEOUT LIMIT CAN BE CHANGED ?

I tried
Timeout 3600 in the blender_git folder but with no reaction…only Timeout --help pops up and in there is a description Timeout [OPTION] so i tried Timeout [3600] again no reaction.

Any tip how to change the timeout to receive data is very welcome.

Could be a server side timeout, i dunno, not my servers, however, when this happens just do another ‘svn cleanup / svn udpate’ and it should restart, keep repeating it until it finishes.

I know its not ideal, but currently the only option i can give you.