Differences between revisions 57 and 58
Revision 57 as of 2008-07-26 14:06:37
Size: 4958
Editor: OsamuAoki
Comment:
Revision 58 as of 2008-07-26 14:16:14
Size: 5173
Editor: OsamuAoki
Comment:
Deletions are marked like this. Additions are marked like this.
Line 41: Line 41:
== Send data to Git archive ==
Line 44: Line 45:
$ git clone http://git.debian.org/git/debiandoc-sgml/debiandoc-sgml.git debiandoc-sgml
$ git clone git://git.debian.org/git/debiandoc-sgml/debiandoc-sgml.git debiandoc-sgml
$ git clone ssh://git.debian.org/git/debiandoc-sgml/debiandoc-sgml.git debiandoc-sgml
$ git push # if cloned with ssh://...
}}}

== Get data from Git archive ==
{{{
$ sensible-browser
http://git.debian.org/?p=debiandoc-sgml/debiandoc-sgml.git # web
$ git clone ssh://git.debian.org/git/debiandoc-sgml/debiandoc-sgml.git debiandoc-sgml # r/w
$ git clone git://git.debian.org/git/debiandoc-sgml/debiandoc-sgml.git debiandoc-sgml #ro
$ git clone http://git.debian.org/git/debiandoc-sgml/debiandoc-sgml.git debiandoc-sgml #ro

Osamu Aoki's Wiki contents for users

?TableOfContents(4)

I can be reached via e-mail: osamu_at_debian_dot_org

  • Japanese environment[:JapaneseEnvironmentE: (English)] [:JapaneseEnvironment: (日本語)]

  • Method to edit non-UTF-8 encoded text files under UTF-8 vim [:UTF8vimE: (English)] [:UTF8vim: (日本語)]
  • [:DebianReference: Debian Reference (v2)] -- Pure post-installation guide.

  • [:DefaultMTA: Default MTA]
  • [:MacBookJp: MacBook Japanese]

    • Memo for installing Debian to Intel MacBook with Japanese keyboard

  • [:DebianServiceForDD: Debian Service for DD]
    • Not done yet, work stalled.

Important links for my packages and their maintenance

I have been working on several projects. Here are the links.

Send data to Git archive

$ scp -p -r debiandoc-sgml.git git.debian.org:/git/debiandoc-sgml/debiandoc-sgml.git
$ git push ssh://git.debian.org/git/debiandoc-sgml/debiandoc-sgml.git master:master
$ git push # if cloned with ssh://...

Get data from Git archive

$ sensible-browser http://git.debian.org/?p=debiandoc-sgml/debiandoc-sgml.git # web
$ git clone ssh://git.debian.org/git/debiandoc-sgml/debiandoc-sgml.git debiandoc-sgml # r/w
$ git clone git://git.debian.org/git/debiandoc-sgml/debiandoc-sgml.git debiandoc-sgml #ro
$ git clone http://git.debian.org/git/debiandoc-sgml/debiandoc-sgml.git debiandoc-sgml #ro
  • im-switch
  • [http://alioth.debian.org/projects/pkg-ime/ IME package page]

    • HTTP: [http://svn.debian.org/wsvn/pkg-ime]

    • SVN: "svn://svn.debian.org/pkg-ime/ path/" (ro)

    • SVN+SSH:  svn+ssh://svn.debian.org/svn/pkg-ime/ path/" (r/w)

      • anthy, kasumi, libchewing, m17n-db, m17n-docs, m17n-lib, mell, old, prime-dict, prime-el, prime, scim-anthy, scim-chewing, scim-hangul, scim-input-pad, scim-m17n, scim-pinyin, scim-tables, scim-uim, scim, suikyo, sumika, uim

Important links for my interest

I am interested in several projects, especially UTF-8 transition. Here are the links.

Key history

Discussion


Osamu Aoki