AnkhSVN commit/needs update issue
I have AnkhSvn plugged in to Visual Studio 2008.
When I try to commit several files, and at least one of those files causes the prompt开发者_Python百科 to Update, I would like to know which of those files has caused it.
Currently, I am highlighting the files in Pending Changes, Right click and Show Changes, and change the options so it is FROM Base TO Latest. Any files which are not identical have therefore got new content so need to be updated. This is unwieldy (to say the least) so was wondering if there is a quick way of seeing which files have prompted the "needs update" message.
Any assistance appreciated!
In Pending Changes click the "Recent Changes" tab, and press the refresh button here, refreshes aren't scheduled (yet). Here you see your changes as well as the changes on the server. You're looking for files that are changed both locally and on the server (marked with <->).
It's usually a better idea to update all files often than it is to update individual files, you'll end up with less conflicts that way.
精彩评论