What I would like to do is to export file with HEAD revision and get actual revision number for this exported file.
I am using this method from SvnClient
Export(SvnTarget, String, SvnExportArgs, SvnUpdateResult)
But SvnUpdateResult shows Revision with value -1
How to sort this out?