search for: subversionisms

Displaying 3 results from an estimated 3 matches for "subversionisms".

2011 Sep 22
9
Data frame a partir de lista
Hola Alguien tiene una soluci''on elegante para convertir una lista con elementos que tienen diferentes longitudes, por ejemplo: XX <- list( rep("A",2), rep("B",4), rep("C",5)) en un data.frame, donde cada fila es uno de los elementos y que los "huecos" se rellenen con "NA" ? Porque si hago esto:
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
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 seems to be fixed now. I succeeded