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 [email protected] svn://..." and log in if it prompts you.
On Sat, Nov 21, 2009 at 12:46 AM, Munjal Doshi <[email protected]> wrote: > 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 > UploadCL(change_info, argv[3:]) > File "C:\Tools\depot_tools\gcl.py", line 865, in UploadCL > TryChange(change_info, trychange_args, swallow_exception=True) > File "C:\Tools\depot_tools\gcl.py", line 901, in TryChange > prog='gcl try') > File "C:\Tools\depot_tools\trychange.py", line 526, in TryChange > options.scm.ProcessOptions() > File "C:\Tools\depot_tools\trychange.py", line 177, in ProcessOptions > self.options.email = scm.SVN.GetEmail(gcl.GetRepositoryRoot()) > File "C:\Tools\depot_tools\scm.py", line 450, in GetEmail > for credfile in os.listdir(auth_dir): > WindowsError: [Errno 3] The system cannot find the path specified: > 'C:\\Users\\munjal\\AppData\\Roaming\\auth\\svn.simpl > e/*.*' > Does anyone know what hte problem is? > -Munjal > > -- > Chromium Developers mailing list: [email protected] > View archives, change email options, or unsubscribe: > http://groups.google.com/group/chromium-dev -- Chromium Developers mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev
