by shigemk2

当面は技術的なことしか書かない

2017-10-08から1日間の記事一覧

Pango

Pango GTK+に多言語テキストを表示するためのオープンソースライブラリ https://ja.wikipedia.org/wiki/Pango http://www.pango.org/

source code: No pull location known or specified

source code: No pull location known or specified No pull location known or specified. ここのL1201-1205 bzrlib/builtins.py .bzr/branch/branch.confのparent_locatoinがないと怒られるエラーで、 bzr branch でダウンロードしたソースにしか書き込ま…

installing bazaar

installing bazaar 当たり前だけどbazaarはbazaarで管理されている。 bzr branch http://bazaar-vcs.org/bzr/bzr.dev http://doc.bazaar.canonical.com/beta/ja/user-guide/installing_bazaar.html

memo ghq p option

memo ghq p option ghqでpオプションをつけるとcloneのURLのプロトコルがsshになるけど、これ、svnとかhgには未対応 該当ソースコード

bazaar install

bazaar install 各ディストロについてなぞればいいと思っている http://wiki.bazaar.canonical.com/DistroDownloads#Ubuntu_and_derivatives

bazaar with launchpad

bazaar with launchpad こんな感じ branch使えよって http://doc.bazaar.canonical.com/beta/ja/tutorials/using_bazaar_with_launchpad.html

checking out subversion

checking out subversion 別にsvnを使おうってわけじゃないけど $ svn co http://svn.apache.org/repos/asf/subversion/trunk subversion https://subversion.apache.org/source-code.html

git vs bzr

Git

git vs bzr の対応表。checkoutはsubversion的であるし、branchはgitっぽい なお、shallow clone的な使い方はcheckoutだけで使える。 http://doc.bazaar.canonical.com/migration/en/survival/bzr-for-git-users.html http://doc.bazaar.canonical.com/beta/…

git clone depth

Git

git clone depth shallow cloneともいうけど、 --depth n とすることでコミット数だけcloneする だいたい --depth 1 みたいな使い方をする --depth <depth> Create a shallow clone with a history truncated to the specified number of commits. Implies --single</depth>…