I looked at the Sandbox Setup Tips, but didn't see anything and I didn't see anything in the process of creating a sandbox for doing this.
I'd like to be able to specify which Salesforce instance (e.g., cs9, cs10, etc.) a sandbox is created on. The reason being that I've created some triggers/classes on cs9 which have api version 26 (Winter '13) and I created a new sandbox which got created on cs10 which is still on api version 25 (Summer '12).
I cannot move any of the classes/triggers that I created on cs9 to cs10.
Problem: Invalid api version:26.0
I know that I can change the api versions of the classes and triggers, but would rather not do so (might have some new api 26 functionality that I'd have to remove/refactor...ugh).
I'd like to be able to specify that my new sandbox be created on a api version 26 instance.