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

Re: [TSVN] bugtraq links not active when starting via TortoiseProc

From: SteveKing <steveking_at_gmx.ch>
Date: 2004-12-27 15:33:12 CET

Ivan-Assen Ivanov wrote:
>>Oops. Sorry, just saw that you pass the URL and not the path to the
>>working copy to show the log. Then the bugtraq-urls won't work.
>>The reason for that is that the bugtraq properties are stored in your
>>working copy and only read from there.
>>So, if you pass the path to the working copy, the URLs will work.
>
>
> Oh. So it's by design.
>
> What was the motivation for placing the bugtraq properties in the WC
> only, not in the repository?

The motivation of this came from the fact that Subversion doesn't
provide a way of having per-repository configs. So we had to find a way
around this. Using folder properties was the only 'fast' way to do this.
By using folder properties, TSVN can read them without first contacting
the repository. You see, each connection to a repository takes at least
a second, and now imagine the commit dialog staying locked for seconds
(depending on how fast the repository server answers) just to have those
properties available.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Mon Dec 27 15:34:04 2004

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.