rlog / leak-finder-for-javascript

Automatically exported from code.google.com/p/leak-finder-for-javascript
Other
0 stars 0 forks source link

Documentation should remind that git-svn should be installed #17

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. follow instructions at https://code.google.com/p/leak-finder-for-javascript/
2. Run gclient sync
3. Receive error 'svn command not found pyautolib'
4. Run jsleakcheck -h
5. Receive error 'ImportError: No module named remote_inspector_client'

What is the expected output? What do you see instead?
- Didn't expect the two errors

What version of the product are you using? On what operating system?
Chromium 32, Lubuntu 13.10

Solution:
- apt-get install git-svn
- git config --global user.name "My Name"
- git config --global user.email "my@email"
- git config --global core.autocrlf false
- git config --global core.filemode false
- gclient sync 
(from: http://dev.chromium.org/developers/how-tos/get-the-code)

Please provide any additional information below.

Original issue reported on code.google.com by anti...@gmail.com on 26 Feb 2014 at 11:23

GoogleCodeExporter commented 9 years ago
Hmm, actually installing git-svn does not resolve the problem. gclient sync 
still gives me:

_____ leak-finder at refs/remotes/origin/master
Error: 2> svn command not foundpyautolib  

Original comment by anti...@gmail.com on 26 Feb 2014 at 11:28