2

this is my first time to use SVN.( I think the problem is SVN ) those are the environment what I use:

i want make a subversion of this repo

svn checkout https://svn.blender.org/svnroot/bf-blender/ trunk/lib/win64_vc14 lib/win64_vc14

i follow this, but no have explanaions of errors

https://wiki.blender.org/wiki/Building_Blender/Windows

svn checkout https://svn.blender.org/svnroot/bf-blender/trunk/lib/win64_vc14  lib/win64_vc14                          

I expected it to be completely downloaded and continue with the second download step

A    lib\win64_vc14\opencollada\lib\opencollada\OpenCOLLADABaseUtils.lib                                            svn: E175012: Connection timed out                                                                                  PS C:\Users\Courtney\Downloads\Git-Repositorys\Git-Blender> C:\Users\Courtney\Downloads\Git-Repositorys\Git-Blender>

I tried one more time

PS C:\Users\Courtney\Downloads\Git-Repositorys\Git-Blender> svn checkout https://svn.blender.org/svnroot/bf-blender/trunk/lib/win64_vc14  lib/win64_vc14                                                                                svn: E155004: Run 'svn cleanup' to remove locks (type 'svn help cleanup' for details)                               svn: E155004: Working copy 'C:\Users\Courtney\Downloads\Git-Repositorys\Git-Blender\lib\win64_vc14' locked.         svn: E155004: 'C:\Users\Courtney\Downloads\Git-Repositorys\Git-Blender\lib\win64_vc14' is already locked.           PS C:\Users\Courtney\Downloads\Git-Repositorys\Git-Blender> svn checkout https://svn.blender.org/svnroot/bf-blender/trunk/lib/win64_vc14  lib/win64_vc14

but the problem seems to get worse because now this is blocked

windows power shell code lines

bahrep
  • 29,961
  • 12
  • 103
  • 150
  • Try with git repo using tortoise git or bash. Then run .bat over windows – Mate Jun 28 '19 at 03:56
  • @Mate which git tortoise, I'm confused, they made me install 2 different ones and in the end I just had to install one that is the one they use, so now I'm confused which one is what each one does, I'd prefer to do it with GIT, but it does not say how https://imgur.com/z773rkv – Blender Blackened Jun 28 '19 at 04:10
  • do not even use tortoise, just use windows shell and xterm of linux or git but do not tortoise – Blender Blackened Jun 28 '19 at 04:12
  • in blender org they do not answer you and in blender stack exchange, they are pretty nefarious do not want you to ask questions about this, and also there are many stalkers who are administrators, and I am already annoyed by them – Blender Blackened Jun 28 '19 at 04:14
  • https://imgur.com/2bOdBCv tortoisgit say this and send me an a document – Blender Blackened Jun 28 '19 at 04:17

2 Answers2

6

Check your Runtime Configuration Area, especially the file (%appdata%\subversion\servers)

There should be a http-timeout line.
Try and set it to 0.

This specifies the amount of time, in seconds, to wait for a server response.

If you experience problems with a slow network connection causing Subversion operations to time out, you should increase the value of this option.

In Subversion 1.8 (or older versions employing the Serf-based HTTP provider), use the value 0 to disable the timeout altogether.

VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250
  • This is the first time I use SVN, I do not even know what we are talking about, it looks more complex and quite slow, and I do not have much time to read such a large document due to overwork – Blender Blackened Jun 28 '19 at 05:09
  • @BlenderBlackened Simply go to `%appdata%\subversion\config` and check if there is a file with `http-timeout` in it. Set it to 0 and try again your svn clone. – VonC Jun 28 '19 at 06:56
  • I didn't really do it because after doing what I posted as an answer, I did not have any more problems – Blender Blackened Jun 29 '19 at 23:10
  • although I did not have any problems, I applied the solution, although I do not persist a change, I prefer to apply it so that in future downloads of svn I will not cause problems – Blender Blackened Jul 07 '19 at 02:27
  • @VonC, the `http-timeout` is a `%appdata%\subversion\server` setting under the `[global]` section. Putting it in the `config` file is useless. – Davor Josipovic Jul 11 '20 at 17:54
  • @DavorJosipovic Thank you. I have edited the answer accordingly. – VonC Jul 11 '20 at 20:15
  • 1
    %appdata%\subversion\servers (with an s in the server filename) – JAY Jan 07 '21 at 03:08
  • @JAY Thank you. I have edited the answer accordingly. – VonC Jan 07 '21 at 03:29
  • Youhave timeout settings both on the server side (svn/Apache httpd server) and the client side. Adding a http-timeout in the "global" section of the file %appdata%\subversion\servers can indeed solve the issue. – FCA69 Jul 25 '23 at 11:17
0

Right Mouse Button in the Locked Folder

  1. List item
  2. Select TORTOISESVN
  3. Select CLEANUP
  4. Clean up dialog would appear automatically
  5. Select Clean up working copy status, Break locks, Fix time stamps, Vacuum pristine copies, Refresh shell overlays, Include externals
  6. Press OK

SOLVED

full download

  • this works fine for me now it's downloading again and I did not have to delete anything else, see the screenshot please: https://imgur.com/NMugSpv – Blender Blackened Jun 28 '19 at 05:03