worked
worked

Reputation: 5880

Tortoise SVN. Certain sub-directories won't update from main directory?

We're using SVN Tortoise at work, and when I do an update from the main directory, it seems to ignore files in particular sub-directories. However, if I do an update from said sub-directories, it will pull down the updated files. Any suggestions on why this is happening?

Upvotes: 2

Views: 310

Answers (1)

Ernest Friedman-Hill
Ernest Friedman-Hill

Reputation: 81684

The subdirectories may not be where they actually belong. If on the server, you've got A/B and A/B/C, perhaps you're checked C out under A, and then C is being ignored when A is updated.

Upvotes: 1

Related Questions