Hello, > How to see all the files on the server that have changed for which I do not > have the changes?
If you want to see what changes has been made in a repository since your last commit you can always run the command: [[ svn log -v -r BASE:HEAD ]] The command, when run against a working copy, shows all revisions committed to a repository path since since you last updated. Please check the 'svn log' command-line reference in the SVNBook at http://www.visualsvn.com/support/svnbook/ref/svn/c/log/. I also advise you to look through the "Examining History" chapter of the SVNBook at http://www.visualsvn.com/support/svnbook/tour/history/. Alternatively you can always use TortoiseSVN to do the same: 1. In Windows Explorer right-click on a working copy, 2. TortoiseSVN | Show log. For additional detail please refer to TortoiseSVN Manual: http://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-dug-showlog.html. Thank you. -- With best regards, Pavel Lyalyakin VisualSVN Team -- You received this message because you are subscribed to the Google Groups "VisualSVN" group. To unsubscribe from this group and stop receiving emails from it, send an email to visualsvn+unsubscr...@googlegroups.com. To post to this group, send email to visualsvn@googlegroups.com. Visit this group at http://groups.google.com/group/visualsvn?hl=en. For more options, visit https://groups.google.com/groups/opt_out.