You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Daniel Shahaf <d....@daniel.shahaf.name> on 2012/05/10 11:59:45 UTC

Re: svn commit: r1336413 - /subversion/trunk/tools/dist/release.py

philip@apache.org wrote on Wed, May 09, 2012 at 21:36:23 -0000:
> +    subparser.add_argument('--username', default=getpass.getuser(),
> +                    help='''Username for ''' + dist_repos + '''.  The default
> +                            is the current username''')

I think the default should be "don't pass --username to svn at all", so
that the if a username is cached in ~/.subversion/auth/ it is tried
before the OS-level username.

Makes sense?