如何在Tortoise SVN中创建或复制符号链接

时间:2023-02-06 16:23:02

Good afternoon.

I am trying to create a symbolic link to another trunk in Tortoise SVN.

我正在尝试创建Tortoise SVN中另一个主干的符号链接。

It doesn't seem like there is an option to create a symbolic link anywhere in the repo browser.

似乎没有在repo浏览器中的任何位置创建符号链接的选项。

I tried copying links from other projects, but it seems the repo browser only allows me to copy links into further directoy levels, not in previous directory. Like if I had a file in /svn/project1/link1, it would let me copy into /svn/project1/folder/link1, but it would not let me copy into /svn/project2/link1.

我尝试从其他项目复制链接,但似乎repo浏览器只允许我将链接复制到更多的directoy级别,而不是在以前的目录中。就像我在/ svn / project1 / link1中有一个文件一样,它会让我复制到/ svn / project1 / folder / link1,但它不会让我复制到/ svn / project2 / link1。

Why is Tortoise SVN so limiting?

为什么Tortoise SVN如此限制?

When I try to copy using Copy To command in the repo browser, I get the error: Source and destination URLs appear not to point to the same repository. Even though both projects are located on the same SVN server.

当我尝试使用repo浏览器中的Copy To命令进行复制时,我收到错误:源和目标URL似乎不指向同一个存储库。即使两个项目都位于同一SVN服务器上。

I am using the newest version of Tortoise I just downloaded today.

我正在使用我刚刚下载的最新版本的Tortoise。

Thanks.

1 个解决方案

#1


Read SVN Book about externals feature and it's current limitation.

阅读有关外部功能的SVN书籍及其当前限制。

In common: you can use file-based externals inside common repository, but only directory-based externals in cross-repositories definition

通用:您可以在公共存储库中使用基于文件的外部组件,但只能在交叉存储库定义中使用基于目录的外部组件

#1


Read SVN Book about externals feature and it's current limitation.

阅读有关外部功能的SVN书籍及其当前限制。

In common: you can use file-based externals inside common repository, but only directory-based externals in cross-repositories definition

通用:您可以在公共存储库中使用基于文件的外部组件,但只能在交叉存储库定义中使用基于目录的外部组件