Hi, I migrated a VSS DB to SVN using the tool, and although all the process was running fine without error, the SVN repository I got include more than 42,000 revision all of them empty :( (Please see the log in the end of the mail). These are steps I made to migrate: 1. Copy the VSS DB (6.5 GB) 2. run vss2svn: C:\>C:\SVN\Add-Ins\vss2svn\vss2svn-0.11.0-alpha1\vss2svn.exe --vssdir c:\VSS2SVN --ssphys C:\SVN\Add-Ins\vss2svn\vss2svn-0.11.0-alpha1\ssphys.exe --dumpfile c:\vss2svn-dumpfile.txt --verbose --debug --timing This is the log at the end of the migration: ======================================================================== ===== END OF CONVERSION The VSS to SVN conversion is complete. You should now use the "svnadmin load" command to load the generated dumpfile 'vss2svn-dumpfile.txt'. The "svnadmin" utility is provided as part of the Subversion command-line toolset; use a command such as the following: svnadmin load <repodir> < "vss2svn-dumpfile.txt" You may need to precede this with "svnadmin create <repodir>" if you have not yet created a repository. Type "svnadmin help <cmd>" for more information on "create" and/or "load". If any errors occurred during the conversion, they are summarized above. For more information on the vss2svn project, see: http://www.pumacode.org/projects/vss2svn/ Started at : Tue Feb 6 12:39:11 2007 Ended at : Tue Feb 6 16:43:43 2007 Elapsed time : 04:04:32 (H:M:S) VSS Actions read : 184144 SVN Revisions converted : 42293 Date range (YYYY/MM/DD) : 1994/11/21 to 2007/02/06 3. Transfer the output file (9.5 GB) from Windows to SVN Linux server. 4. Run svndumpfilter to fiter some of the projects from the dump file. 5. Run SVN load on to a new empty repository (DB type is FSFS, SVN version is 1.3.2). 6. Examining the result by checkout, svn log, etc. Can you help me with this problem please? Thanks a lot,
JJJ, Ido Strahovsky, iNet: 84651512 office: +972-4-8651512 cell: +972-54-7885750 LOG: ****** C:\VSS_Repo>svn info Path: . URL: ---- <http://iinf001.iil.intel.com/repos/fromVSS> Repository Root: ---- <http://iinf001.iil.intel.com/repos/fromVSS> Repository UUID: 8a024c40-e528-0410-b5f0-f12df27faf46 Revision: 42294 Node Kind: directory Schedule: normal Last Changed Rev: 42294 Last Changed Date: 2007-02-06 11:08:17 +0200 (Tue, 06 Feb 2007) C:\VSS_Repo>svn log -r 0:10 ------------------------------------------------------------------------ r1 | Admin | 1994-11-21 20:59:42 +0200 (Mon, 21 Nov 1994) | 1 line ------------------------------------------------------------------------ r2 | (no author) | 2000-11-20 20:40:51 +0200 (Mon, 20 Nov 2000) | 1 line This is an empty revision for padding. ------------------------------------------------------------------------ r3 | (no author) | 2000-11-21 10:21:07 +0200 (Tue, 21 Nov 2000) | 1 line This is an empty revision for padding. ------------------------------------------------------------------------ r4 | (no author) | 2000-11-22 19:15:44 +0200 (Wed, 22 Nov 2000) | 1 line This is an empty revision for padding. ------------------------------------------------------------------------ r5 | (no author) | 2000-11-22 19:50:34 +0200 (Wed, 22 Nov 2000) | 1 line This is an empty revision for padding. ------------------------------------------------------------------------ r6 | (no author) | 2000-11-26 17:52:27 +0200 (Sun, 26 Nov 2000) | 1 line This is an empty revision for padding. ------------------------------------------------------------------------ r7 | (no author) | 2000-11-30 19:00:37 +0200 (Thu, 30 Nov 2000) | 1 line This is an empty revision for padding. ------------------------------------------------------------------------ r8 | (no author) | 2000-12-05 20:04:55 +0200 (Tue, 05 Dec 2000) | 1 line This is an empty revision for padding. ------------------------------------------------------------------------ r9 | (no author) | 2000-12-05 21:59:14 +0200 (Tue, 05 Dec 2000) | 1 line This is an empty revision for padding. ------------------------------------------------------------------------ r10 | (no author) | 2000-12-10 15:56:44 +0200 (Sun, 10 Dec 2000) | 1 line This is an empty revision for padding. ------------------------------------------------------------------------ C:\VSS_Repo>svn log -r 42280:HEAD ------------------------------------------------------------------------ r42280 | (no author) | 2007-02-05 15:03:07 +0200 (Mon, 05 Feb 2007) | 1 line This is an empty revision for padding. ------------------------------------------------------------------------ r42281 | (no author) | 2007-02-05 15:48:44 +0200 (Mon, 05 Feb 2007) | 1 line This is an empty revision for padding. ------------------------------------------------------------------------ r42282 | (no author) | 2007-02-05 16:16:53 +0200 (Mon, 05 Feb 2007) | 1 line This is an empty revision for padding. ------------------------------------------------------------------------ r42283 | (no author) | 2007-02-05 16:21:12 +0200 (Mon, 05 Feb 2007) | 1 line This is an empty revision for padding. ------------------------------------------------------------------------ r42284 | (no author) | 2007-02-05 16:48:18 +0200 (Mon, 05 Feb 2007) | 1 line This is an empty revision for padding. ------------------------------------------------------------------------ r42285 | (no author) | 2007-02-05 17:34:06 +0200 (Mon, 05 Feb 2007) | 1 line This is an empty revision for padding. ------------------------------------------------------------------------ r42286 | (no author) | 2007-02-05 18:25:35 +0200 (Mon, 05 Feb 2007) | 1 line This is an empty revision for padding. ------------------------------------------------------------------------ r42287 | (no author) | 2007-02-05 18:28:16 +0200 (Mon, 05 Feb 2007) | 1 line This is an empty revision for padding. ------------------------------------------------------------------------ r42288 | (no author) | 2007-02-05 18:29:37 +0200 (Mon, 05 Feb 2007) | 1 line This is an empty revision for padding. ------------------------------------------------------------------------ r42289 | (no author) | 2007-02-05 20:02:05 +0200 (Mon, 05 Feb 2007) | 1 line This is an empty revision for padding. ------------------------------------------------------------------------ r42290 | (no author) | 2007-02-05 20:04:44 +0200 (Mon, 05 Feb 2007) | 1 line This is an empty revision for padding. ------------------------------------------------------------------------ r42291 | (no author) | 2007-02-05 21:16:44 +0200 (Mon, 05 Feb 2007) | 1 line This is an empty revision for padding. ------------------------------------------------------------------------ r42292 | (no author) | 2007-02-06 10:51:18 +0200 (Tue, 06 Feb 2007) | 1 line This is an empty revision for padding. ------------------------------------------------------------------------ r42293 | (no author) | 2007-02-06 10:52:10 +0200 (Tue, 06 Feb 2007) | 1 line This is an empty revision for padding. ------------------------------------------------------------------------ r42294 | (no author) | 2007-02-06 11:08:17 +0200 (Tue, 06 Feb 2007) | 1 line This is an empty revision for padding. ------------------------------------------------------------------------
_______________________________________________ vss2svn-users mailing list Project homepage: http://www.pumacode.org/projects/vss2svn/ Subscribe/Unsubscribe/Admin: http://lists.pumacode.org/mailman/listinfo/vss2svn-users-lists.pumacode.org Mailing list web interface (with searchable archives): http://dir.gmane.org/gmane.comp.version-control.subversion.vss2svn.user