search for: k9e

Displaying 2 results from an estimated 2 matches for "k9e".

Did you mean: 9e
2015 Feb 27
2
[LLVMdev] SVN dump seed file (was: svnsync of llvm tree)
...eep a local synchronized repo and 'svn relocate' between upstream and the synchronized one depending on availability or mood). All I really did was: svnadmin dump $(pwd) -r 0:230000 > llvm.svndump from my svnsync "clone" with the already adjusted UUID. And then "lzma -k9e" the resulting dump file (the compression took more than 2 hours). The main point is, that anyone trying to start synchronizing now will have to transfer ~15 GiB of data to get to the current point. That can be cut to ~420 MiB by providing a seed file, in the described case for the revision r...
2015 Feb 27
0
[LLVMdev] SVN dump seed file (was: svnsync of llvm tree)
...svn relocate' between upstream and the synchronized one depending > on availability or mood). > > All I really did was: > > svnadmin dump $(pwd) -r 0:230000 > llvm.svndump > > from my svnsync "clone" with the already adjusted UUID. And then "lzma > -k9e" the resulting dump file (the compression took more than 2 hours). > > The main point is, that anyone trying to start synchronizing now will > have to transfer ~15 GiB of data to get to the current point. That can > be cut to ~420 MiB by providing a seed file, in the described cas...