Is it possible to move an existing svn repository to a location in the subtree of another existing repository?
I have found several articles dealing with a similar problem (e.g., here), however, from my understanding I have a different problem, since, as I said, I want to move a (part of an existing) repository to a specific directory in another existing repository.
Is there a way to accomplish this while preserving the revision history?
EDIT: For further clarification: I have a repo A with trunk/somedirectory/project and another repo B with trunk/foo/bar/newdirectory in which I want to place my project resulting in trunk/foo/bar/newdirectory/project.