search for: synsync

Displaying 5 results from an estimated 5 matches for "synsync".

Did you mean: svnsync
2011 Aug 29
2
[LLVMdev] svnsync of llvm tree
...source 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. 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...
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
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 Oct 06
1
[LLVMdev] svnsync of llvm tree
...nc_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 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. Indeed, it does. >> However, we have official git mirrors of mo...
2011 Oct 06
0
[LLVMdev] MIPS 32bit code generation
...nc_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 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. Indeed, it does. >> However, we have official git mirrors of mo...