similar to: SVN revision numbers

Displaying 20 results from an estimated 30000 matches similar to: "SVN revision numbers"

2007 Dec 04
2
[LLVMdev] Git/Svn numbers
Hi! Don't be afraid, just a few numbers. :) 1. Updating/Getting the source: svn update from revision 44014 to revision 44570 with svn update: real 0m11.464s user 0m1.180s sys 0m0.576s svn checkout with svn co http://llvm.org/svn/llvm-project/llvm/trunk llvm: real 4m37.414s user 0m5.756s sys 0m2.592s git clone the whole tree with git clone
2007 Dec 04
0
[LLVMdev] Git/Svn numbers
> So, to summarize: > Git clone is seven times faster than svn checkout for > the llvm and clang repositories. > Git repo size is half of svn repo size. Yeah, git is incredibly fast, even for huge project (like the linux kernel). For the way LLVM works, I can only see one drawback: it works always atomically with a whole tree. An example: if you have one git repository with
2004 Oct 18
0
Re: [R] Problem Compiling R-2.0.0 on Linux Alpha
Thanks, Prof. Ripley. I downloaded the new admin.R and used that in place of one in R-2.0.0 build directory. The compile went fine. So, for the record, R-2.0.0 + Prof. Ripley's fixed admin.R compiles fine on "alphapca56-unknown-linux-gnu". ---- [rajiv@localhost rajiv]$ R R : Copyright 2004, The R Foundation for Statistical Computing Version 2.0.0 (2004-10-04), ISBN
2013 Sep 17
2
[LLVMdev] [PATCH] Detect SVN revision and path on Git working copy
On 17 Sep 2013, at 18:18, Mark Lacey <mark.lacey at apple.com> wrote: > This means that from build to build, depending on whether a Git change or SVN change is the most recent on my branch, I will get different results. That seems problematic. If you're not rebasing after pulling in changes from LLVM svn, then you're going to be in for a world of pain later (I, unfortunately,
2005 Oct 05
0
Ad: Re: Ad: Re: R crashes for large formulas in lm() (PR#8181)
On Wed, 5 Oct 2005 Hallgeir.Grinde at elkem.no wrote: > Yes. > so (x1*x2*x3*x4*x5*x6*x7*x8)^2 = (x1+x2+x3+x4+x5+x6+x7+x8)^8 ? Yes in the sense that the simplified formula given by terms() is the same. > and there is a difference in > (x1*x2*x3*x4*x5*x6*x7*x8)^2 > and > (x1*x2*x3*x4*x5*x6*x7*x8) > althoug the resulting formulas are the same, or? The first is reduced to the
2008 May 19
1
(PR#11484) On WinXP, R CMD config needs sh (and breaks without it)
2008/5/19 Prof Brian Ripley <ripley at stats.ox.ac.uk>: > Where is the bug here? It also does on a Unix-alike. Then "R CMD config --help" could at least spit out an error stating what should be installed (rather than die with an execution error straight from the DOS). Setting an "sh" in the %Path% (sh coming from cygwin) does not seem to lead to something working
2009 Mar 09
1
how to write svn for dahdi-linux and dahdi-tools when using svn 1.4
Hi, When we use svn branches-1.4 such as: # svn checkout http://svn.digium.com/svn/asterisk/branches/1.4 asterisk-1.4 # svn checkout http://svn.digium.com/svn/libpri/branches/1.4 libpri-1.4 how to write the others such as dahdi-linux and dahdi-tools? Regards, Zen
2008 Mar 11
2
(no subject)
# PROBLEM WITH ABLINE # I have a question about a seemingly imprecise abline figure which I have come accross now a few times. # After reading variables a and b... a<-c(3729,1796,1956,5177,3201,3138,4265,3042,3745,2060,5713,6811,4184,1221,4700,3171,8913,5565,5500,2428,4841,10428,11197,5946,2783,4842)
2006 Nov 28
1
(PR#9390) when loading library tripack entry point "signal"
This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --27464147-1968795515-1164715405=:5670 Content-Type: TEXT/PLAIN; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: 8BIT You need to re-install packages when you update R, as it says in the rw-FAQ. Use update.packages(checkBuilt=TRUE) to
2008 May 19
0
(PR#11484) On WinXP, R CMD config needs sh (and breaks
Where is the bug here? It also does on a Unix-alike. Anything involving R CMD potentially needs the Rtools set in the path. R CMD config is primarily intended to be used in configure scripts in packages. On Sun, 18 May 2008, lgautier at gmail.com wrote: > Full_Name: Laurent Gautier > Version: R-2.7.0patched (r45712) > OS: WinXP > Submission from: (NULL) (90.15.141.247) >
2004 Mar 16
1
SV: Documentation on how to put classes and methods in packageswith namespace?
Re. the Kings Quest game called R, Inspired by the "stats4" of R-1.9.0 (alpha of 2004-03-15) I moved the body af my function ".onLoad.dynamicGraph" to the end of ".../dynamicGraph/R/dynamicGraph" (replacing "library(methods)" by "require(methods)"). The secound run, with [Previously saved workspace restored], produces the same result as in
1999 Jun 16
0
RE: Venables & Ripley 3rd edition
I have in my inbox a note saying books are expected in early August. However, for R users there is relatively little advantage in the third edition, except that almost everything works unchanged. The real advantages of the third edition are for users of S-PLUS 5.x and 4.5/2000. > From: Marc R. Feldesman > To: guido at hal.stat.unipd.it; 'Guido Masarotto '; 'Maria Wolters '
2008 Jul 10
0
[LLVMdev] Including svn version number in --version output
On Jul 9, 2008, at 8:40 PM, Chris Lattner wrote: > > We don't want another commit after every other commit. This should be > set by the makefile when a build is done. This isn't a commit, it's just a file that's not under version control but created during update/checkout. I suppose to be annoyingly pedantic about it you could require a network connection for the
2008 Jul 10
2
[LLVMdev] Including svn version number in --version output
> I suppose to be annoyingly pedantic about it you could require a > network connection for the build, check svn info and svn status and > then set the version string based on whether or not there are local > patches applied to the checkout - but that would probably fall under > neurotic :) Using svnversion (as the original patch does) does exactly this. It outputs the rev
2005 Dec 21
1
(Debian Bug 344248): R segfaults when pressing Delete (PR#8422)
On Wed, 21 Dec 2005 edd at debian.org wrote: > > --CE+1k2dSO48ffgeK > Content-Type: text/plain; charset=us-ascii > Content-Disposition: inline > > Resend after type in mailheader. I have the bug on my system with > yesterday's R 2.2.1. A library mismatch is still a likely cause. This seems to be a readline 5.1 error. I was unable to reproduce it with 4.3 or 5.0. gdb)
2007 Jul 04
0
[LLVMdev] SVN Repository Layout.
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Reid Spencer schreef: > All, > > There's been much email traffic and discussion about the repository > layout, top level stuff, etc. Additionally, Tanya, Chris, Gordon and I > had an IRC discussion last evening and worked through some of the issues > and confusion. As a result, I've prepared a web page that contains the >
2005 Apr 06
2
HP-UX and IRIX recent builds? Any other rare platforms?
I am revising the section in R-admin on platforms. When I asked about locales earlier this year I got no reply about HP-UX and IRIX, so I will presume that no one has built R on those OSes recently. If you have, please send me the OS number and the flags you used. Platforms where I have seen recent reports: Linux MacOS X Solaris 8, 9, 10 (any Solaris 7 users please let me know) AIX 5.1
2006 Mar 09
0
Linking Rblas [under Windows]
Dear Prof. Ripley, thank you very much. It works now absolutely fine using a "Makevars" file with the contents you suggested. Thanks again, Roland > -----Original Message----- > From: Prof Brian Ripley [mailto:ripley at stats.ox.ac.uk] > Sent: Thursday, March 09, 2006 12:09 PM > To: Rau, Roland > Cc: r-help at stat.math.ethz.ch > Subject: Re: [R] Linking Rblas
2016 Jun 07
2
[LLVMdev] LLVM loop vectorizer
Hi Alex, This has been very recently fixed by Hal. See http://reviews.llvm.org/rL270771 Adam > On Jun 4, 2016, at 3:13 AM, Alex Susu via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > Hello. > Mikhail, I come back to this older thread. > I need to do a few changes to LoopVectorize.cpp. > > One of them is related to figuring out the exact C source line
2002 Jun 19
0
[R] Problems with url/download and http_proxy
This does seem to fix my problem: > Sys.getenv("http_proxy") http_proxy "http://gproxy1.pfizer.com/" > url("http://cran.r-project.org/src/contrib/PACKAGES",'r') description "http://cran.r-project.org/src/contrib/PACKAGES" class