When I export through PowerSshell and Command line interface it gives an error SVN: E195008: Revision range is not allowedwhen I export up to single revision it works. Anyone have idea about how can I use the following command:
svn export -r 78497:78498 "SVN url" "Path" --force 1 1 Answer
Export doesn't accept revision ranges. You can specify a single revision which provides you all the files state as of that revision.