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

Re: incorrect support for bugtraq properties in repo-browser

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Tue, 14 Apr 2009 18:09:05 +0200

webpost_at_tigris.org wrote:
> Consider sample repository with two folders:
>
> Root\
> Folder1
> Folder2
>
> you set bugtraq:logregex and bugtraq:url for Root\Folder1 and checkout entire repository under some path.
>
> When you open repo-browser for Root\Folder1 from working copy you'll see Bug-ID column and hyperlinks in log messages for ALL folders (not only Root\Folder1). If you open repo-browser for Root\Folder2 from working copy or just run TortoiseProc /command:repobrowser and path pointing directly to url you'll see no Bug-ID column and no hyperlinks.

This is the expected behavior.
The repo browser does not fetch the properties from the repository (that
would take way too much time and round trips). TSVN *only* reads the
properties from the working copies. And it does so by trying to read
them from the item that's right-clicked on upwards.
If you click on Folder2 which doesn't have the properties and Root
doesn't have them either, TSVN won't find the properties.

Stefan

-- 
       ___
  oo  // \\      "De Chelonian Mobile"
 (_,\/ \_/ \     TortoiseSVN
   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
   /_/   \_\     http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=1712695
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].

Received on 2009-04-14 18:09:24 CEST

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.