Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

git svn #145

Open
yongheng2016 opened this issue Aug 30, 2022 · 0 comments
Open

git svn #145

yongheng2016 opened this issue Aug 30, 2022 · 0 comments

Comments

@yongheng2016
Copy link
Owner

yongheng2016 commented Aug 30, 2022

首选:
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant