On 12.08.2009 17:30, Stime, Brett wrote:
> *What I did:*
>
> 1. Select multiple working-copy ‘trunk’ directories.
>
> One set has associated URLs in the following form:
>
> https://code.mycompany.com/_abc_/foo/trunk (rooted at /abc)
>
> The remaining directories’ URLs take this form:
>
> https://code.mycompany.com/_def_/bar/trunk (rooted at /def)
>
> 2. Choose ‘SVN Update’ from the Windows Explorer context menu.
>
> *What I wanted to happen* (assuming 2 of each representing the kinds
> described above):
>
> The Tortoise update dialog pops open and reports something like the
> following:
>
> Command: Update
>
> Completed: At revision: 1116
>
> Completed: At revision: 1116
>
> Completed: At revision: 6602
>
> Completed: At revision: 6602
>
> Note that each directory falls into one of two revision numbers.
>
> *What actually happened:*
>
> Command: Update
>
> Completed: At revision: 1116
>
> Completed: At revision: 1116
>
> Error: Target path does not exist
>
> If I pick and choose to segregate the groups manually, both groups of
> directories will finish updating independent of the other. I’d like to
> update them all at once.
Check the uuids of your repositories: I suspect they're the same for
both repositories, which must not be (they're called Uuid's for a
reason: they have to be UNIQUE for every repository).
You can check the uuid by right-clicking on your wc, then select
"properties" from the explorer menu (*not* the TSVN submenu), then
switch to the "Subversion" tab. The uuid is shown there.
If they're the same for both your repositories, use the svnadmin tool on
your server to change the uuid of one of those repositories.
Stefan
--
___
oo // \\ "De Chelonian Mobile"
(_,\/ \_/ \ TortoiseSVN
\ \_/_\_/> The coolest Interface to (Sub)Version Control
/_/ \_\ http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2383204
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2009-08-13 10:56:39 CEST