使用 AnkhSVN 通过 Visual Studio 将图像添加到 SubVersion - 问题?
在大多数情况下,AnkhSVN 与 VS2008 配合良好。我看到的唯一问题是,当从一个开发人员添加图像时,当执行 SubVersion 更新到最新版本时,它不会添加到任何其他计算机。
日志文件显示该映像实际上已添加并提交到 SVN,但没有下载任何文件添加到本地。
到目前为止,我只在 .gif 文件中看到过这种情况。
有什么建议吗?
谢谢。
For the most part, AnkhSVN is working well with VS2008. The only issue I'm seeing is when an image is added from one dev, it is not added to any other machines when the SubVersion Update to Latest Version is executed.
The log file shows that the image was in fact added and submitted to SVN, but no file is downloaded added locally.
So far I've only seen this with .gif files.
Any tips?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
请参阅此处了解其原因以及解决方法:
SVN:同事已检查在存储库的文件夹中,但我无法将我的版本更新到它
See here for why this is and how to resolve it:
SVN: Colleague checked in a folder into repository, but I can't Update my version to it
Visual Studio 2008 本身不支持 Subversion。您使用哪个附加组件来访问 Subversion?
我会使用 SVN 命令行客户端或 TortoiseSVN 来检查源代码并查看它是否正确提交。然后看看项目文件是否有对该文件的引用。
Subversion is not natively supported by Visual Studio 2008. Which add-on are you using to access Subversion?
I would use the SVN command line client or TortoiseSVN to do a checkout of the source code and see whether it is committed properly. Then take a look at whether the project files have a reference to the file at all.
我认为您没有将 .gif 文件添加到排除列表中,对吗?无意中做到这一点是很难的。至少值得一看。
I don't suppose you've added .gif files to your excluded list, right? It's tough to do that unintentionally. Worth at least looking at.
您是否也提交了项目文件?大多数项目文件都会保留应包含在项目中的项目列表。添加新文件也会将其添加到该列表中。
Did you also commit the project file. Most project files keep a list of items that should be included in the project. Adding a new file also adds it to that list.