How do I do "svn st" in AnkhSVN for Visual Studio? -no text-

Just AnkhSVN installed and I see the equivalent of "svn up", but I'd rather run "svn st" first so I don't just blindly update.

0


source to share


2 answers


The next version of AnkhSVN will include a Recent Changes tab in the Pending Changes window. The equivalent of "svn st -u" allows this (it shows outgoing and incoming changes).

We are still working on usability of this perspective in daily builds .



Login is welcomed in the AnkhSVN user list.

+1


source


In the change window that appears, you can add which files you changed in your local working copy. I usually keep it in the docked window set where the output window is. In general, you can also specify what status the file is in next to the file. For example, a plus sign means it has been added.



UPDATE: Below is a guide to icon overlays. They should be roughly the same as in Tortoise SVN.

0


source







All Articles