I’d like to do the SVN update from a batch file:
I know the following data :
- SVN repro URL
- working directory (where to copy local file)
- username
- password
- depth full recursive
After I studied SVN HELP I still failed to write a proper command line statement to execute the update from a batch file. Can someone write the correct statement for me?
For the initial check out you can use:
You will need to permanently accept any SSL certificates here (if using an https url).
Then from within the working directory in a batch file run the command: