when updating multiple paths, TSVN tries to update all of them to the same revision, because there's a possible race condition when just updating to HEAD. Of course, TSVN only does that if all the paths to be updated are from the same repository. And that is checked by comparing the repository uuid.
So, in your case it seems that both repositories have the same uuid - which can cause many problems, not just the one you're describing here. I mean it's called an UUID for a reason: it MUST be unique. use the 'svnadmin setuuid' command on one of the repos to change the uuid to something else, then do a fresh checkout. -- You received this message because you are subscribed to the Google Groups "TortoiseSVN" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tortoisesvn/96746f50-a25d-41b6-81e3-c6bc6b665338n%40googlegroups.com.
