similar to: [LLVMdev] SVN dump seed file (was: svnsync of llvm tree)

Displaying 20 results from an estimated 11000 matches similar to: "[LLVMdev] SVN dump seed file (was: svnsync of llvm tree)"

2015 Feb 27
0
[LLVMdev] SVN dump seed file (was: svnsync of llvm tree)
Hi, I think it would be easier to understand why you want this if you had a use case for having an svnsync clone. Aside from backing up the repository, it seems like a fairly useless thing: you can't do local commits and then upstream them and you can't do If you want the complete history of the repository, then a git clone of the git-svn mirror will give you this very cheaply and with
2011 Aug 29
2
[LLVMdev] svnsync of llvm tree
On Wed, Aug 17, 2011 at 01:47:02PM -0700, Benjamin Kramer wrote: > On 17.08.2011, at 11:36, Kurt Lidl <lidl at pix.net> wrote: > > > Why can't I mirror the whole tree? > > The original reason for this limitation was that complete checkouts > put a lot of stress on the server. While I agree bootstrapping a new mirror from scratch is time and resource consuming,
2011 Aug 17
3
[LLVMdev] svnsync of llvm tree
On Wed, Aug 17, 2011 at 08:47:45PM +0400, Anton Korobeynikov wrote: > Hello Kurt, > > > lidl at hydra-146: svnsync sync file:///p/llvm/svn > > Transmitting file data ....... > > [...] > > ......svnsync: REPORT of 'http://llvm.org/svn/llvm-project/llvm': Could not read chunk size: connection was closed by server (http://llvm.org) > You cannot checkout the
2011 Aug 17
0
[LLVMdev] svnsync of llvm tree
On 17.08.2011, at 11:36, Kurt Lidl <lidl at pix.net> wrote: > Why can't I mirror the whole tree? The original reason for this limitation was that complete checkouts put a lot of stress on the server. We upgraded the server hardware since but I'm not sure whether we can lift the restriction. However, we have official git mirrors of most of the projects on llvm.org, would using
2011 Aug 17
2
[LLVMdev] svnsync of llvm tree
I'm trying to setup a svnsync copy of the entire llvm svn tree. I get the svnsync repository initialized, and then the first 67357 revisions get copied without issue. And then it attempts to get rvisions 67358 from llvm.org, and it fails. Repeatably. It transfers about 22MB of data for this revision, and then dies: lidl at hydra-146: svnsync sync file:///p/llvm/svn Transmitting file data
2011 Oct 06
1
[LLVMdev] svnsync of llvm tree
On 2011-08-29 04:21, Kurt Lidl wrote: > While I agree bootstrapping a new mirror from scratch is time and > resource consuming, this can be largely avoided by making a seed > of the svn tree available. (Basically, I think that looks like > a compressed tar file of the svn repository.) Or, a svnadmin dump > of the repo could be made available for the adventurous. Having the same
2011 Aug 17
0
[LLVMdev] svnsync of llvm tree
Hello Kurt, > lidl at hydra-146: svnsync sync file:///p/llvm/svn > Transmitting file data ....... > [...] > ......svnsync: REPORT of 'http://llvm.org/svn/llvm-project/llvm': Could not read chunk size: connection was closed by server (http://llvm.org) You cannot checkout the whole llvm repository. Only trunk or separate tags/branches. -- With best regards, Anton Korobeynikov
2011 Oct 06
0
[LLVMdev] svnsync of llvm tree
Oliver Schneider <gmane at assarbad.net> writes: >>> However, we have official git mirrors of most of the projects on >>> llvm.org, would using them instead of svnsync be an option for you? >> >> Well, if the authoritative source code control system for all the >> llvm projects is svn, I'd just as soon use svn as the tool at my end. > The git
2009 May 10
1
svnsync not using config dir
Hello: I tried posting this to the subversion mailing list, but that does not seem to be taking the post so I am hoping this list can help. I am using svnsync installed 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
2017 Mar 14
2
LLVM Lab SVN mirror is behind
The SVN mirror is back up and running. Please let me know if you would see any issues. Thanks for your patience. On Mon, Mar 13, 2017 at 4:26 PM, Galina Kistanova <gkistanova at gmail.com> wrote: > A quick update. > > The SVN mirror got corrupted by r297634. Svnsync does not like huge > commits. > I'm in the middle of restoring and synch-ing up the mirror. Too soon to
2011 Dec 14
1
Still plugging away at the repo conversion
This is taking longer than I expected, because there is all kinds of cvs2svn-generated ugliness in your back history that tends to crash my tools. Your repo makes a great test case. (Yes, I know, that's like having someone say "Your dog is fantastically ugly!") Current state of things is that I have scrapped my precious approach, which was to put the Subversion tools in a Python
2007 Nov 09
6
backups and md5 all in one while splitting
I'm trying to back up our svn repositories, and I found a nice little backup command line bzip's the backup and creates the md5 hash all in one: svnadmin dump --deltas /repo |bzip2 |tee dump.bz2 | md5sum >dump.md5 The problem is I need to split the backups, so this doesn't really work. Is there perhaps another way of piping things to allow for splitting of the backups?
2011 Oct 06
0
[LLVMdev] MIPS 32bit code generation
A simulator should be expecting the machine opcodes not macros. LD shouldn't care at all as long as the object format plays well. I would think it would be better to fix the simulator. Jack ________________________________________ From: llvmdev-bounces at cs.uiuc.edu [llvmdev-bounces at cs.uiuc.edu] on behalf of llvmdev-request at cs.uiuc.edu [llvmdev-request at cs.uiuc.edu] Sent: Thursday,
2017 Mar 13
2
LLVM Lab SVN mirror is behind
Hello everyone, The SVN mirror in the LLVM Lab seems behind with the changes. I'm looking at the issue. Thank you for understanding. Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170313/a48d639d/attachment.html>
2012 Aug 23
11
FreeBSD 9.1-RC1 Available...
The first release candidate of the 9.1-RELEASE release cycle is now available on the FTP servers for amd64, i386, and powerpc64. The MD5/SHA256 checksums are at the bottom of this message. The ISO images and, for architectures that support it, the memory stick images are available here: ftp://ftp.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/ (or any of the FreeBSD mirror sites). Current
2009 May 15
0
Subversion causing Apache to hog memory
Hello: I posted this to the subversion list yesterday and have not received a reponse. I am hoping someone on this list will be able to help me. I have a CentOS 5 server running subversion 1.5.6-0.2.el5.rf installed using yum from the rpmforge repository. I am using svnsync to mirror from another repository to the local machine. It is called from a cron job every 5 minutes. After a few days
2008 Jan 16
1
SVN Server Issue?
I'm no longer on the DEV mailing list, but: # svn checkout http://svn.digium.com/svn/asterisk/branches/1.4 asterisk svn: URL 'http://svn.digium.com/svn/asterisk/branches/1.4' doesn't exist http://svn.digium.com/svn/asterisk/branches/ -- /Nick -------------- next part -------------- An HTML attachment was scrubbed... URL:
2012 Jan 23
1
[nut-commits] svn commit r3407 - trunk/docs/man
Argh! habits are hard to change. I've fixed the message again on the server, to satisfy the git format... Arnaud -- Linux / Unix Expert R&D - Eaton - http://powerquality.eaton.com Network UPS Tools (NUT) Project Leader - http://www.networkupstools.org/ Debian Developer - http://www.debian.org Free Software Developer - http://arnaud.quette.free.fr/ 2012/1/23 Arnaud Quette <aquette
2007 Jul 18
2
[LLVMdev] Dumping SVN Repository
Hi all, I'm trying to dump the llvm-gcc repository so that it can be loaded into the llvm.org repository instead of the mirror. However, I need a specific URL in that repository, not the whole repository itself. If I use svnadmin, I can't use the URL. It requires a PATH to the repository. Does anyone know of a way to do this? -bw
2007 Jul 18
0
[LLVMdev] Dumping SVN Repository
No, you can't generate a dump file from only a certain path in the repository, but each revision is a global (IE whole-repo) revision, even if we hide this well :) On 7/18/07, Bill Wendling <isanbard at gmail.com> wrote: > Hi all, > > I'm trying to dump the llvm-gcc repository so that it can be loaded > into the llvm.org repository instead of the mirror. However, I need