简体   繁体   English

subgit commit git-> svn也提交提示(trunk /)

[英]subgit commit git -> svn also commits tip (trunk/)

Moving our VCS in-house and migrating from svn to git. 在内部移动我们的VCS并从svn迁移到git。 Have set up GitLab CE and subgit (whilst migrating all users over to git). 设置了GitLab CE和subgit(将所有用户迁移到git)。 All seems to be working fine (including authors translation) however when committing a file to git the resultant svn commit is: 一切似乎都工作正常(包括作者的翻译),但是在将文件提交到git时,结果svn提交为:

/trunk
/trunk/path/to/committed.file

where by the git commit is just: 由git commit只是:

/trunk/path/to/committed.file

Is there a way to eliminate the 有没有办法消除

/trunk

from the svn commit? 从SVN提交?

Yes, use subgit in local mode, not in remote mode. 是的,在本地模式下使用subgit,而不在远程模式下使用。
Read more about the "issue" here: https://issues.tmatesoft.com/issue/SGT-839 在此处阅读有关“问题”的更多信息: https : //issues.tmatesoft.com/issue/SGT-839

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM