I have a project in repository A and I'm setting up a new repository B.
I am currently using svnsync to synchronize two repositories in an effort to make a copy of the first and then I intend to remove the other projects leaving only mine behind.
I'm wondering if there is a better way wherein only my project in repository A is "exported" (along with ALL history / transactions).
I'm using svn 1.4.2 on the target system and I dont have much permission on the source system except a read/write account.