search for: svn2

Displaying 7 results from an estimated 7 matches for "svn2".

Did you mean: svn
2013 Jul 30
1
Error from R CMD check
...eck on my GRTS package (https://r-forge.r-project.org/R/?group_id=1027) works fine. Any suggestions on how to fix this? I can send the source code in a private email if required. Best regards, Thierry Output from Rcmd.exe check --as-cran watervogels_0.3-27.tar.gz * using log directory 'U:/svn2/watervogels/watervogels.Rcheck' * using R version 3.0.1 Patched (2013-07-14 r63298) * using platform: i386-w64-mingw32 (32-bit) * using session charset: ISO8859-1 * checking for file 'watervogels/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'watervogel...
2009 May 06
0
[LLVMdev] Using non-system compiler to build llvm and llvm-gcc front end
Hi Scott, > On Tue, May 5, 2009 at 12:26 PM, Duncan Sands <baldrick at free.fr> wrote: > > this is indeed a miscompilation by your system compiler. However so many > > compilers miscompiled this that a workaround was committed to svn. So you > > may want to check out llvm and llvm-gcc from svn. Alternatively, maybe > > the patch applies to llvm 2.5 too.
2009 May 06
2
[LLVMdev] Using non-system compiler to build llvm and llvm-gcc front end
...o I guess I used gcc 4.1.2. However, I then went back to attempt a build with ENABLE_OPTIMIZED=1 (this is just a test installation, once I get things working I will be installing on another machine with the same OS). The optimized build of llvm failed: make[1]: Entering directory `/pkg/build/llvm-svn2/llvm-obj/lib/VMCore' llvm[1]: Building Intrinsics.gen.tmp from Intrinsics.td llvm[1]: Compiling AsmWriter.cpp for Release build llvm[1]: Compiling Attributes.cpp for Release build llvm[1]: Compiling AutoUpgrade.cpp for Release build llvm[1]: Compiling BasicBlock.cpp for Release build llvm[1]: C...
2009 May 05
2
[LLVMdev] Using non-system compiler to build llvm and llvm-gcc front end
On Tue, May 5, 2009 at 12:26 PM, Duncan Sands <baldrick at free.fr> wrote: > this is indeed a miscompilation by your system compiler.  However so many > compilers miscompiled this that a workaround was committed to svn.  So you > may want to check out llvm and llvm-gcc from svn.  Alternatively, maybe > the patch applies to llvm 2.5 too.  I've attached it. I will try the
2014 Oct 19
3
rsync question: building list taking forever
...111GB of data in it. I don't think I've ever setup an rsync for quite so much data before. But I started the rsync at approx. 7pm last night. And as of now the rsync is still building it's file list. [root at sshproxygw ~]# rsync -avzp /mnt/db_space/timd/www1/ /mnt/db_space/timd/www2/svn2/ building file list ... So my question to you is, is this a normal amount of time to wait for the file list to be built? Considering the amount of data involved. I have it running in a screen session I can attach to to find out what's going on. Thanks Tim -- GPG me!! gpg --keyserver pool.s...
2009 May 10
1
How to run command as apache?
...y set up in /usr/local/svn/MyProject. For security, I have that directory set to apache as the owner and group and all files are mode 700. I need to run a svnsync command as the apache user so it may write to the repository. I tried this command: su apache -c "/usr/bin/svnsync sync https://svn2.jammconsulting.com/svn/MyProject" But I get this message from the su command: This account is currently not available. I am guessing this happens because the apache account is set with no password and a nologin shell. How can I run a command as the apache user? Thanks, Neil -- Neil Aggar...
2009 May 10
1
svnsync not using config dir
...nstalled using yum on my CentOS 5 server. I am trying to tell the sync command to save the certificates and credentials in a directory, but it does not seem to be doing so. I created a directory /usr/local/svn/MyProject.config To run the sync, I used this command: /usr/bin/svnsync sync https://svn2.jammconsulting.com/svn/MyProject --config-dir /usr/local/svn/MyProject.config --username svnsync When I issue the command, it asks me to accept the certificate. I told it to accept permanently and gave the svnsync password when prompted. But, nothing was saved in the config directory and when I...