Reputation: 12986
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.
Upvotes: 1
Views: 512
Reputation: 21615
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.
Upvotes: 0
Reputation: 7282
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.
Upvotes: 0
Reputation: 43575
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
Upvotes: 2
Reputation: 14579
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.
Upvotes: 1