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

Re: newbe SVN directory structure question.

From: Jean-Marc van Leerdam <j.m.van.leerdam_at_gmail.com>
Date: Wed, 11 Jan 2012 07:53:16 +0100

Hi,

On 11 January 2012 07:34, Thomas Miller <clarkesthirdlaw_at_hotmail.com> wrote:

> Hi All,
>
> I believe I have TortoiseSVN set up and running on my computer. I can see
> a revision list of stuff I've commited. My question is: Why doesn't the
> directory structure in the SVN repository match the path in the "Commit To"
> dialog box when I check in?
>
> Specifically, I thought I had different folders for "branches tags and
> trunks" in the SVN repository folder and the trunk folder is definitely
> part of the path in the commit dialog box (see attached). But in the actual
> SVN repository there is no folder labelled "trunk". The folders actually
> present are:
>
> conf, db, hooks and locks.
>
> Where is the trunk folder? And what are the above listed folders used
> for????
>
>

The subversion repository is a database with its own file/folder structure
(conf for internal settings, db for the actual data, hooks for server side
scripts that are run on specific events and locks to keep track of
temporary locks during actions like commits).

Your committed files and their history is stored in tables inside this
database and can be accessed through subversion clients (such as
TortoiseSVN).

If you want to see the contents of the repository, start the TSVN
Repository Browser. This will give you an Explorer-like view of the
repository content, allowing you to look at the current revision and all
earlier revisions.

-- 
Regards,
Jean-Marc
--
.       ___
.  @@  // \\      "De Chelonian Mobile"
. (_,\/ \_/ \     TortoiseSVN
.   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
.   /_/   \_\     http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&dsMessageId=2907792
To unsubscribe from this discussion, e-mail: [dev-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2012-01-11 07:53:23 CET

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

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