In preparation from some git experimentation, I just converted one subversion repository with a layout like this:
repo/
repo/example_dragdrop
repo/dedup
Into two separate repositories, each named after their respective project, containing a trunk/ folder with all the content. Here is what I did:
svnadmin dump repo > repo.dump
I had previously done a lot of moving crap around inside this [...]
