赞
踩
svn://svn.xxx.xx/xxx/ruoyi
svn log -q | awk -F ‘|’ ‘/^r/ {sub(“^ “, “”, $2); sub(” $”, “”, $2); print $2" = “$2” <“$2”@qq.com>"}’ | sort -u > info.txt
会在目录生成文件info.txt样式如:xxx = xxx
git svn clone svn://svn.xxx.xx/xxx/ruoyi --no-metadata --authors-file=info.txt
第一次需要输入SVN/GIT账号密码
git log
git remote add origin https://gitlab.xxx.xxx/xxx/ruoyi.git
后续建议直接使用IDEA自带的GIT工具,方便操作
git branch -a
git checkout -b develop
git pull origin develop
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。