Switch URL of checked out svn copy?
If you prepare a scholarly article, it would be checked into svn as a subdirectory under "https://svn.mosuma.com/r4000/doc/papers/1draft".
When your paper undergoes a state transition, i.e. it is submitted, rejected, accepted (under revision) or published, I will move it to "https://svn.mosuma.com/r4000/doc/papers/2submitted", "https://svn.mosuma.com/r4000/doc/papers/3rejected", "https://svn.mosuma.com/r4000/doc/papers/4revised", "https://svn.mosuma.com/r4000/doc/papers/5published", respectively.
You do not need to check out a new copy of the paper when the source SVN URL changes, but you could instead issue the following command on your locally checked out copy:
cd {local_checked_out_directory}
svn switch new_svn_url
For example, you can switch to the URL of an accepted paper under revision by:
cd he2007sdm svn switch https://svn.mosuma.com/r4000/doc/papers/4revised/he2007sdm
If you cannot understand this FAQ, the simplest thing is to delete your local checked out copy, and check out everything from the new svn URL.

