Differences between revisions 81 and 82
Revision 81 as of 2009-05-13 16:59:18
Size: 6676
Editor: OsamuAoki
Comment:
Revision 82 as of 2009-05-18 14:59:03
Size: 6667
Editor: OsamuAoki
Comment:
Deletions are marked like this. Additions are marked like this.
Line 22: Line 22:
 * [[http://wiki.debian.org/DebianReference/|Debian Reference page]]
   * GIT: see below - (This content is upstream of DDP debian-reference contents)
   * HTTP: [[http://qref.cvs.sourceforge.net/qref/]] - old qref CVS contents
 * [[http://www.debian.org/doc/ddp|Debian Documentation project]]
   * SVN: "{{{$ svn co svn://svn.debian.org/ddp/manuals/trunk manuals}}}" (ro)
   * SVN+SSH: "{{{$ svn co svn+ssh://svn.debian.org/svn/ddp/manuals/trunk manuals}}}" (r/w)
 * [[http://www.debian.org/doc/ddp|Debian Documentation project]] - moved to SVN
   * SVN: "{{{$ svn co svn://svn.debian.org/svn/ddp/manuals/trunk manuals}}}" (ro - just manuals)
   * SVN+SSH: "{{{$ svn co svn+ssh://svn.debian.org/svn/ddp/ ddp}}}" (r/w - whole DDP)
   * SVN+SSH: "{{{$ svn co svn+ssh://svn.debian.org/svn/ddp/manuals/trunk manuals}}}" (r/w - just manuals)
   * SVN+SSH: "{{{$ svn co svn+ssh://svn.debian.org/svn/ddp/manuals/trunk/quick-reference qref}}}" (r/w - just Debian Reference)
Line 30: Line 29:
 * [[http://www.debian.org/devel/website/|Debian web pages]]
   * SVN: "{{{$ svn co svn://svn.debian.org/webwml webwml}}}" (ro)
   * SVN+SSH: "{{{$ svn co svn+ssh://svn.debian.org/svn/webwml webwml}}}" (r/
w)
   * HTTP: [[http://svn.debian.org/wsvn/webwml]]
 * [[http://www.debian.org/devel/website/|Debian web pages]]  - still CVS is official
   * SVN+SSH: "{{{cvs -d cvs.debian.org:/cvs/webwml checkout webwml}}}" (rw)
   * HTTP: [[http://cvs.debian.org/?root=webwml]]

Osamu Aoki's Wiki contents for users

I can be reached via e-mail: osamu_at_debian_dot_org

Important links for my packages and their maintenance

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

Examples

Send data to Git archive

$ scp -p -r debiandoc-sgml.git   git.debian.org:/git/debiandoc-sgml/debiandoc-sgml.git
$ scp -p -r debian-reference.git git.debian.org:public_git/debian-reference.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

* git archive for alioth group project

$ 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

* git archive for alioth user project

$ sensible-browser http://git.debian.org/?p=users/osamu/debian-reference.git # web
$ git clone  ssh://git.debian.org/~osamu/public_git/debian-reference.git debian-reference # r/w
$ git clone  ssh://git.debian.org/git/users/osamu/debian-reference.git   debian-reference # r/w
$ git clone  git://git.debian.org/~osamu/debian-reference.git            debian-reference # ro
$ git clone  git://git.debian.org/git/users/osamu/debian-reference.git   debian-reference # ro
$ git clone http://git.debian.org/git/users/osamu/debian-reference.git   debian-reference # ro

Important links for my interest

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

Key history

Discussion


Osamu Aoki