VisualSVN - 上传包含多个项目的解决方案
我正在尝试上传包含多个项目的解决方案,但仅上传第一个项目。 当我尝试加载任何其他文件时,我收到错误“项目无法添加到 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不相信可以通过 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.