Slow startup?
Garrett Rooney
rooneg at electricjellyfish.net
Fri Apr 15 02:48:27 BST 2005
Robert Collins wrote:
> On Fri, 2005-04-15 at 11:39 +1000, Martin Pool wrote:
>
>>Thanks for the report.
>>
>>I've taken out the fqdn call and now just use gethostname, which should
>>be reliably fast. I also take a username from ~/.bzr.email if it
>>exists, which should be easy for people on all platforms to set.
>>
>>Having a long real time but a short user+sys is often a dead give away
>>of a DNS or other network timeout, because it shows the program spends a
>>long time just waiting.
>
>
> it would be good to stash all global config in ~/.bzr, rather than
> having a bunch of files in ~.
I agree sticking stuff in a directory in ~ would be nice, but call it
something other than .bzr, in case people want to version their home
directory. I know of many people who do that in Subversion or CVS
today, and there's no reason to make it impossible when we can easily
pick another directory name (.bazaar perhaps).
-garrett
More information about the bazaar
mailing list