如何在 VS2008 项目中的链接文件上使用 SCM?
背景:
我正在使用 Visual-SVN V.1.7.5 和 VS2008。我对 SVN 还很陌生。
我有一个解决方案,它使用将与其他解决方案共享的源文件。
我已将这些文件放在名为“Shared”的文件夹中,并使用
“添加 -> 现有项目... -> 添加为链接”
将它们添加到我的解决方案中,就 VS2008 而言,该解决方案工作正常。
但是,当我尝试使用文件上下文菜单上的“添加到 Suversion”菜单项将链接文件添加到 SVN 时,我收到警告:
“...未添加到 Subversion,因为它超出了工作副本。请设置工作副本使用 Visual SVN -> 设置工作复制根菜单复制根”。
我尝试了这个,但这似乎改变了整个解决方案的根目录 - 不是我想要做的。
谷歌搜索和搜索 SO 表明我可能想要设置一些 SVN 外部。我尝试按照示例进行操作,第一次使用 Visual-SVN 命令行。但我刚刚收到一堆我不明白的错误消息。
问题:
外部人员是这里的出路吗?
如果是这样,有人可以提供一些关于如何使用 Visual-SVN 执行此操作的详细的分步帮助吗?
Background:
I'm using Visual-SVN V. 1.7.5 with VS2008. I'm fairly new to SVN.
I have a Solution that uses source files that will be shared with other Solutions.
I've put these files in a folder called "Shared", and added them to my Solution using
"Add -> Existing Item... -> Add As Link"
which works fine as far as VS2008 is concerned.
But when I try to add the linked files to SVN using the "Add to Suversion" menu item on the file's context menu, I get a warning:
"...not added to Subversion because it is out of working copy. Please setup working copy root using Visual SVN -> Set Working Copy Root menu".
I tried this, but this seems to change the root directory of the whole solution - not what I want to do.
Googling and searching SO indicates that I may want to set up some SVN Externals. I tried to follow the examples, using the command line for the first time with Visual-SVN. But I just got a bunch of error messages I didn't understand.
Questions:
Are Externals the way to go here?
If so, can someone provide some detailed, step-by-step help on how to do this with Visual-SVN?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果所有其他方法都失败,请切换到 AnkhSVN,它可以正确处理它们。
If all else fails, switch to AnkhSVN, it handles them correctly.