http://yk55.com/blog/2010/01/12/moving-to-sakura-internet-and-wordpress/
2010/01/20 05:48AM | Comment (0)
2010/01/20 05:48AM | Comment (0)
2009/09/08 01:40AM | Comment (0)
2009/07/11 12:43AM | Comment (0)
mkdir modlogslow cd modlogslow git-svn init http://modlogslow.googlecode.com/svn --no-metadata --stdlayout git remote add origin git@github.com:yokawasa/modlogslow.git※ no-metadataとstdlayoutオプションについて前者はsvn用の余計な情報を省くで、後者はtrunk、tags、branchesを相対パスで表現するです。くわしくはman git-svn
vim ~/svnusers.txt yokawasa = Yoichi Kawasaki <yokawasa at gmail.com> git config svn.authorsfile ~/svnusers.txt
git-svn fetch
(出力内容)
r1 = f24189e180c0e9f923f344d6c374cb82aac07d12 (git-svn)
A mod_log_slow.c
r2 = 6a0a3790566b8966ae18190892a8c1d12d0eeac5 (git-svn)
M mod_log_slow.c
....
r39 = 264fbd8608404ca19c67ac6ee333f3e50bd21a1d (git-svn)
M Makefile13
r40 = 60930f20ffaae7b41b984d9d6e56e919d8dcd9ef (git-svn)
Checked out HEAD:
http://modlogslow.googlecode.com/svn/trunk r40
....
Found possible branch point: http://modlogslow.googlecode.com/svn/trunk => http://modlogslow.googlecode.com/svn/tags/modlogslow-1.0.5, 37
Found branch parent: (tags/modlogslow-1.0.5) f38530e9f85a22d03488fd532fa2a05c7c4b6ffb
Following parent with do_switch
Successfully followed parent
r38 = eccb7db33018207a2fab70c6c15499b6b5eaa51e (tags/modlogslow-1.0.5)
M Makefile13
r39 = 264fbd8608404ca19c67ac6ee333f3e50bd21a1d (trunk)
M Makefile13
r40 = 60930f20ffaae7b41b984d9d6e56e919d8dcd9ef (trunk)
Checked out HEAD:
http://modlogslow.googlecode.com/svn/trunk r40
git branch -a (出力内容) * master tags/modlogslow-1.0.2 tags/modlogslow-1.0.3 tags/modlogslow-1.0.4 tags/modlogslow-1.0.5 trunk
git remote add origin git@github.com:yokawasa/modlogslow.git git push origin master
git log (出力内容) .... commit 264fbd8608404ca19c67ac6ee333f3e50bd21a1d Author: Yoichi KawasakiDate: Sat Apr 4 03:14:33 2009 +0000 commit f38530e9f85a22d03488fd532fa2a05c7c4b6ffb Author: Yoichi Kawasaki Date: Sat Apr 4 03:05:20 2009 +0000 changed define name from LOGRC_DEBUG to LOGSLOW_DEBUG commit b4732a4ed1012300de4c69f60d2db0983f42c993 Author: Yoichi Kawasaki Date: Sat Apr 4 03:03:47 2009 +0000 modified comment ....
git tag modlogslow-1.0.5 f38530e9f85a22d03488fd532fa2a05c7c4b6ffb git push --tags (出力内容) Total 0 (delta 0), reused 0 (delta 0) To git@github.com:yokawasa/modlogslow.git * [new tag] modlogslow-1.0.5 -> modlogslow-1.0.5
2009/06/30 06:50AM | Comment (0)
2009/06/13 10:17PM | Comment (0)

2009/06/03 09:09PM | Comment (0)

2009/05/10 09:10PM | Comment (3)
2009/05/09 09:21PM | Comment (0)
; feed IN CNAME feeds.feedburner.com. feed IN CNAME ytmyxs.feedproxy.ghs.google.com.
2009/03/08 12:03PM | Comment (0)