VisualSVN - 上传包含多个项目的解决方案

发布于 2024-07-13 23:42:10 字数 307 浏览 5 评论 0原文

我正在尝试上传包含多个项目的解决方案,但仅上传第一个项目。 当我尝试加载任何其他文件时,我收到错误“项目无法添加到 Subversion,因为它超出了工作副本”

驱动器上的文件夹结构是:

c:\myprojects\thisproject\project1
c:\myprojects\thisproject\project2
c:\myprojects\thisproject\project3

如何从通过 VisualSVN 的 SVN 库? 我没有看到删除解决方案,只需添加解决方案。

I am trying to upload a solution with multiple projects but only the first project gets uploaded. When I try to load any of the others I get error "Project cannot be added to Subversion because it is out of working copy"

The folder structure on the drive is:

c:\myprojects\thisproject\project1
c:\myprojects\thisproject\project2
c:\myprojects\thisproject\project3

How do I remove a solution from the SVN library via VisualSVN? I don't see a remove solution, just add a solution.

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

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

发布评论

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

评论(1

日裸衫吸 2024-07-20 23:42:10

我不相信可以通过 VisualSvn 从 SVN 中删除解决方案。 选项是删除或导出,并且只能执行删除,但这也会从解决方案中删除文件,并且在大多数情况下从硬盘驱动器中删除文件。 VisualSvn 提供最少的 SVN 功能:更新、提交、删除和分支命令。

如果您遇到 svn 问题,我建议您使用从 TortoiseSVN 导出。 导出将从解决方案中删除所有 .SVN 文件夹并将它们复制到新位置。

如果project1是您的Subversion存储库的根目录,则project2或project3将不会添加到您的Subversion存储库中。

I don't believe it's possible to remove a solution from SVN via VisualSvn. The options are either delete or export and only delete can be done, but that also removes the file from the solution and in most cases from the harddrive. VisualSvn offers minimal SVN features: update, commit, delete and branch commands.

I recommend if you are having problems with svn that you used Export from TortoiseSVN. Export removes all the .SVN folders from your solution and copies them to a new location.

If project1 is the root of your subversion repository, project2 or project3 will not add to your subversion repository.

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