男单 618

生活象筒装的卫生纸,开始的时候怎么扯都不觉得在转,后来转的越来越快。

Archive for the ‘cpanel’ tag

Hawkhost的svn服务设置

without comments

    Hawkhost的空间有SVN服务器,事先没想到。

    1. 如果曾经使用ssh在命令行中建立过版本库的话,先删除之,如果没有,则跳过该步;
    2. 在cPanel面板中将界面主题改为RVSkin(只有在这个主题下,才能看到 SVN/Trac 管理器选项);
    3. 在 SVN/Trac 管理器中启用它;
    4. 一个默认的 repository 就已经建好了,可以添加一个子库,比如说叫repo:
    5. 在客户机上进入命令行环境,转到要提交的目录下,并输入如下命令:svn import -m “initial commit” svn://<yourdomain>/repo
    6. 要 checkout 的话,可以这样:svn co svn://<yourdomain>/repo

    消息来源:http://forums.hawkhost.com/showthread.php?t=232

    Written by amao

    十月 10th, 2009 at 10:47 上午

    Posted in linux

    Tagged with , ,