vote up 0 vote down star
1

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.

flag

3 Answers

vote up 2 vote down check

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.

link|flag
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 at 13:38
vote up 0 vote down

Make sure Developer B adds and commits the 3 new files and that you two are connected to exactly the same place.

link|flag
You can check whether they were actually committed by using Repo-browser and seeing if the files are visible in the branch. – OrbMan Jun 25 at 13:33
Thank you, he did commit them as I could see them in the repository. Update to revision with fully recursive selected did the trick. – Ryan H Jun 25 at 13:39
vote up 0 vote down

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.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.