[chromium-dev] gcl upload error

2009-11-21 Thread Munjal Doshi
I get the following error when running gcl upload when it tries to send the job to try server after successfully uploading files: Traceback (most recent call last): File C:\Tools\depot_tools\gcl.py, line 1273, in ? sys.exit(main()) File C:\Tools\depot_tools\gcl.py, line 1244, in main

Re: [chromium-dev] gcl upload error

2009-11-21 Thread Evan Martin
A guess, but it looks like it's attempting to find your email address out of your SVN authorization data, and that the computer you're on has no SVN auth data. Try something like svn ls --username=mycommitern...@chromium.org svn://... and log in if it prompts you. On Sat, Nov 21, 2009 at 12:46

Re: [chromium-dev] gcl upload error

2009-11-21 Thread Munjal Doshi
Just in case anyone else hit this, it was fixed in 32748. -Munjal On Sat, Nov 21, 2009 at 10:04 AM, Evan Martin e...@chromium.org wrote: A guess, but it looks like it's attempting to find your email address out of your SVN authorization data, and that the computer you're on has no SVN auth

Re: [chromium-dev] gcl upload error

2009-11-21 Thread Marc-Antoine Ruel
Thanks, when I replied to Munjal, I only replied to him by error. So the fix is to run gclient. M-A On Sat, Nov 21, 2009 at 2:56 PM, Munjal Doshi mun...@chromium.org wrote: Just in case anyone else hit this, it was fixed in 32748. -Munjal On Sat, Nov 21, 2009 at 10:04 AM, Evan Martin

Re: [chromium-dev] gcl upload error

2009-11-21 Thread Marc-Antoine Ruel
[+chromium-dev] One issue is that even a smoke test wouldn't have caught this problem since as I said, it was windows specific. Maybe it's time to create a try server for depot_tools. :/ M-A On Sat, Nov 21, 2009 at 5:23 PM, Marc-Antoine Ruel mar...@google.com wrote: I totally agree, I fully