Question

Sometimes when a team member adds a file to a subversion repository it doesn't get updated in the other team members working copies (once they request an update). We have to copy the files from the repo browser to the working copy, delete them in the repository and then re-commit them in order for it to work properly.

It happens randomly and with different team members so I am unable to figure out what the issue might be.

We all use TortoiseSVN and VisualSVN for the server. Does anybody have any ideas as to what might be causing the problem?

Was it helpful?

Solution

My guess is that you are using some net filesystem introducing delay or caching writes.

A network issue IMHO.

EDIT:

After further infos from the answerer I think the issue can be different.

Try to call the "update to revision..." dialog and select "fully recursive" as depth.

It should be something related to recursive adds, or add into newly created folders not already committed.

It was suggested in Subversion (using VisualSVN/Tortoise) refuses to pull down new files

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow