phi...@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?