HomeSort by: relevance | last modified time | path
    Searched refs:svn (Results 1 - 25 of 25) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/contrib/reghunt/bin/
gcc-cleanup 6 if [ -f gcc-svn-env ]; then
7 . ./gcc-svn-env
8 elif [ -f ../gcc-svn-env ]; then
9 . ../gcc-svn-env
10 elif [ -f ${HOME}/etc/gcc-svn-env ]; then
11 . ${HOME}/etc/gcc-svn-env
13 echo "$0: could not find gcc-svn-env file"
gcc-svn-report 18 svn log --revision $REV
26 svn log --quiet --revision $REV | sed -e '/---/d' -e 's/^/ /'
gcc-svn-patchlist 65 LOW_REV=`svn info --revision {"${LOW_DATE}"} \
70 # form expected by gcc-svn-ids.
72 svn log --quiet --non-interactive \
gcc-svn-update 52 echo "`date` svn update begun for id ${ID}, rev ${REV}"
53 echo svn update --non-interactive --revision ${REV} >> $LOG
54 svn update --non-interactive --revision ${REV} >> $LOG
56 echo "`date` svn update done"
58 echo "`date` svn update failed"
62 echo "`date` svn checkout begun for id ${ID}, rev ${REV}"
63 echo svn checkout --non-interactive --revision ${REV} \
65 svn checkout --non-interactive --revision ${REV} \
68 echo "`date` svn checkout done"
70 echo "`date` svn checkout failed
    [all...]
gcc-svn-update-fix 5 # Update an SVN tree for a particular date.
35 echo "`date` svn update begun for id ${ID}, rev ${REV} (fix)"
36 echo svn update --non-interactive --revision ${REV} >> $LOG
37 svn update --non-interactive --revision ${REV} >> $LOG
39 echo "`date` svn update done"
41 echo "`date` svn update failed"
45 echo "`date` svn checkout begun for id ${ID}, rev ${REV}"
46 echo svn checkout --non-interactive --revision ${REV} \
48 svn checkout --non-interactive --revision ${REV} \
51 echo "`date` svn checkout done
    [all...]
  /src/external/apache2/llvm/dist/llvm/utils/
GetSourceVersion 17 if [ -d .svn ]; then
19 elif [ -f .git/svn/.metadata ]; then
20 git svn info | grep 'Revision:' | cut -d: -f2-
GenLibDeps.pl 74 @libs = grep(!/libLLVM-\d\.\d(svn)?\.(dylib|so)/, @libs);
  /src/external/apache2/llvm/dist/llvm/utils/crosstool/
create-snapshots.sh 3 # Creates LLVM SVN snapshots: llvm-$REV.tar.bz2 and llvm-gcc-4.2-$REV.tar.bz2,
4 # where $REV is an SVN revision of LLVM. This is used for creating stable
8 # $0 [REV] -- grabs the revision $REV from SVN; if not specified, grabs the
9 # latest SVN revision.
14 readonly LLVM_PROJECT_SVN="http://llvm.org/svn/llvm-project"
17 svn info ${LLVM_PROJECT_SVN} | egrep ^Revision | sed 's/^Revision: //'
25 echo "Running: svn export -r ${REV} ${module}; log in ${log}"
26 svn -q export -r ${REV} ${LLVM_PROJECT_SVN}/${module}/trunk \
29 # Create "module-revision.tar.bz2" packages from the SVN checkout dirs.
  /src/external/bsd/elftoolchain/
README 2 $ svn checkout https://svn.code.sf.net/p/elftoolchain/code/trunk elftoolchain-code
  /src/external/apache2/llvm/dist/llvm/utils/docker/scripts/
checkout.sh 16 Checkout svn sources into /tmp/clang-build/src. Used inside a docker container.
20 -b|--branch svn branch to checkout, i.e. 'trunk',
23 -r|--revision svn revision to checkout
27 'svn patch <(svn diff -c \$rev)'.
28 -p|--llvm-project name of an svn project to checkout.
105 echo "Checking out svn revision r$LLVM_SVN_REV."
108 echo "Checking out latest svn revision."
125 svn diff -c $CHERRY_REV > "$PATCH_FILE"
126 svn patch "$PATCH_FILE
    [all...]
  /src/external/gpl3/gcc/
gcc2netbsd 83 find "$DIR" -name .svn -type d -exec rm -fr {} +
  /src/external/gpl3/gcc.old/dist/contrib/reghunt/examples/
testall 30 . ../gcc-svn-env
  /src/external/gpl3/gcc.old/dist/maintainer-scripts/
update_web_docs_libstdcxx_svn 13 SVNROOT=${SVNROOT:-"file:///svn/gcc"}
37 svn -q export $SVNROOT/trunk/$GETTHIS doc
update_version_svn 8 SVNROOT=${SVNROOT:-"file:///svn/gcc"}
18 SVN=${SVN:-/usr/bin/svn}
21 BRANCHES=`$SVN ls $SVNROOT/branches \
46 ${SVN} -q co -N ${SVNROOT2}/`dirname $i` `basename $i`
71 if ! ${SVN} commit -m "Daily bump." $i; then
update_web_docs_svn 12 SVNROOT=${SVNROOT:-"file:///svn/gcc"}
116 svn -q export $SVNROOT/$RELEASE gcc
118 svn -q export $SVNROOT/tags/$RELEASE gcc
  /src/external/apache2/llvm/dist/llvm/utils/docker/
build_docker_image.sh 30 -b|--branch svn branch to checkout, i.e. 'trunk',
33 -r|--revision svn revision to checkout
37 'svn patch <(svn diff -c \$rev)'.
38 -p|--llvm-project name of an svn project to checkout. Will also add the
  /src/sys/external/bsd/compiler_rt/
prepare-import.sh 11 rm -rf .svn
  /src/external/apache2/llvm/dist/llvm/utils/release/
merge-request.sh 172 commit_msg=`svn log -r $r https://llvm.org/svn/llvm-project/`
  /src/external/gpl3/gcc.old/dist/contrib/
gcc_build 176 --exclude=.svn \
197 # SVN command
198 GCC_SVN=${GCC_SVN-${SVN-svn}}
199 # The SVN server containing the GCC repository.
202 SVN_REPOSITORY="/svn/gcc/"
206 # The SVN protocol to use.
207 SVN_PROTOCOL="svn"
patch_tester.sh 32 svnpath=svn://gcc.gnu.org/svn/gcc
68 URL is the location of the GCC SVN repository. The default is
164 svn -q co $svnpath/trunk .
166 echo "ERROR: initial svn checkout failed"
177 VERSION=`svn info $SOURCE | grep "^Revision:" | sed -e "s/^Revision://g" -e "s/ //g"`
222 svn cleanup && svn revert -R . && svn st | cut -d' ' -f5- | xargs rm -v
244 if ! svn switch -r $svn_revision $svnpath/trunk &> $TESTING/svn ; the
    [all...]
config-list.mk 17 # svn co svn://gcc.gnu.org/svn/gcc/branches/foo-branch gcc
gcc-git-customization.sh 20 # Add a git command to find the git commit equivalent to legacy SVN revision NNN
21 git config alias.svn-rev '!f() { rev=$1; shift; git log --all --grep="^From-SVN: r\\?$rev\\b" "${@}"; } ; f'
gcc_update 16 # By default all command-line options are passed to `svn update` or `hg/git
24 # If the first parameter is --touch, no svn operation will be performed,
304 elif [ -d .svn ]; then
305 GCC_SVN=${GCC_SVN-${SVN-svn}}
306 vcs_type="svn"
308 echo "This does not seem to be a GCC GIT/HG/SVN tree!"
367 # been converted from the SVN tree.
395 # Extract SVN revision corresponding to parents, as stored by
401 sed -ne "/^extra:.*convert_revision=svn:/
    [all...]
  /src/external/bsd/ntp/dist/sntp/unity/auto/
generate_module.rb 162 `svn delete \"#{file}\" --force`
191 `svn add \"#{file[:path]}\"`
  /src/external/apache2/llvm/autoconf/
configure 3 # Generated by GNU Autoconf 2.69 for LLVM 4.0.0svn.
585 PACKAGE_VERSION='4.0.0svn'
586 PACKAGE_STRING='LLVM 4.0.0svn'
1432 \`configure' configures LLVM 4.0.0svn to adapt to many kinds of systems.
1498 short | recursive ) echo "Configuration of LLVM 4.0.0svn:";;
1680 LLVM configure 4.0.0svn
2334 It was created by LLVM $as_me 4.0.0svn, which was
2686 LLVM_VERSION_SUFFIX=svn
4614 if test -d ".svn" -o -d "${srcdir}/.svn" -o -d ".git" -o -d "${srcdir}/.git"; the
    [all...]

Completed in 56 milliseconds