similar to: [LLVMdev] repo.or.cz GIT mirrors

Displaying 20 results from an estimated 30000 matches similar to: "[LLVMdev] repo.or.cz GIT mirrors"

2011 Feb 23
0
[LLVMdev] repo.or.cz GIT mirrors
Anton Korobeynikov <anton at korobeynikov.info> writes: > Hello Everyone > > As you might already know, git mirrors of llvm repository started from > repo.or.cz mirrors, where stuff was pushed almost by hands out of > git-svn local copy. Right now we have official and automatically > updated GIT mirrors on llvm.org and thus repo.or.cz mirrors look a bit > redundant.
2011 Feb 23
2
[LLVMdev] [cfe-dev] repo.or.cz GIT mirrors
Good morning, Dave. On Thu, Feb 24, 2011 at 4:17 AM, David A. Greene <greened at obbligato.org> wrote: > Do git repositories cloned from git-svn mirrors work properly?  For > example: > >                         svn >                          ^ >                          | >                          | >                          V >                       git-svn
2011 Feb 24
0
[LLVMdev] [cfe-dev] repo.or.cz GIT mirrors
NAKAMURA Takumi <geek4civic at gmail.com> writes: >> I don't think one can share commits from clone A to/from clone B without >> going through the parent git-svn repository.  Is that right?  I recall >> having read something about that somewhere. > > Maybe sure on git-svn's branch (eg. master). > "master" should never be pushed to
2011 Feb 24
1
[LLVMdev] [cfe-dev] repo.or.cz GIT mirrors
greened at obbligato.org (David A. Greene) writes: >> Each clonee should do "git-svn dcommit" individually. >> (and it would be happier if you did "git pull --rebase llvm.org) > > Yep. > >> Of course, other branches may be push/pull-ed among repos. It is git! > > Does this mean that clone B can pull from clone A and vice-versa? The problem is the
2011 Mar 08
4
[LLVMdev] [cfe-dev] Reminder: LLVM 2.9 Branching in One Week
Hi David > I think the trouble with branches is the lockdown of the root repository > directory. Surely not (at the server) > git svn init --stdlayout https://<user>@llvm.org/svn/llvm-project/llvm \ >
2015 Jun 17
2
repo.or.cz links are no longer valid.
On Wed, Jun 17, 2015 at 05:57:39AM +0300, Ady via Syslinux wrote: > > After taking over repo.or.cz/syslinux.git, the aforementioned > previously-valid links are no longer valid :(. Perhaps not only "tags" > are no longer valid. > > Also, the "tag" hyperlinks that were visible before are now no longer > there in repo.or.cz/syslinux.git. > > Note
2015 Jun 17
0
repo.or.cz links are no longer valid. WAS: git daemon on zytor is back in action
> On 06/15/2015 01:08 PM, Ady via Syslinux wrote: > > > > Example in repo.or.cz: > > > > tag name: > > http://repo.or.cz/syslinux.git > > /tag/refs/tags/syslinux-4.07 > > > > tag hash: > > http://repo.or.cz/syslinux.git > > /tag/a4fcb6d867aadcaf5af8f87eb1ba96abe2748159 > > > > If I understand correctly, the
2011 Feb 01
5
[LLVMdev] GIT mirroring
Hello Everyone, It seems given the decent amount of discussions it's time to make small announcement. So, official git mirrors are available for some subset of LLVM projects. They were used by some LLVM developers for couple of months already and seem to be stable enough. Right now there is a mirroring for LLVM itself and clang. More can be added per requests. The mirrors are made via
2015 Jun 14
4
git repo: primary/secondary/unofficial
On Sat, Jun 13, 2015 at 10:44:11PM +0300, Ady via Syslinux wrote: > > > I'm starting this thread to discuss what git repository should be > > designated as primary and which repositories should be designated as > > secondary. > > > > For years, git.kernel.org has been the primary repo, updated at least > > with every full and pre- release.
2007 Dec 04
2
[LLVMdev] Git/Svn numbers
Hi! Don't be afraid, just a few numbers. :) 1. Updating/Getting the source: svn update from revision 44014 to revision 44570 with svn update: real 0m11.464s user 0m1.180s sys 0m0.576s svn checkout with svn co http://llvm.org/svn/llvm-project/llvm/trunk llvm: real 4m37.414s user 0m5.756s sys 0m2.592s git clone the whole tree with git clone
2011 Feb 01
0
[LLVMdev] GIT mirroring
On Feb 1, 2011, at 12:20 PM, Anton Korobeynikov wrote: > Hello Everyone, > > It seems given the decent amount of discussions it's time to make > small announcement. > > So, official git mirrors are available for some subset of LLVM > projects. They were used by some LLVM developers for couple of months > already and seem to be stable enough. Thank you for setting
2010 Jan 28
2
[LLVMdev] About setting up official git & bzr mirrors.
Due to a current need to have a git mirror for LLVM, I'm resurrecting this old thread. I'm aware that there exist already LLVM git mirrors at git://repo.or.cz/llvm.git and git://github.com/earl/llvm-mirror.git However, these repositories only mirror the current SVN trunk and do no provide any branch and tag information, which would be very convenient for creating experimental branches
2011 Nov 01
2
[LLVMdev] Git mirror very slow
Hello Anton and Takumi. Anton Korobeynikov <anton at korobeynikov.info> writes: >> 14 KB/s now. Yesterday 40 KB/s. >> Is that transitory or there is no enough bandwidth on llvm.org? > Something is wrong on your side: > > $ git clone http://llvm.org/git/llvm.git > Cloning into llvm... > remote: Counting objects: 607409, done. > remote: Compressing objects: 100%
2009 Aug 03
3
[LLVMdev] Mirroring of LLVM repository
Dear All, Currently the load of llvm.org is too high. This influences the whole project services like buildbots, bugzilla, etc. It was found that this workload is possible caused by massive mirroring of LLVM SVN repository into git/hg/whatever. Please don't do that :) 1. Usually one don't need full history, this makes the mirroring much easier and faster (do you *really* need r5000? I
2011 Jul 28
0
[LLVMdev] git
On Wed, Jul 27, 2011 at 8:59 PM, Mark Lacey <641 at rudkx.com> wrote: > >> Besides, the git-svn readonly bridge is a great solution for those who >> want to use git >> > > It seems to be a reasonable solution for those individuals who want to use > git, but in my experience not for organizations that want to use git, e.g. > have a local server with local
2011 Mar 21
4
[LLVMdev] GIT mirroring
I've been using Jakob's commands below, but it has stopped working for me. This happened roughly around the time when Anton added the other branches, but I'm not sure if that was the cause or not. The symptom is that the "git svn rebase -l" command does nothing except say that the master branch is already up to date, and "git svn dcommit" complains that files are
2011 Jun 20
6
[LLVMdev] committing with the git mirror
Hi, This document tells me how to do a "read-only GIT clone of LLVM": http://llvm.org/docs/GettingStarted.html#git_mirror Can someone please document how to get read-write access using git or git-svn, if it's possible? Or do I still have to use plain old svn to commit? (I have tried searching the mailing list to find out how to do this, but it seems like a lot of the information
2011 Jul 28
1
[LLVMdev] git
Jason Kim <jasonwkim at google.com> writes: > On Wed, Jul 27, 2011 at 8:59 PM, Mark Lacey <641 at rudkx.com> wrote: > > Besides, the git-svn readonly bridge is a great solution for those who want to use git > >   It seems to be a reasonable solution for those individuals who > want to use git, but in my experience not for organizations that >
2011 Jul 28
4
[LLVMdev] git
> > > Besides, the git-svn readonly bridge is a great solution for those who want > to use git > It seems to be a reasonable solution for those individuals who want to use git, but in my experience not for organizations that want to use git, e.g. have a local server with local branches, with many people banging on that while at the same time continuously merging the LLVM mainline
2011 Mar 10
2
[LLVMdev] [cfe-dev] GIT mirrors
> Just to be clear: we _really_ do not want all the sha's to change for trunk. Yes. That's why I said there will be other way :) In any case - please try clang.git once again. It should contain new branch/tag layout. If there will be some problems - let me know and I'll revert to prev. repository. -- With best regards, Anton Korobeynikov Faculty of Mathematics and Mechanics,