Is it possible (or even practical) to copy directory from one SVN repository location to another, retaining tho old one and keep history for each individual file in both places? So far I see SVN import which copies the directory but looses the history or SVN move which relocates the directory. Here's a brief example:
- COPY SVN_ROOT/projects/branches/release1.0/myproj TO SVN_ROOT/rad/trunk/myproj
- Retain history in both locations