emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* git server issue, repo.or.cz and orgmode.org
@ 2011-06-16  2:14 Erik Iverson
  2011-06-16  2:22 ` suvayu ali
  2011-06-16  3:16 ` Bernt Hansen
  0 siblings, 2 replies; 3+ messages in thread
From: Erik Iverson @ 2011-06-16  2:14 UTC (permalink / raw)
  To: Emacs-orgmode

Hello,

I pull git daily both at home and work.  I noticed a bunch of updates this 
morning at work, as expected. But at home,  I keep getting:

$ git pull
Already up-to-date.

$ git log -1
commit 90f6765cdf77c1414726d899f00c77da43f45758
Author: Eric Schulte <schulte.eric@gmail.com>
Date:   Mon Jun 13 14:58:56 2011 -0700

     ob-tangle: no longer inserting newlines between appended code blocks

     * lisp/ob-tangle.el (org-babel-tangle-combine-named-blocks): No longer
       inserting newlines between appended code blocks.

I know I pulled newer updates at work, so I was confused.  Then I looked where I 
was pulling from at home, I set this up quite a while ago. From my .git/config 
file:

[remote "origin"]
	fetch = +refs/heads/*:refs/remotes/origin/*
	url = git://repo.or.cz/org-mode.git

Now, the orgmode.org site I notice tells you to clone:

git clone git://orgmode.org/org-mode.git

So that must be the problem! I don't know if these two are supposed to remain in 
sync or not, but if so, something isn't working as of Monday.  Perhaps I missed 
an announcement, but I do remember orgmode.org was down on Monday evening, so 
perhaps that plays into it, or perhaps it is just a coincidence.  At any rate, I 
think I'll just clone the orgmode.org repo, as the org site tells me to.  Just 
thought other long time git pullers might want to know about this.

--Erik

p.s., of course, I'm willing to admit that I may have done something silly to 
cause this, I hope not!

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: git server issue, repo.or.cz and orgmode.org
  2011-06-16  2:14 git server issue, repo.or.cz and orgmode.org Erik Iverson
@ 2011-06-16  2:22 ` suvayu ali
  2011-06-16  3:16 ` Bernt Hansen
  1 sibling, 0 replies; 3+ messages in thread
From: suvayu ali @ 2011-06-16  2:22 UTC (permalink / raw)
  To: Erik Iverson; +Cc: Emacs-orgmode

On Wed, Jun 15, 2011 at 7:14 PM, Erik Iverson <eriki@ccbr.umn.edu> wrote:
> Perhaps I missed an announcement,

AFAIK, the repository at repo.or.cz serves as a mirror to the
orgmode.org repository and it might be a little behind.

-- 
Suvayu

Open source is the future. It sets us free.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: git server issue, repo.or.cz and orgmode.org
  2011-06-16  2:14 git server issue, repo.or.cz and orgmode.org Erik Iverson
  2011-06-16  2:22 ` suvayu ali
@ 2011-06-16  3:16 ` Bernt Hansen
  1 sibling, 0 replies; 3+ messages in thread
From: Bernt Hansen @ 2011-06-16  3:16 UTC (permalink / raw)
  To: Erik Iverson; +Cc: Emacs-orgmode

Erik Iverson <eriki@ccbr.umn.edu> writes:

> [remote "origin"]
> 	fetch = +refs/heads/*:refs/remotes/origin/*
> 	url = git://repo.or.cz/org-mode.git
>
> Now, the orgmode.org site I notice tells you to clone:
>
> git clone git://orgmode.org/org-mode.git
>
> So that must be the problem! I don't know if these two are supposed to
> remain in sync or not, but if so, something isn't working as of
> Monday.  Perhaps I missed an announcement, but I do remember
> orgmode.org was down on Monday evening, so perhaps that plays into it,
> or perhaps it is just a coincidence.  At any rate, I think I'll just
> clone the orgmode.org repo, as the org site tells me to.  Just thought
> other long time git pullers might want to know about this.

There's no need to reclone - just change the source address in your
.gitconfig so it points at the orgmode.org source.  All of the SHA1s are
identical and you can just fetch and pull normally once you switch
repositories.

-- 
Bernt

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-06-16  3:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-06-16  2:14 git server issue, repo.or.cz and orgmode.org Erik Iverson
2011-06-16  2:22 ` suvayu ali
2011-06-16  3:16 ` Bernt Hansen

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).