Searched refs:svn (Results 1 – 25 of 219) sorted by relevance
123456789
/external/valgrind/auxprogs/ |
D | update-demangler | 41 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 66 svn co -$new_gcc_revision svn://gcc.gnu.org/svn/gcc/trunk/libiberty libiberty > /dev/null 67 svn co -$new_gcc_revision svn://gcc.gnu.org/svn/gcc/trunk/include include > /dev/null 68 rm -rf libiberty/.svn 69 rm -rf include/.svn 89 svn co svn://svn.valgrind.org/valgrind/trunk/coregrind/m_demangle old_m_demangle > /dev/null 90 rm -rf old_m_demangle/.svn
|
/external/llvm/utils/release/ |
D | merge.sh | 71 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
|
D | tag.sh | 41 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" \
|
D | build_llvm_package.bat | 38 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/ |
D | v8-info.sh | 49 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/valgrind/docs/internals/ |
D | svn-HOWTO.txt | 11 $ svn stat 18 $ svn propget svn:ignore . > ignore-me 20 $ svn propset svn:ignore . -F ignore-me 22 $ svn commit 28 $ svn propget svn:ignore auxprogs
|
D | release-HOWTO.txt | 158 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/icu/icu4c/source/data/unidata/ |
D | changes.txt | 47 ICU_ROOT=~/svn.icu/trunk 93 - ~/svn.icutools/trunk/src/unicode$ py/preparseucd.py ~/unidata/uni90/20160603 $ICU_SRC_DIR ~/svn.i… 188 …~/svn.icutools/trunk/src/unicode$ py/parsescriptmetadata.py $ICU_SRC_DIR/source/common/unicode/usc… 205 ~/svn.icutools/trunk/src/unicode/c/icudefs.txt: 208 set(ICU_INST_DIR /home/mscherer/svn.icu/trunk/inst) 210 set(ICU_SRC_DIR /home/mscherer/svn.icu/trunk/src) 212 ~/svn.icutools/trunk/dbg/unicode/c$ 217 ~/svn.icutools/trunk/dbg/unicode/c$ 237 cp (UCA generated)/CollationAuxiliary/* ~/svn.cldr/trunk/common/uca/ 253 …cp $ICU_SRC_DIR/source/test/testdata/CollationTest_*.txt ~/svn.icu4j/trunk/src/main/tests/collate/… [all …]
|
/external/swiftshader/third_party/LLVM/utils/ |
D | GetRepositoryPath | 17 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-
|
D | GetSourceVersion | 17 if [ -d .svn ]; then 19 elif [ -d .git/svn ]; then 20 git svn info | grep 'Revision:' | cut -d: -f2-
|
/external/llvm/utils/ |
D | GetRepositoryPath | 17 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-
|
D | GetSourceVersion | 17 if [ -d .svn ]; then 19 elif [ -f .git/svn/.metadata ]; then 20 git svn info | grep 'Revision:' | cut -d: -f2-
|
/external/google-breakpad/src/tools/windows/ |
D | refresh_binaries.bat | 11 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/googletest/googletest/docs/ |
D | V1_5_XcodeGuide.md | 9 …/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… 29 …svn:externals`, decide where you would like to have the external source reside. You might choose t… 31 …svn 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
|
D | XcodeGuide.md | 9 …/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… 29 …svn:externals`, decide where you would like to have the external source reside. You might choose t… 31 …svn 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
|
D | V1_6_XcodeGuide.md | 9 …/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… 29 …svn:externals`, decide where you would like to have the external source reside. You might choose t… 31 …svn 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
|
D | V1_7_XcodeGuide.md | 9 …/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… 29 …svn:externals`, decide where you would like to have the external source reside. You might choose t… 31 …svn 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/toolchain-utils/deprecated/repo_to_repo_files/ |
D | gcc-master.json.rtr | 4 "type": "svn", 8 "address": "svn://gcc.gnu.org/svn/gcc" 16 ".svn",
|
D | gcc-branches_google_main.json.rtr | 4 "type": "svn", 8 "address": "svn://gcc.gnu.org/svn/gcc" 16 ".svn",
|
D | gcc-branches_google_4_7.json.rtr | 4 "type": "svn", 8 "address": "svn://gcc.gnu.org/svn/gcc" 15 ".svn",
|
/external/llvm/cmake/modules/ |
D | VersionFromVCS.cmake | 11 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/valgrind/solaris/ |
D | build_solaris_package | 61 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/ |
D | DEPS | 29 # 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/v8/tools/gcmole/ |
D | bootstrap.sh | 41 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/libopus/doc/ |
D | release.txt | 14 - Add to https://svn.xiph.org/releases/opus/ 16 - svn commit 19 - Add release notes to https://svn.xiph.org/websites/opus-codec.org/ 25 Releases are commited to https://svn.xiph.org/releases/opus/ 29 Website updates are committed to https://svn.xiph.org/websites/opus-codec.org/
|
123456789