0

I'm trying to migrate a different repository with a different source control system to SVN. I have the revisions / file structure / etc checking in correctly, but at the moment I'm losing the history of when the files were checked in (as obviously it's using the current time of check in).

Is there any way I can specify a check in time?

Evan Knowles
  • 7,426
  • 2
  • 37
  • 71
  • Do you mean different Subversion repository? You must not use client-side tools for this, but admin tools like `svnadmin dump` and `svnadmin load`, http://svnkit.com/javadoc/org/tmatesoft/svn/core/wc/admin/SVNAdminClient.html It actually looks like you are trying to reinvent `svnadmin dump` and `svnadmin load`. – bahrep Feb 17 '15 at 13:46
  • Sorry, I mean I'm transferring from a different source control altogether. – Evan Knowles Feb 18 '15 at 05:26

0 Answers0