Hi,
I need to get the log for specific directory in SVN database non-recursively.
svn.exe log HTTP://10.0.3.2:8080/svn/New/Projects --depth "empty"
It shows,
svn: E205000: Try 'svn help' for more info
svn: E205000: 'depth' option requires 'diff' option
But i need to get the logs for /New/Projects only not it child's
Thanks in advance,
Last updated