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

RE: TortoiseSVN Subtrees showing at same level of trees.

From: Bob Archer <Bob.Archer_at_amsi.com>
Date: Mon, 7 Feb 2011 17:55:51 -0500

> 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.

I think you are confusing the repository folder, what is on the file system... to the contents of the repository. If you have multiple repositories you should not nest on your svn server. They should all be peers.

When you use the svn command you are specifying:

protocol://servername/Path/to/Repository/PathInRepository

Path To Repository depends on your repository setup and your svnserve configuration.

In short, if this:

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

Is truly your svn servers repository layout you are doing it wrong.

BOb

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2011-02-07 23:56:03 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.