HomeSort by relevance Sort by last modified time
    Searched refs:SVN_URL (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/common/extensions/docs/server2/
url_constants.py 12 SVN_URL = 'http://src.chromium.org/chrome'
fake_fetchers.py 162 '%s/.*' % url_constants.SVN_URL: FakeSubversionServer(docs),
subversion_file_system.py 144 AppEngineUrlFetcher('%s/%s' % (url_constants.SVN_URL, svn_path)),
  /ndk/sources/cxx-stl/llvm-libc++/tools/
upgrade-upstream.sh 99 SVN_URL=$(get_config_field svn)
100 if [ -z "$SVN_URL" ]; then
112 echo "Checking out $SVN_URL@$REVISION"
113 run svn co $SVN_URL@$REVISION libcxx > /dev/null

Completed in 502 milliseconds