>>>>> "D" == vss2svn  <Dirk> writes:

D> I cannot build the vss2svn.exe on my system, but I heard, that this
is 
D> simply a packed version of all the code and the modules. It will be 
D> unpacked to your lokal system und run from there. You can instruct it
to 
D> not delete the temporary files and then patch these files and try to
run 
D> in the temporary folder. But I don't know how to force a specific 
D> environment.

D> Have a look here: 
D> http://aspn.activestate.com/ASP()N/docs/PDK/6.0/PerlApp_overview.html

I'm stuck.  I tried installing the requisite perl packages on my
machine, but SQLite2 wouldn't install, even with "force", so I did it
myself:

   cd ~/.cpan/build/DBD-SQLite2-0.33
   make install

Then when I run:
   perl -I Vss2Svn vss2svn.pl 

   Can't locate Config/Ini.pm in @INC (@INC contains: . Vss2Svn
/usr/lib/perl5/5.8/cygwin /usr/lib/perl5/5.8
/usr/lib/perl5/site_perl/5.8/cygwin /usr/lib/perl5/site_perl/5.8
/usr/lib/perl5/vendor_perl/5.8/cygwin /usr/lib/perl5/vendor_perl/5.8) at
Vss2Svn/Dumpfile/AutoProps.pm line 5.
   BEGIN failed--compilation aborted at Vss2Svn/Dumpfile/AutoProps.pm
line 5.
   Compilation failed in require at Vss2Svn/Dumpfile.pm line 5.
   BEGIN failed--compilation aborted at Vss2Svn/Dumpfile.pm line 5.
   Compilation failed in require at vss2svn.pl line 20.
   BEGIN failed--compilation aborted at vss2svn.pl line 20.

Hmm, missing Config:Ini?

   perl -MCPAN  -e "install Config::Ini"
   ...
   The module Config::Ini isn't available on CPAN.

I've just exceeded my perl skills.

_______________________________________________
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

Reply via email to