[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: vss2svn version 0.2 released

From: Steve Williams <stevewilliams_at_kromestudios.com>
Date: 2004-06-03 09:18:33 CEST

I download DBD::SQLite and installed it as stated (unzip to perl\site\lib
using folder names) and tried running the perl script. I got this error.

D:\temp>perl vss2svn.pl -setdates --vssproject $/ty2 --svnrepo
http://julius/rep
os/ty2/trunk
Can't locate DBI.pm in @INC (@INC contains: C:/Perl/lib C:/Perl/site/lib .)
at C
:/Perl/site/lib/DBD/SQLite.pm line 6.
BEGIN failed--compilation aborted at C:/Perl/site/lib/DBD/SQLite.pm line 6.
Compilation failed in require at vss2svn.pl line 68.
BEGIN failed--compilation aborted at vss2svn.pl line 68 (#1)
    (F) You said to do (or require, or use) a file that couldn't be
    found. Perl looks for the file in all the locations mentioned in @INC,
    unless the file name included the full path to the file. Perhaps you
    need to set the PERL5LIB or PERL5OPT environment variable to say where
    the extra library is, or maybe the script needs to add the library name
    to @INC. Or maybe you just misspelled the name of the file. See
    perlfunc/require and lib.

Uncaught exception from user code:
        Can't locate DBI.pm in @INC (@INC contains: C:/Perl/lib
C:/Perl/site/lib
 .) at C:/Perl/site/lib/DBD/SQLite.pm line 6.
BEGIN failed--compilation aborted at C:/Perl/site/lib/DBD/SQLite.pm line 6.
Compilation failed in require at vss2svn.pl line 68.
BEGIN failed--compilation aborted at vss2svn.pl line 68.

I know next to nothing about Perl, so I'm not sure what or how to fix this.
I have downloaded the exe version (even though it will get our dates wrong
since we use d/m/y). It is currently running so I will let you know how it
goes.

Sly

----- Original Message -----
From: "Toby Johnson" <toby@etjohnson.us>
To: <users@subversion.tigris.org>
Cc: <stevewilliams@kromestudios.com>
Sent: Thursday, June 03, 2004 6:41 AM
Subject: vss2svn version 0.2 released

> I have just released version 0.2 of my vss2svn project at
> http://vss2svn.tigris.org, under "Documents and Files". This version
> makes use of the SQLite library (via DBD::SQLite) as suggested by Mladen
> Mihajlovic on this list. This version should scale *much* better than
> the one which was using temporary files and in-memory hashes.
>
> I have also included a statically-linked, Win32 compiled version so you
> don't have to download Perl or any other modules. Just download the .exe
> and run it. I'd be interested to hear reports from users with a much
> larger VSS database than mine.
>
> toby
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jun 3 16:37:12 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.