Instead of making a branch I started a big refactoring, including a completely different backend implementation for a project, in the trunk. Then I found out I really want to keep an older revision. Reasons:
- refactor is far from done
- we did some test-runs with the old revision, and we will do more, it helps elucidate further requirements
- because of the above, i want to keep both source-code and binaries or the older revision
So I checked out the revision I want to a new project, lets cal it project-X-Original. My plan is to have two separate projects, work on the new one, see if it gets me the same results as the old one (but much faster).
Can i do somehow commit project-X-original to a new svn location on the remote, so that i really have two seperate projects?