On Feb 10, 2010, at 02:33, Ramachandran, Vishwanath(IE10) wrote: > Ok, what is the command ? if I need via command line > Svn log -v path , doesn't show full log
"svn log" should show the full log. If your working copy is not up to date, it will only show the log up to the time of your working copy. Either "svn up" your working copy first or use "svn log <url>" to work around that.