[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

TortoiseSVN Subtrees showing at same level of trees.

From: MonicaS <castaneda.monica_at_gmail.com>
Date: Thu, 3 Feb 2011 13:25:34 -0800 (PST)

I'm new to TortoiseSVN, so I'm sorry if this is a silly questions.

We have svn+ssh installed on a linux box.
svn version 1.4.6
Tortoise 1.6.12

My problem is that tortoiseSVN is showing svn trees at the same level
of the subtrees, when I select the subtree I get the error 'URL svn
+ssh://user@machine/root/SubDir1.1' non-existent in that revision.

Example:

I have the following on SVN:

Root (main repository folder):
              Dir1
                    SubDir1.1
                    SubDir1.2
                    SubDir1.3
              Dir2
                    SubDir2.1
                    SubDir2.2
                    SubDir2.3

When using tortoiseSVN I fill the URL with svn+ssh://user@machine/Root
This show me:
        Dir1
        Dir2

        This is correct.
        When I select Dir1 (to be expanded), I get the following

        Dir1
        SubDir1.1
        SubDir1.2
        SubDir1.3
        Dir2

        The URL was not updated, it continues to be on svn+ssh://
user_at_machine/Root
        When I select SubDir1.1 I get the error.

        The error is correct, because the toroise URL is trying to get
to :

         svn+ssh://user@machine/Root/SubDir1.1 (This does not exist).

         The correct path should be:
         svn+ssh://user@machine/Root/Dir1/SubDir1.1

Why the URL is not being udpated, why tortoise SVN is showing me trees
and
subtrees inthe same level.

Thanks in advance for your help.
Monica

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2702209

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2011-02-03 22:30:48 CET

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.