emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* git submodule and the bzr mirror on launchpad
@ 2011-05-30  4:30 Memnon Anon
  2011-05-30 15:33 ` Eric Schulte
  0 siblings, 1 reply; 2+ messages in thread
From: Memnon Anon @ 2011-05-30  4:30 UTC (permalink / raw)
  To: emacs-orgmode

Hi,

I am trying to familiarize myself with bazaar, so I had a look at the
org-mode bzr mirror of the git repo.

         https://code.launchpad.net/org-mode

It fails to import since a couple of weeks, probably since 
this commit:
,----
| commit 509ee52b5317cbcd4a611f57980038c7249363ce
| Author: Eric Schulte <schulte.eric@gmail.com>
| Date:   Sun Oct 3 10:50:21 2010 -0600
`----

Turns out that there is some trouble handling git submodules in the
import; (see: https://bugs.launchpad.net/bzr/+bug/402814 ) 
they are working on this issue.

Am I right that since march there is only the jump.el submodule?
I am not familiar with git, but I was wondering if there is another way
in this miraculous toolbox that is git - other than submodule - to get
the current behaviour. 

It is not worth significant effort, especially because there is hope
this issue will be solved on launchpads/bzr side hopefully soon, but if
there is an easy and quick way, it would be nice to get the bzr mirror 
(and with it the daily .deb snapshots for ubuntu) back running.

- Memnon

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

* Re: git submodule and the bzr mirror on launchpad
  2011-05-30  4:30 git submodule and the bzr mirror on launchpad Memnon Anon
@ 2011-05-30 15:33 ` Eric Schulte
  0 siblings, 0 replies; 2+ messages in thread
From: Eric Schulte @ 2011-05-30 15:33 UTC (permalink / raw)
  To: Memnon Anon; +Cc: emacs-orgmode

Hi,

Memnon Anon <gegendosenfleisch@googlemail.com> writes:

> Hi,
>
> I am trying to familiarize myself with bazaar, so I had a look at the
> org-mode bzr mirror of the git repo.
>
>          https://code.launchpad.net/org-mode
>
> It fails to import since a couple of weeks, probably since 
> this commit:
> ,----
> | commit 509ee52b5317cbcd4a611f57980038c7249363ce
> | Author: Eric Schulte <schulte.eric@gmail.com>
> | Date:   Sun Oct 3 10:50:21 2010 -0600
> `----
>
> Turns out that there is some trouble handling git submodules in the
> import; (see: https://bugs.launchpad.net/bzr/+bug/402814 ) 
> they are working on this issue.
>
> Am I right that since march there is only the jump.el submodule?

That is correct, the only submodule is jump.el which isn't required for
normal use, but is included for navigation of the testing framework.
See the contents of the .gitmodules file in the Org-mode directory

,----[.gitmodules]
| [submodule "testing/jump"]
| 	path = testing/jump
| 	url = git://github.com/eschulte/jump.el.git
`----

> 
> I am not familiar with git, but I was wondering if there is another
> way in this miraculous toolbox that is git - other than submodule - to
> get the current behaviour.
>

Not that I can think of.

>
> It is not worth significant effort, especially because there is hope
> this issue will be solved on launchpads/bzr side hopefully soon, but if
> there is an easy and quick way, it would be nice to get the bzr mirror 
> (and with it the daily .deb snapshots for ubuntu) back running.
>

Is it possible to simply ignore the jump submodule (maybe skip that
commit) and then move forward with bzr synchronization.  There's no need
to include jump in the bzr repository as it's entirely optional and is
only needed for writing/using the test suite (which doesn't happen that
frequently anyways).

If there is no way to skip that commit on the bzr-synchronization side,
it shouldn't be difficult to create an alternate git repository which
mirrors the main repo but skips the submodule commit.  Once this is
setup the bzr repository could track this alternate git repository.

Hope this helps -- Eric

>
> - Memnon
>
>
>
>
>
>

-- 
Eric Schulte
http://cs.unm.edu/~eschulte/

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

end of thread, other threads:[~2011-05-30 15:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-30  4:30 git submodule and the bzr mirror on launchpad Memnon Anon
2011-05-30 15:33 ` Eric Schulte

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).