Robin Guest wrote: > 2009/2/27 Nathan Kidd <nathan-...@spicycrypto.ca >> Do you mean "apt-get install libossp-uuid-perl" ? Or something else? >> I'd like to update the wiki to be complete. > > Haha, so that's what the lib was called. I searched but couldn't find > it. No, I did: sudo perl -MCPAN -e "install Data::UUID" which > worked. Text::Glob was the only module I couldn't do through CPAN. ... > I'm inclined to run though a complete dry run on another vanilla new, > and document *exactly* what made it worked. If that'll help the wiki > I'm happy to.
I updated the wiki "apt-get install" list with libtext-glob-perl and libossp-uuid-perl, but if you're able to check exactly what other modules are needed and figure out their debian package names that would be really nice. (Note: how I confirmed libossp-uuid-perl really contained Data:UUID was running "dpkg -L libossp-uuid-perl" and noting it provides /usr/lib/perl5/Data/UUID.pm.) > Not entirely sure why I had to use sudo so many times, maybe just cos > it was a vanilla ubuntu install? sudo is of course required for apt-get but for any of the other build steps it shouldn't be necessary. Maybe if you initially did "sudo svn checkout..." it would explain; then the files would be owned by root and all subsequent make commands would require sudo. >> If you're using an NTFS partition from linux I'm not sure how that >> translates in terms of performance. Maybe there's not much >> difference. > > Actually the data extraction task (GETPHYSHIST?) was slightly slower > I think. The bit that was miles faster was one of the earlier ones > (LOADVSSNAMES or FINDDBFILES?) - Windows thought about it for over an > hour without writing anythng into the log file. I guess wubi slows things down since writes eventually go through two OS layers. I did my last conversion on a native (EXT3) install and it was all really fast. (But if you're *really* interested in performance, using a ramdisk is best :) -Nathan _______________________________________________ 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