How to export revision range through Command line or PowerShell?

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.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like