[chromium-dev] Re: problem with gclient config on windows vista

2009-05-18 Thread Marc-Antoine Ruel

No problem.

Yes, depot_tools keeps its own copy of svn and python. Reinstalling
is an overstatement, it just puts it into depot_tools with svn.bat and
python.bat. :)

M-A

On Sun, May 17, 2009 at 1:49 PM, Eeyore eeyore...@gmail.com wrote:

 Try (assuming you already have svn on your system)
 rd /q /s depot_tools
 svn co http://src.chromium.org/svn/trunk/tools/depot_tools/

 It seems like an issue with svn version clash. Yay.

 Wow, that seems to have worked.  When I ran gclient after pulling
 depot_tools from SVN, in actually *reinstalled* SVN and python, both
 of which already exist on my system.  I have no idea why it would do
 that, but now gclient sync is working so I'm up and running.

 THANKS!!
 


--~--~-~--~~~---~--~~
Chromium Developers mailing list: chromium-dev@googlegroups.com 
View archives, change email options, or unsubscribe: 
http://groups.google.com/group/chromium-dev
-~--~~~~--~~--~--~---



[chromium-dev] Re: problem with gclient config on windows vista

2009-05-17 Thread Marc-Antoine Ruel

Try (assuming you already have svn on your system)
rd /q /s depot_tools
svn co http://src.chromium.org/svn/trunk/tools/depot_tools/

It seems like an issue with svn version clash. Yay.

M-A

On Sat, May 16, 2009 at 2:49 PM, Eeyore eeyore...@gmail.com wrote:

 I think gclient is just totally busted on Vista and Win7.

 My machine has SVN and Python installed already so gclient doesn't
 need to download them, and gclient still fails with the same errors.

 Completely fresh directory at e:\chrome with freshly unzipped
 depot_tools, this is what happens:

 E:\chromeecho %PATH%
 e:\chrome\depot_tools;C:\Program Files\SlikSvn\bin\;c:\Python26;
 C:\Windows\system32;C:\Program Files\e\cmd;C:\Program Files\TortoiseSVN
 \bin

 E:\chromegclient config http://src.chromium.org/svn/trunk/src
 svn: Your .svn/tmp directory may be missing or corrupt; run 'svn
 cleanup' and tr
 y again
 svn: Can't open file 'E:\chrome\depot_tools\.svn\tmp\log': The system
 cannot fin
 d the path specified.
 svn: Working copy 'E:\chrome\depot_tools' locked
 svn: run 'svn cleanup' to remove locks (type 'svn help cleanup' for
 details)

 E:\chromesvn cleanup
 svn: '.' is not a working copy directory

 E:\chromesvn cleanup depot_tools
 svn: Your .svn/tmp directory may be missing or corrupt; run 'svn
 cleanup' and tr
 y again
 svn: Can't open file 'depot_tools\.svn\tmp\log': The system cannot
 find the path
  specified.

 


--~--~-~--~~~---~--~~
Chromium Developers mailing list: chromium-dev@googlegroups.com 
View archives, change email options, or unsubscribe: 
http://groups.google.com/group/chromium-dev
-~--~~~~--~~--~--~---



[chromium-dev] Re: problem with gclient config on windows vista

2009-05-17 Thread Eeyore

 Try (assuming you already have svn on your system)
 rd /q /s depot_tools
 svn co http://src.chromium.org/svn/trunk/tools/depot_tools/

 It seems like an issue with svn version clash. Yay.

Wow, that seems to have worked.  When I ran gclient after pulling
depot_tools from SVN, in actually *reinstalled* SVN and python, both
of which already exist on my system.  I have no idea why it would do
that, but now gclient sync is working so I'm up and running.

THANKS!!
--~--~-~--~~~---~--~~
Chromium Developers mailing list: chromium-dev@googlegroups.com 
View archives, change email options, or unsubscribe: 
http://groups.google.com/group/chromium-dev
-~--~~~~--~~--~--~---



[chromium-dev] Re: problem with gclient config on windows vista

2009-05-14 Thread Marc-Antoine Ruel

svn: Your .svn/tmp directory may be missing or corrupt; run 'svn
cleanup' and try again

This error is really weird.

svn: Can't open file 'C:\tmp\depot_tools\.svn\tmp\log': The system
cannot find the path specified.

This error is even more weird.

c:\tmpecho %PATH%
C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Program
Files\ActivIdentity\ActivClient\;C:\Program
Files\Hewlett-Packard\IAM\bin;C:\Program Files\Al
tiris\Software Virtualization
Agent\;c:\tmp\depot_tools;c:\Python24;C:\windows\system32\windowspowershell\v1.0\t...@chutoro:~$

Having a cmd prompt and a bash prompt in the same line is absolutely weird.

So...

check for existence of:
c:\tmp\depot_tools\svn.bat
c:\tmp\depot_tools\python.bat
c:\tmp\depot_tools\svn\svn.exe
c:\tmp\depot_tools\python\.svn\.

and try:

svn up c:\tmp\depot_tools
svn up c:\tmp\depot_tools\python

Then send any helpful cue you may find to make the tools more resilient.

M-A

On Thu, May 14, 2009 at 8:32 PM, Ted Crossman tedoc2...@gmail.com wrote:

 Not sure when this started.. I was helping a co-worker get the chromium src:

 I ran:
 gclient config http://src.chromium.org/svn/trunk/src


 and got:

 c:\tmpgclient config http://src.chromium.org/svn/trunk/src
 Installing subversion ...
 Installing python ...
 svn: Your .svn/tmp directory may be missing or corrupt; run 'svn
 cleanup' and try again
 svn: Can't open file 'C:\tmp\depot_tools\.svn\tmp\log': The system
 cannot find the path specified.
 ... Failed to checkout python automatically.
 Please visit http://python.org to download the latest python 2.x client
 before continuing.
 You can also get the prebacked version used at
 http://src.chromium.org/svn/trunk/tools/third_party/

 c:\tmpecho %PATH%
 C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Program
 Files\ActivIdentity\ActivClient\;C:\Program
 Files\Hewlett-Packard\IAM\bin;C:\Program Files\Al
 tiris\Software Virtualization
 Agent\;c:\tmp\depot_tools;c:\Python24;C:\windows\system32\windowspowershell\v1.0\t...@chutoro:~$



 Anyone else seen this?

 tedo


 


--~--~-~--~~~---~--~~
Chromium Developers mailing list: chromium-dev@googlegroups.com 
View archives, change email options, or unsubscribe: 
http://groups.google.com/group/chromium-dev
-~--~~~~--~~--~--~---



[chromium-dev] Re: problem with gclient config on windows vista

2009-05-14 Thread Ted Crossman

Marc-Antoine Ruel wrote:
 svn: Your .svn/tmp directory may be missing or corrupt; run 'svn
 cleanup' and try again

 This error is really weird.

 svn: Can't open file 'C:\tmp\depot_tools\.svn\tmp\log': The system
 cannot find the path specified.

 This error is even more weird.

 c:\tmpecho %PATH%
 C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Program
 Files\ActivIdentity\ActivClient\;C:\Program
 Files\Hewlett-Packard\IAM\bin;C:\Program Files\Al
 tiris\Software Virtualization
 Agent\;c:\tmp\depot_tools;c:\Python24;C:\windows\system32\windowspowershell\v1.0\t...@chutoro:~$

 Having a cmd prompt and a bash prompt in the same line is absolutely weird.

   
Sorry I use linux for my mail.. I cp-ed the text on my windows 
machine.. put it in a file.. scp-ed the file to my linux box and CP-ed 
into the mail :)

ignore the t...@chutoro-- part.
 So...

 check for existence of:
 c:\tmp\depot_tools\svn.bat
 c:\tmp\depot_tools\python.bat
 c:\tmp\depot_tools\svn\svn.exe
 c:\tmp\depot_tools\python\.svn\.
   

c:\tmp\depot_tools\python\.svn\ doesn't exist
 and try:

 svn up c:\tmp\depot_tools
   
This failed with:

C:\tmp\depot_toolssvn up c:\tmp\depot_tools
svn: Your .svn/tmp directory may be missing or corrupt; run 'svn 
cleanup' and try again
svn: Can't open file 
'C:\tmp\depot_tools\.svn\tmp\text-base\gclient.svn-base': The system 
cannot find the path specified.

 svn up c:\tmp\depot_tools\python
   
This said:
C:\tmp\depot_toolssvn up c:\tmp\depot_tools\python
At revision 16136.


 Then send any helpful cue you may find to make the tools more resilient.

 M-A

 On Thu, May 14, 2009 at 8:32 PM, Ted Crossman tedoc2...@gmail.com wrote:
   
 Not sure when this started.. I was helping a co-worker get the chromium src:

 I ran:
 gclient config http://src.chromium.org/svn/trunk/src


 and got:

 c:\tmpgclient config http://src.chromium.org/svn/trunk/src
 Installing subversion ...
 Installing python ...
 svn: Your .svn/tmp directory may be missing or corrupt; run 'svn
 cleanup' and try again
 svn: Can't open file 'C:\tmp\depot_tools\.svn\tmp\log': The system
 cannot find the path specified.
 ... Failed to checkout python automatically.
 Please visit http://python.org to download the latest python 2.x client
 before continuing.
 You can also get the prebacked version used at
 http://src.chromium.org/svn/trunk/tools/third_party/

 c:\tmpecho %PATH%
 C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Program
 Files\ActivIdentity\ActivClient\;C:\Program
 Files\Hewlett-Packard\IAM\bin;C:\Program Files\Al
 tiris\Software Virtualization
 Agent\;c:\tmp\depot_tools;c:\Python24;C:\windows\system32\windowspowershell\v1.0\t...@chutoro:~$



 Anyone else seen this?

 tedo


 

 


--~--~-~--~~~---~--~~
Chromium Developers mailing list: chromium-dev@googlegroups.com 
View archives, change email options, or unsubscribe: 
http://groups.google.com/group/chromium-dev
-~--~~~~--~~--~--~---