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

Re: vss2svn fatal error

From: Didier Trosset <didier.trosset_at_acqiris.com>
Date: 2005-04-13 15:31:59 CEST

Annick Collet wrote:
> Dear all,
>
> I'm fighting with the vss2svn.pl tool.
> Ending now with a fatal error attached!
>
> Does someone know about that.

The error: 'the name specified is not recognized ...' shows that the
script cannot find the '.\ss.exe' command. But it did found it during
the first step.

I would guess that you copied the ss.exe file in the same directory than
the vss2svn.pl script. Trouble is that the script changes the current
directory during execution.

It would be better to set the PATH environment variable so that the
ss.exe file is accessible from everywhere.

HTH

-- 
Didier
> 
> 
> ------------------------------------------------------------------------
> 
> 
> 
> **** BUILDING INITIAL STRUCTURES; PLEASE WAIT... ****
> 
> DEBUG: ".\ss.exe" PROPERTIES "$/APPLICATIONS" -R- -I-Y
> 
> DEBUG: ".\ss.exe" DIR "$/APPLICATIONS" -R -I-Y
> 
> 
> 
> **** BUILDING VSS HISTORY ****
> 
> ENTERING PROJECT $/APPLICATIONS...
> ENTERING PROJECT $/APPLICATIONS/NT_Applications...
> ENTERING PROJECT $/APPLICATIONS/NT_Applications/DesktopApplication...
> ENTERING PROJECT $/APPLICATIONS/NT_Applications/DesktopApplication/Supplier...
> DEBUG: ".\ss.exe" HISTORY "$/APPLICATIONS/NT_Applications/DesktopApplication/Supplier/Supplier.mdb" -I-Y
> 
> The name specified is not recognized as an
> internal or external command, operable program or batch file.
> Can't open 'history' tempfile J:/VSS_ANN_TEST/_vss2svn/tmpfile/history_cmd.txt at J:\VSS_ANN_TEST\vss2svn.pl line 1770.
> Use of uninitialized value in split at J:\VSS_ANN_TEST\vss2svn.pl line 1499.
>    $/APPLICATIONS/NT_Applications/DesktopApplication/Supplier/Supplier.mdb
> Use of uninitialized value in substitution (s///) at J:\VSS_ANN_TEST\vss2svn.pl line 280.
> Use of uninitialized value in substitution (s///) at J:\VSS_ANN_TEST\vss2svn.pl line 281.
> Use of uninitialized value in concatenation (.) or string at J:\VSS_ANN_TEST\vss2svn.pl line 304.
> INSERT INTO
>     history (
>         date,
>         time,
>         file,
>         version,
>         user,
>         comment,
>         global_count
>     )
> VALUES (
>     NULL,
>     NULL,
>     '$/APPLICATIONS/NT_Applications/DesktopApplication/Supplier/Supplier.mdb',
>     ,
>     '',
>     '(no comment)',
>     2
> )
> DBD::SQLite::db do failed: near ",": syntax error(1) at dbdimp.c line 268 at J:\VSS_ANN_TEST\vss2svn.pl line 328.
> DBD::SQLite::db do failed: near ",": syntax error(1) at dbdimp.c line 268 at J:\VSS_ANN_TEST\vss2svn.pl line 328.
> 
> 
> 
> ------------------------------------------------------------------------
> 
> ---------------------------------------------------------------------
> 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 Wed Apr 13 15:34:18 2005

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.