On Wed, Mar 19, 2008 at 5:03 PM, Oren Eini (Murphy & Associates) <
v-orene_at_microsoft.com> wrote:
> 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...
>
I've filed a work item for this on the SvnBridge website:
http://www.codeplex.com/SvnBridge/WorkItem/View.aspx?WorkItemId=9715
Received on 2008-03-19 23:35:55 CET