Home
last modified time | relevance | path

Searched refs:svn (Results 1 – 25 of 263) sorted by relevance

1234567891011

/external/valgrind/auxprogs/
Dupdate-demangler41 svn co -$old_gcc_revision svn://gcc.gnu.org/svn/gcc/trunk/libiberty libiberty > /dev/null
42 svn co -$old_gcc_revision svn://gcc.gnu.org/svn/gcc/trunk/include include > /dev/null
43 rm -rf libiberty/.svn
44 rm -rf include/.svn
68 svn co -$new_gcc_revision svn://gcc.gnu.org/svn/gcc/trunk/libiberty libiberty > /dev/null
69 svn co -$new_gcc_revision svn://gcc.gnu.org/svn/gcc/trunk/include include > /dev/null
70 rm -rf libiberty/.svn
71 rm -rf include/.svn
93 svn co svn://svn.valgrind.org/valgrind/trunk/coregrind/m_demangle old_m_demangle > /dev/null
94 rm -rf old_m_demangle/.svn
/external/llvm/utils/release/
Dmerge.sh71 if ! svn ls http://llvm.org/svn/llvm-project/$proj/trunk > /dev/null 2>&1 ; then
83 svn log -c $rev http://llvm.org/svn/llvm-project/$proj/trunk >> $tempfile 2>&1
87 svn up
91 svn merge -c -$rev . || exit 1
94 svn merge -c $rev https://llvm.org/svn/llvm-project/$proj/trunk . || exit 1
99 echo svn commit -F $tempfile
Dtag.sh41 if svn ls $base_url/$proj/branches/release_$branch_release > /dev/null 2>&1 ; then
45 ${dryrun} svn remove -m "Removing old release_$branch_release branch for rebranching." \
48 ${dryrun} svn copy -m "Creating release_$branch_release branch off revision ${revision}" \
59 if ! svn ls $base_url/$proj/tags/RELEASE_$tag_release > /dev/null 2>&1 ; then
60 …${dryrun} svn mkdir -m "Creating release directory for release_$tag_release." $base_url/$proj/tags…
62 if ! svn ls $base_url/$proj/tags/RELEASE_$tag_release/$rc > /dev/null 2>&1 ; then
63 … ${dryrun} svn copy -m "Creating release candidate $rc from release_$tag_release branch" \
Dbuild_llvm_package.bat38 svn.exe export -r %revision% http://llvm.org/svn/llvm-project/llvm/%branch% llvm || exit /b
39 svn.exe export -r %revision% http://llvm.org/svn/llvm-project/cfe/%branch% llvm/tools/clang || exit…
40 svn.exe export -r %revision% http://llvm.org/svn/llvm-project/clang-tools-extra/%branch% llvm/tools…
41 svn.exe export -r %revision% http://llvm.org/svn/llvm-project/lld/%branch% llvm/tools/lld || exit /b
42 svn.exe export -r %revision% http://llvm.org/svn/llvm-project/compiler-rt/%branch% llvm/projects/co…
43 svn.exe export -r %revision% http://llvm.org/svn/llvm-project/openmp/%branch% llvm/projects/openmp …
/external/v8/tools/
Dv8-info.sh49 Fetches V8 revision information from a git-svn checkout.
76 git for-each-ref --format="%(objectname) %(refname:short)" refs/remotes/svn
96 git svn log -1 --oneline $1 | cut -d" " -f1
100 tags | grep svn/tags/$1 | while read tag; do
103 svn=$(hash_to_svn $rev)
104 echo $rev $svn $id
109 git svn find-rev $2 svn/$1
123 git cherry -v svn/trunk svn/$1 | while read merge; do
125 svn=$(svn_rev $1 $h)
128 echo $rev r$svn $merges
/external/icu/icu4c/source/data/unidata/
Dchanges.txt64 CLDR_SRC=~/svn.cldr/uni10
65 ICU_ROOT=~/svn.icu/uni10
228 set(ICU_INST_DIR /usr/local/google/home/mscherer/svn.icu/trunk/inst/icu4c)
230 set(ICU4C_SRC_DIR /usr/local/google/home/mscherer/svn.icu/uni10/src/icu4c)
279 … sample character U+11D10 on line 28117 of /usr/local/google/home/mscherer/svn.icu/uni10/src/icu4c…
296 -DSVN_WORKSPACE=/usr/local/google/home/mscherer/svn.unitools/trunk
297 -DOTHER_WORKSPACE=/usr/local/google/home/mscherer/svn.unitools
298 -DUCD_DIR=/usr/local/google/home/mscherer/svn.unitools/trunk/data
299 -DCLDR_DIR=/usr/local/google/home/mscherer/svn.cldr/uni10
317 -s /usr/local/google/home/mscherer/svn.cldr/uni10/common/collation
[all …]
/external/python/cpython3/Tools/msi/
Dget_externals.bat5 where /Q svn
7 echo.svn.exe must be on your PATH to get external tools.
17 if "%SVNROOT%"=="" set SVNROOT=http://svn.python.org/projects/external/
19 if not exist "windows-installer\.svn" (
21 svn co %SVNROOT%windows-installer
24 svn up windows-installer
/external/libmtp/src/
Dgphoto2-sync.sh4 SVN=`which svn`
12 svn checkout svn://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2/camlibs/ptp2 ptp2
20 svn update
/external/googletest/googletest/docs/
DXcodeGuide.md9 …/code.google.com/p/googletest) using this command: `svn checkout http://googletest.googlecode.com/
21 …he Google Test [site](http://code.google.com/p/googletest/source/checkout">svn), you can get the c…
24 svn checkout http://googletest.googlecode.com/svn/trunk/ googletest-read-only
27 …sion repository. By following this approach, everyone that checks out your svn repository will als…
29svn:externals`, decide where you would like to have the external source reside. You might choose t…
31svn propedit` will bring up your Subversion editor, making editing the long, (potentially multi-li…
33 Here is an example of using the svn:externals properties on a trunk (read via `svn propget`) of a p…
36 [Computer:svn] user$ svn propget svn:externals trunk
37 externals/src/googletest http://googletest.googlecode.com/svn/trunk
/external/valgrind/docs/internals/
Drelease-HOWTO.txt158 svn copy trunk tags/VALGRIND_3_3_0
159 svn copy trunk branches/VALGRIND_3_3_BRANCH
162 svn copy trunk tags/VEX_3_3_0
163 svn copy trunk branches/VEX_3_3_BRANCH
167 svn propset svn:externals \
168 "VEX svn://svn.valgrind.org/vex/tags/VEX_3_3_0" .
170 svn propset svn:externals \
171 "VEX svn://svn.valgrind.org/vex/branches/VEX_3_3_BRANCH" .
176 svn copy branches/VEX_3_6_BRANCH tags/VEX_3_6_1
179 svn copy branches/VALGRIND_3_6_BRANCH tags/VALGRIND_3_6_1
[all …]
/external/google-breakpad/src/tools/windows/
Drefresh_binaries.bat11 REM the revision number, and builds the tools. You must run 'svn commit' to
15 call svn update --accept postpone
19 REM switch back to top level so that 'svn info' displays useful information.
23 echo Repository information (output of 'svn info') follows: >> %TEMP%\checkin.txt
24 call svn info >> %TEMP%\checkin.txt
26 echo type 'svn commit -F %%TEMP%%\checkin.txt' to commit.
/external/swiftshader/third_party/LLVM/utils/
DGetRepositoryPath17 if [ -d .svn ]; then
18 svn info | grep 'URL:' | cut -d: -f2-
19 elif [ -d .git/svn ]; then
20 git svn info | grep 'URL:' | cut -d: -f2-
DGetSourceVersion17 if [ -d .svn ]; then
19 elif [ -d .git/svn ]; then
20 git svn info | grep 'Revision:' | cut -d: -f2-
/external/llvm/utils/
DGetRepositoryPath17 if [ -d .svn ]; then
18 svn info | grep '^URL:' | cut -d: -f2-
19 elif [ -f .git/svn/.metadata ]; then
20 git svn info | grep 'URL:' | cut -d: -f2-
DGetSourceVersion17 if [ -d .svn ]; then
19 elif [ -f .git/svn/.metadata ]; then
20 git svn info | grep 'Revision:' | cut -d: -f2-
/external/llvm/cmake/modules/
DVersionFromVCS.cmake11 string(REPLACE "svn" "" result "${${VERS}}")
12 if( EXISTS "${SOURCE_DIR}/.svn" )
13 set(result "${result}svn")
31 if( EXISTS ${SOURCE_DIR}/.git/svn )
36 ${git_executable} svn info
50 set(git_svn_rev "-svn-${git_svn_rev}")
53 execute_process(COMMAND ${git_executable} svn find-rev HEAD
/external/toolchain-utils/deprecated/repo_to_repo_files/
Dgcc-master.json.rtr4 "type": "svn",
8 "address": "svn://gcc.gnu.org/svn/gcc"
16 ".svn",
Dgcc-branches_google_main.json.rtr4 "type": "svn",
8 "address": "svn://gcc.gnu.org/svn/gcc"
16 ".svn",
Dgcc-branches_google_4_7.json.rtr4 "type": "svn",
8 "address": "svn://gcc.gnu.org/svn/gcc"
15 ".svn",
/external/valgrind/solaris/
Dbuild_solaris_package61 svn export --quiet --ignore-externals $source_directory $SRCDIR \
62 2> $TMPDIR/svn-export-valgrind.log.stderr
64 svn export --quiet --ignore-externals $source_directory/VEX $SRCDIR/VEX \
65 2> $TMPDIR/svn-export-vex.log.stderr
71 valgrind_rev=$( svn info $source_directory | grep Revision | sed -e 's/Revision: //' )
72 vex_rev=$( svn info $source_directory/VEX | grep Revision | sed -e 's/Revision: //' )
/external/google-breakpad/
DDEPS29 # This is used to mimic the svn:externals mechanism for gclient (both Git and
38 "http://google-glog.googlecode.com/svn/trunk@97",
41 "src/src/testing": "http://googlemock.googlecode.com/svn/trunk@408",
42 "src/src/testing/gtest": "http://googletest.googlecode.com/svn/trunk@615",
46 "http://protobuf.googlecode.com/svn/trunk@407",
49 "src/src/tools/gyp": "http://gyp.googlecode.com/svn/trunk@1886",
53 "http://linux-syscall-support.googlecode.com/svn/trunk/lss@24",
/external/llvm/docs/
DHowToReleaseLLVM.rst99 $ svn copy https://llvm.org/svn/llvm-project/llvm/trunk \
100 https://llvm.org/svn/llvm-project/llvm/branches/release_XY
102 $ svn copy https://llvm.org/svn/llvm-project/cfe/trunk \
103 https://llvm.org/svn/llvm-project/cfe/branches/release_XY
105 $ svn copy https://llvm.org/svn/llvm-project/dragonegg/trunk \
106 https://llvm.org/svn/llvm-project/dragonegg/branches/release_XY
108 $ svn copy https://llvm.org/svn/llvm-project/test-suite/trunk \
109 https://llvm.org/svn/llvm-project/test-suite/branches/release_XY
120 $ svn co https://llvm.org/svn/llvm-project/llvm/branches/release_XY llvm-X.Y
122 $ svn co https://llvm.org/svn/llvm-project/cfe/branches/release_XY clang-X.Y
[all …]
/external/libunwind_llvm/docs/
DBuildingLibunwind.rst24 * ``svn co http://llvm.org/svn/llvm-project/llvm/trunk llvm``
30 * ``svn co http://llvm.org/svn/llvm-project/libunwind/trunk libunwind``
66 $ ``svn co http://llvm.org/svn/llvm-project/llvm/trunk llvm``
67 $ ``svn co http://llvm.org/svn/llvm-project/libunwind/trunk libunwind``
/external/v8/tools/gcmole/
Dbootstrap.sh41 LLVM_REPO_URL=${LLVM_URL:-https://llvm.org/svn/llvm-project}
74 if ! svn co --force \
79 svn co --force \
85 svn co --force \
/external/owasp/sanitizer/tools/
Dupdate_tree_in_svn.py55 def svn(verb_and_flags, args): function
120 svn(['delete'], svn_deletes)
122 svn(['commit', '-m', 'remove obsolete files from the snapshot tree'],
125 svn(['add', '--depth=empty'], svn_adds)
127 svn(['propset', propname, propvalue], files)

1234567891011