Is there any efficient way to get File path from SVN?
I have a path say "http://sample.com/repository/pag/branches/dev/" , under dev we have many folders (sub-folders under that) and files.. I know the path till dev . Now, i hav to get a path of the file inside some directory under dev .
I tried svn log command and reporting using svnkit. but both taking more than 20 mins. Is there any efficient way to do this?
Thanks.