blog icon indicating copy to clipboard operation
blog copied to clipboard

git svn

Open yongheng2016 opened this issue 3 years ago • 0 comments

首选: vscode svn 插件+ tortoisesvn

vscode内管理svn代码仓库 配置介绍:https://blog.csdn.net/u010164507/article/details/115024477

不建议

// 只是在git svn rebase和git svn dcommit的时候才会和svn仓库发生关系
git svn clone -r HEAD  file/path dir_name 
git svn rebase  // 从svn上更新代码, 相当于svn的update。
git svn dcommit   // 提交你的commit到svn远程仓库,建议提交前都先运行下git svn rebase

yongheng2016 avatar Aug 30 '22 06:08 yongheng2016