We have 2 repositories, one for current code, one for project management.
Now we need to branch code to the project management repository.
SVN gives me an error, and I found in the doc that SVN cannot do this work (different repository),
So I export the code and check in to the project repository.
The questions:
- how to branch code to another repository?
- for my case, how can I move the changes back from the project repository to the current repository? (I haven't test it yet, but I think a diff or patch may work)
PS: I know there is a trunk/branch way, but we use two repositories.