11 Jan 2005 06:53
patch for creating a restartable history-building scan of a VSS database
Leo Davis <ldavis <at> fonix.com>
2005-01-11 05:53:10 GMT
2005-01-11 05:53:10 GMT
Hello, I am migrating a VSS database over a slow, flaky link. After a few hours ss mysteriously dies, and I can't tell if ss is dying because of the link (likely) or if the database has problems (also likely). So I added some code to v0.3.3 help debug my situation faster. Maybe someone else would find these changes helpful. This patch assumes that no one is making changes to the project, and that you'll be running it again with the same flags (except for the --restart flag). Leo
--- C:\foo\vss2svn-0.3.3\vss2svn.pl Mon Sep 06 04:01:30 2004 +++ C:\foo\vss2svn-0.3.3\vss2svn.pl.save Mon Jan 10 22:11:06 2005 <at> <at> -26,6 +26,8 <at> <at> use DBD::SQLite; use DBI; +use Data::Dumper; + use Win32::TieRegistry (Delimiter => '/'); our(%gCfg, $VSS, $SVN, $TREE, %USERS,); <at> <at> -49,6 +51,7 <at> <at> &GetProjectTree;(Continue reading)
RSS Feed