完全更改 SVN 路径

发布于 2024-09-01 02:35:25 字数 562 浏览 6 评论 0原文

我们在 http:/XX.XXX.XXX.XXX:1111/svn/AB/ 处有一个 SVN - SVN 的前两个文件夹类似于 http:/XX.XXX。 XXX.XXX:1111/svn/AB/abc/filefolder/

问题是我们想要移动整个 svn 以摆脱 /abc/filefolder/ 因为整个项目位于/abc/filefolder/ [很久以前创建,从来没有费心去改变](很愚蠢,是的,是的)

我们如何解决这个问题,这样我们就不会丢失日志等?我们不想导出并创建一个新的 svn,因为那样我们就会丢失所有日志文件。但是我们想“移动” svn 根目录,例如它变成:

From: http:/XX.XXX.XXX.XXX:1111/svn/AB/abc/filefolder/documents/
To: http:/XX.XXX.XXX.XXX:1111/svn/AB/documents/

有任何帮助吗? [ps - 是的,由于链接限制,必须删除 http://]

We have an SVN at http:/XX.XXX.XXX.XXX:1111/svn/AB/ - and the first two folders of the SVN are like http:/XX.XXX.XXX.XXX:1111/svn/AB/abc/filefolder/

The problem is we want to move the entire svn to get rid of /abc/filefolder/ as the entire project sits under /abc/filefolder/ [created long ago and never bothered to change] (que stupid yes yes)

How would we could about fixing this so we dont loose logs etc? We dont want to have to export and create a new svn, since then we lose all our log files. But we want to "move" the svn root so for example it becomes:

From: http:/XX.XXX.XXX.XXX:1111/svn/AB/abc/filefolder/documents/
To: http:/XX.XXX.XXX.XXX:1111/svn/AB/documents/

Any help appreciated? [ps - yes had to remove http:// due to link restriction]

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

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

发布评论

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

评论(1

各自安好 2024-09-08 02:35:25

您只需将所需的文件夹移动到顶层,在存储库上工作,例如:

svn move http:/XX.XXX.XXX.XXX:1111/svn/AB/abc/filefolder/documents/ http:/XX.XXX.XXX.XXX:1111/svn/AB/

当然,事先备份您的存储库。

How about you just move the folders you want at the top level, working on the repository, for example:

svn move http:/XX.XXX.XXX.XXX:1111/svn/AB/abc/filefolder/documents/ http:/XX.XXX.XXX.XXX:1111/svn/AB/

Back up your repository beforehand, of course.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文