>
> Hi folks,
>
> Thanks for a cool tool--I've taken a preliminary glance at it, and I
> think this the type of tool we've been looking for to aid us in doing
> code reviews. The one problem I'm having is figuring out where the
> config file is supposed to be located on a Windows machine. I need to
> change the mail settings in the configuration to get the mail command
> to work, since the defaults it is using up are incorrect for our mail
> setup. Here are the locations I've tried, which haven't worked:
>
> C:\Documents and Settings\[username]\.gvn\config
> C:\msys\1.0\home\[username]\.gvn\config (wild guess)
It's c:/Documents and Settings/epg/Application Data/gvn
> ------------------snip----------------
> [external]
> smtp_server=mail.oracle.com
This goes in %APPDATA%/gvn/config
> [project]
> email_address=ryan....@oracle.com
> email_domain=oracle.com
This goes in %APPDATA%/gvn/projects/<name-of-project>
I don't recall email_address vs. email_domain; I doubt you're
supposed to use both.
We probably don't allow setting email in config but we probably
should. As a work around, can you use the EMAIL environment
variable? As long as you don't have those email settings in a
project file, gvn will use EMAIL.
BTW, MSYS: the next release finally eliminates that requirement.