SVN won't download newly added files but will update existing. Developer B adds 3 new files to the repo, and when Developer A updates it does not download the files. Both using TortoiseSVN and VisualSVN. Does anyone know what could be causing this problem? If Developer A goes to the Repo Browser they can see them, but it just won't update their folder with them on an Update. Help would be appreciated.
Asked
Active
Viewed 4,432 times
4
-
This bug is still there in Tortoise SVN 1.14.0 64 bit – Marco Demaio Jan 30 '21 at 22:48
2 Answers
8
From this answer: Subversion (using VisualSVN/Tortoise) refuses to pull down new files
Call once the "update to revision..." dialog and select "fully recursive" as depth. There seems to be a problem with empty folders.
-
This worked. It's strange because it was not an empty folder, it was simple a couple of files added to an existing folder that already contained a dozen other files. Thank you for the help. – Ryan H Jun 25 '09 at 13:38
-
This fix works! This bug is still there in Tortoise SVN 1.14.0 64 bit – Marco Demaio Jan 30 '21 at 22:48
-1
Is there any chance the developer did the initial checkout using sparse directories? Also make sure they aren't passing an incorrect --depth
parameter to the update command.

Sebastian Celis
- 12,185
- 6
- 36
- 44