David A. Greene
2011-Jan-30 19:00 UTC
[LLVMdev] Official git mirroring of llvm, clang, lldb, test-suite, etc.?
Jean-Daniel Dupas <devlists at shadowlab.org> writes:> Le 29 janv. 2011 à 09:33, Mark Lacey a écrit : > >> I know this comes up periodically, but it looks like it has been a few months since there was any posting indicating that having an official git mirror for LLVM, et al. was still in the works. >> >> I am wondering if there is a timeline or resources lined up to do this mirroring. >> >> The distributed nature of git fits very well with any open source development, and it would be great if there were some support for a "pull request" model for submitting changes like the one implemented on github. Perhaps this is asking too much. >> > > What about using git-svn ?git-svn often doesn't work, especially if the other side also needs git-svn. -Dave
Óscar Fuentes
2011-Jan-30 20:19 UTC
[LLVMdev] Official git mirroring of llvm, clang, lldb, test-suite, etc.?
greened at obbligato.org (David A. Greene) writes:> Jean-Daniel Dupas <devlists at shadowlab.org> writes: > >> Le 29 janv. 2011 à 09:33, Mark Lacey a écrit : >> >>> I know this comes up periodically, but it looks like it has been a >>> few months since there was any posting indicating that having an >>> official git mirror for LLVM, et al. was still in the works. >> >> What about using git-svn ? > > git-svn often doesn't work, especially if the other side also needs > git-svn.The git mirror would be read-only, so if you want to contribute changes to LLVM using git you need git-svn anyways.
David A. Greene
2011-Jan-31 17:32 UTC
[LLVMdev] Official git mirroring of llvm, clang, lldb, test-suite, etc.?
Óscar Fuentes <ofv at wanadoo.es> writes:>> git-svn often doesn't work, especially if the other side also needs >> git-svn. > > The git mirror would be read-only, so if you want to contribute changes > to LLVM using git you need git-svn anyways.I pull down changes from upstream much more frequently than I send changes up. To send changes up, diff+patch+svn, while not ideal, is workable. -Dave
Seemingly Similar Threads
- [LLVMdev] Official git mirroring of llvm, clang, lldb, test-suite, etc.?
- [LLVMdev] Official git mirroring of llvm, clang, lldb, test-suite, etc.?
- [LLVMdev] Official git mirroring of llvm, clang, lldb, test-suite, etc.?
- [LLVMdev] Official git mirroring of llvm, clang, lldb, test-suite, etc.?
- [LLVMdev] Official git mirroring of llvm, clang, lldb, test-suite, etc.?