I have been doing an svn export from a working copy I have, but I am unsure of how to do a svn export from my latest revision in the repository.
This is what I use now:
svn export /path/to/working/dir which exports the dir folder to the current directory I am in.
It’s the same, just use its URL
It will export to your current directory. In case you want different directory use the following form
You can get more info from
svn help export