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

RE: Crash in TSVN during Show Log

From: Oren Eini (Murphy & Associates) <v-orene_at_microsoft.com>
Date: Wed, 19 Mar 2008 15:03:52 -0700

I think that it should also take into account the repository UUID.
I'll ensure that per server it is different.

________________________________________
From: Stefan Küng [tortoisesvn_at_gmail.com]
Sent: Wednesday, March 19, 2008 2:56 PM
To: dev_at_tortoisesvn.tigris.org
Subject: Re: Crash in TSVN during Show Log

Oren Eini (Murphy & Associates) wrote:
> Wait a minute.
>
> with repository root being http://foo.bar/svn/
>
> I have the following files:
> http://foo.bar/svn/1/test.txt
> http://foo.bar/svn/2/test.txt
>
> Do they get mixed up in the cache?

No, they won't. Since they have different paths relative to the
repository root.

But it could be a problem is you have as the repository root
http://localhost/ all the time, and then have different (completely
different) projects there. For example:
http://localhost/folder (from project 1)
http://localhost/folder (from project 2)

because the revision data for the 'folder' from project 1 would be
different than the data for the 'folder' from project 2.

I think this could be a problem if SvnBridge is used to connect to
different servers - for TSVN, the URL wouldn't really change, it's
always 'localhost'.

But as I said: that's really our problem to solve.
(Unless you have an easy way to get different URLs for different servers
when connecting to SvnBridge).

Also note: the log cache is new in TSVN 1.5.0, it isn't available in the
1.4.x releases.

Ok, next mail from me tomorrow - it's 11pm here...

Stefan

--
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.net
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_tortoisesvn.tigris.org
For additional commands, e-mail: dev-help_at_tortoisesvn.tigris.org
Received on 2008-03-19 23:04:45 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.