Moving SVN repositories data with history as subfolders into another repository
I have some repositories, and I need to transform the content of each one in subfolders of another repository preserving their history log ... How can I do that? There are two ways to accomplish the task. Depending on Subversion server distribution and task complexity you may find one of them easier or more convenient than the other. Filtering repository history with svndumpfilter tool The solution is quite tricky because Subversion repository history filtering works based on paths you specify to include or exclude in a repo dump output. In short you should do the following: Dump your current