从 BASE 存储库创建新的 SVN 存储库?

发布于 2024-09-11 17:38:33 字数 181 浏览 8 评论 0原文

我有一个基本存储库,位于 /home/bla/repo/BASE_REPOSITORY 我创建了一个新的存储库,位于 /home/bla/repo/new

请记住,“新”存储库已经存在。即我无法发出删除新内容的命令。我想将 BASE_REPOSITORY 复制到这个新存储库中。

我可以这样做吗?如果是这样,怎么办?

I have a base repository, located at /home/bla/repo/BASE_REPOSITORY
I create a new repository, located at /home/bla/repo/new

Remember, the "new" repository already exists. I.e. I can't issue a command whereby the contents of the new one is deleted. I want to copy the BASE_REPOSITORY INTO this new repository.

Can I do this? If so, how?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

谁许谁一生繁华 2024-09-18 17:38:33
  • 从基础 (获取文件而不进行版本控制)
  • 将这些文件添加到新的
  • 提交中
  • Make an export from base (getting files without being versioned)
  • Add those files to new
  • Commit
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文