search for: svn_rev

Displaying 6 results from an estimated 6 matches for "svn_rev".

2008 Apr 29
1
non-digits in svnversion output mess up windows build if USE_SVNVERSION=yes (PR#11339)
...." . $SVN; open insfile, "> R.iss" || die "Cannot open R.iss\n"; Index: tools/GETVERSION =================================================================== --- tools/GETVERSION (revision 45479) +++ tools/GETVERSION (working copy) @@ -24,6 +24,7 @@ y1=6 svn_rev=unknown fi + all_numeric_svn_rev=`echo ${svn_rev}|sed -e 's/[MS]*$//' -e 's/^.*://' -e 's/[^0-9]//g' -e 's/^$/0/'` echo "/* Rversion.h. Generated automatically. */" echo "#ifndef R_VERSION_H" echo "#define R_VERSION_H" @@ -...
2008 Apr 29
0
non-digits in svnversion output mess up windows build if (PR#11340)
...ot;> R.iss" || die "Cannot open R.iss\n"; > Index: tools/GETVERSION > =================================================================== > --- tools/GETVERSION (revision 45479) > +++ tools/GETVERSION (working copy) > @@ -24,6 +24,7 @@ > y1=6 > svn_rev=unknown > fi > + all_numeric_svn_rev=`echo ${svn_rev}|sed -e 's/[MS]*$//' -e 's/^.*://' -e > 's/[^0-9]//g' -e 's/^$/0/'` > echo "/* Rversion.h. Generated automatically. */" > echo "#ifndef R_VERSION_H" > echo "...
2008 Apr 19
1
nondigits in R_FILEVERSION mess up Windows build
...code. I don't think the M-less svn version in R_FILEVERSION will cause any confusion. Index: tools/GETVERSION =================================================================== --- tools/GETVERSION (revision 45381) +++ tools/GETVERSION (working copy) @@ -43,7 +43,9 @@ echo "#define R_SVN_REVISION \"${svn_rev}\"" ## Using 1-digit year stops problems with leading zeros # echo "#define R_FILEVERSION ${maj},${pl}${sl},${y1}${m}${d},0" - echo "#define R_FILEVERSION ${maj},${pl}${sl},${svn_rev},0" +# echo "#define R_FILEVERSION ${maj},${p...
2008 Apr 29
0
non-digits in svnversion output mess up windows build if (PR#11341)
...nnot open R.iss\n"; > > Index: tools/GETVERSION > > =================================================================== > > --- tools/GETVERSION (revision 45479) > > +++ tools/GETVERSION (working copy) > > @@ -24,6 +24,7 @@ > > y1=6 > > svn_rev=unknown > > fi > > + all_numeric_svn_rev=`echo ${svn_rev}|sed -e 's/[MS]*$//' -e 's/^.*://' -e > > 's/[^0-9]//g' -e 's/^$/0/'` > > echo "/* Rversion.h. Generated automatically. */" > > echo "#ifndef R_VERSION_H&...
2009 Aug 04
0
[LLVMdev] Mirroring of LLVM repository
...on using git-svn's `--revision <n>` option (combined with a huge log window: `--log-window-size 999999`). You may find the following script helpful: #!/bin/bash if [ $# -ne 2 ]; then echo "Usage: $0 <svn_url> <dir>" >&2; exit 64; fi SVN_URL=$1 SVN_REV=`svn info $SVN_URL | awk '/Rev:/ {print $4}'` git svn clone --log-window-size 999999 --revision $SVN_REV $SVN_URL $2 This makes the initial clone roughly as demanding as a `svn checkout`. > [..] There are some git mirrors already [..] Next to the mirrors mentioned (and kept up-to-...
2009 Aug 03
3
[LLVMdev] Mirroring of LLVM repository
Dear All, Currently the load of llvm.org is too high. This influences the whole project services like buildbots, bugzilla, etc. It was found that this workload is possible caused by massive mirroring of LLVM SVN repository into git/hg/whatever. Please don't do that :) 1. Usually one don't need full history, this makes the mirroring much easier and faster (do you *really* need r5000? I