您的位置:首页 > 数据库 > SQL

使用Navicat连接godadday的Mysql数据库

2014-01-17 12:50 253 查看
Clone a svn base on local

If we use git,at first create svn base,so we can check log information。

git-svn clone -s svn+ssh://<svn_repository> <dir>

-s --- svn base have standard(trunk、branches、tags),if your svn base have self defined,you can choose -T、-b and -t to selete。

The command <svn_repository>/ download all log and files form svn base,and create a <dir> directory to save the base。Then you can use git on the directory。
Have more information

man git svn
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: