[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: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Wed, 19 Mar 2008 22:56:38 +0100

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

Received on 2008-03-19 22:57:00 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.