svn 存储库格式错误:如何修复修复存储库结构
好的。存储库结构具有目录“src”、“aux”和“script”。没有“主干”,没有“标签”,没有“分支”。有什么方法可以将此代码放入结构正确的存储库中,同时保留修订历史记录?
OK. The repository structure has directories "src" "aux" and "script". No "trunk", no "tags", no "branches". Is there any way I can get this code into a correctly-structure repository while preserving the revision history?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
是的,有办法。你应该使用 svn mv。
Yes, there is a way. You should use svn mv.
trunk
目录src
、aux
和script
移动到trunk
目录中tag
和branches
目录以供将来使用如果您有包含
src
、aux
和的工作副本>脚本
,你可以这样做:trunk
directorysrc
,aux
andscript
into thetrunk
directorytags
andbranches
directories for future useIf you have a working copy that contains
src
,aux
andscript
, you could do:此讨论可能会有所帮助。
简而言之:
svn mv
this discussion might help.
in short:
svn mv