When I use subversion export, I want to prompt the user for what version but I don't know how to prompt for "latest". I'd like the default to be latest, and if they specify something, I want to use that version instead. Any ideas?
Hi Peter,
To get the latest version from the Subversion repository just use HEAD as the version value.
Prompting the user can be achieved using the Prompt for Variables Enhanced action with the default variable value set to ‘HEAD’, that way the user will be prompted for the version to export and they can either choose to enter a number of just leave it as HEAD to get the latest revision.
Regards,
Paul.