Export to GitHub

leak-finder-for-javascript - issue #17

Documentation should remind that git-svn should be installed


Posted on Feb 26, 2014 by Happy Kangaroo

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.

Comment #1

Posted on Feb 26, 2014 by Happy Kangaroo

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

Status: New

Labels:
Type-Defect Priority-Medium