search for: svnsync

Displaying 20 results from an estimated 25 matches for "svnsync".

Did you mean: nonsync
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...
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 whole llvm repository. Only...
2015 Feb 27
2
[LLVMdev] SVN dump seed file (was: svnsync of llvm tree)
Hi folks, in a rather old thread on this list titled "svnsync of llvm tree" <http://comments.gmane.org/gmane.comp.compilers.llvm.devel/42523> we noticed that an svnsync would fail due to a few particularly big commits that apparently caused OOM conditions on the server. The error and the revision number were consistent for different people. That s...
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 ta...
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 the sync, I used this command: /usr/bin/svnsync sync https:...
2011 Aug 17
0
[LLVMdev] svnsync of llvm tree
...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 them instead of svnsync be an option for you? - Ben
2011 Aug 29
2
[LLVMdev] svnsync of llvm tree
...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. I was under the impression that the overhead to synsync a mirror of a complete svn repository wasn't too great. svnsync keeps track of the last revision in a repo that it has successfully fetched, and after that, will only ever request the changes newer than that. > We upgraded the server hardware > since but I'm not sure whether we can lift the restriction. > > However, we have official git mirror...
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 the ad...
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 of running fine, I started getting this error from cron: svnsync: DAV request failed; it's possible that the repository's pre-revprop-change hook either failed or is non...
2011 Oct 06
1
[LLVMdev] svnsync of llvm tree
...the same problem as Kurt, I'd like to second his request for a seed file. The dump seems the more sensible approach, although the tar will work as well under most circumstances. Some insight on how FreeBSD does it, can be found here: <http://wiki.freebsd.org/SubversionPrimer#Setting_up_a_svnsync_mirror> Such a seed would have to be updated every now an then, but not too often. rsync would be another alternative, which I have been using to clone some repos from SF.net for some time now. They offer this option for backup purposes. > I was under the impression that the overhead to sy...
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 mirrors only contain what's in trunk in the SVN repos. I think it contains branches of se...
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
2011 Oct 06
0
[LLVMdev] MIPS 32bit code generation
...er) 4. TableGen and Greenspun (Jakob Stoklund Olesen) 5. Re: MIPS 32bit code generation (Gang-Ryung Uh) 6. Re: replacing a global variable by a constant (neda 8664) 7. Re: replacing a global variable by a constant (Duncan Sands) 8. Re: VLIW Ports (Carlos S?nchez de La Lama) 9. Re: svnsync of llvm tree (Oliver Schneider) 10. Re: svnsync of llvm tree (Oliver Schneider) 11. TR : LLVM and VHDL simulation (Baggett Jonas) 12. Re: TableGen and Greenspun (David A. Greene) 13. Re: svnsync of llvm tree (David A. Greene) 14. Re: svnsync of llvm tree (Jeff Fifield) 15. Re: LLVM and...
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 > give any ETA, unfortunately. > > Thank you for your patience. > > Thanks > > Galina > > > > > On Mon, Mar 13, 2017 at 12:36 PM, Galina Kistanova &l...
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?
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>
2015 Jul 29
3
[LLVMdev] Request: Changing commit message in llvm trunk
Anton Korobeynikov wrote: >> It could be very useful for 3 reason. > This will surely break git mirrors. Sounds like the git mirror's problem.
2009 May 10
1
How to run command as apache?
Hello: I have a subversion repository 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 becaus...
2011 Dec 14
1
Still plugging away at the repo conversion
...rapped my precious approach, which was to put the Subversion tools in a Python harness and replay the repo history. The problem with this is that it was hideously slow - your 3.3K commits took over 8 hours to process. I'm now working on a parser for Subversion dumpfiles. This approach - use svnsync to grab the history, use svnadmin dump to turn it into a dumpfile, reposurgeon interprets the dumpfile - is much, *much* faster. A full read takes about 10 minutes. Unfortunately, though my parser works fine on a dozen test repos, it crashes during postprocessing on yours. Weird combinations of...
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: