トップ «前の日記(2008-03-20) 最新 次の日記(2008-05-01)» 編集

3 日坊主日記


2008-03-28 [長年日記]

_ [Mercurial] hgsvn

$ wget http://www.python.org/ftp/python/2.5.2/Python-2.5.2.tgz
$ tar xvzf Python-2.5.2.tgz
$ cd Python-2.5.2
$ ./configure --prefix=/home/moriq/c --enable-shared
$ make
$ make install
$ ~/c/bin/python -V
$ export LD_LIBRARY_PATH=/home/moriq/c/lib
$ ~/c/bin/python -V
$ cd ..
$ wget http://peak.telecommunity.com/dist/ez_setup.py
$ ~/c/bin/python ./ez_setup.py
$ ~/c/bin/easy_install --help
$ ~/c/bin/easy_install mercurial
$ ~/c/bin/easy_install hgsvn
$ mkdir repos
$ cd repos
$ ~/c/bin/hgimportsvn http://dev/svn/repos/trunk
$ cd trunk
$ ~/c/bin/hgpullsvn
[]