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

Re: vss2svn , error ssdir not defined !!!!

From: Richard D. Worth <richard_at_theworths.org>
Date: 2005-04-13 11:41:51 CEST

vss2svn.pl depends on an environment variable being set: SSDIR. This
should point to the database root of the VSS project (the folder where
you find srcsafe.ini). You can set this on the command line or in a
batch file immediately preceding your call to vss2svn. Here are some
examples:

  SET SSDIR=C:\path\to\vss\project
  SET SSDIR=\\vssserver\projects\myproject

(Note: Make sure you don't have a space on either side of the equals
sign above)

- Richard D. Worth
richard@theworths.org

Annick Collet wrote:

>Trying to migrate vss to svn with the perl scipt vss2svn.pl I encounter
>the following error:
>
>$SSDIR not defined.
>
>
>[...]
>
>what is the problem with my SSDIR ?????????
>
>---------------------------------------------------------------------
>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 11:43:47 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.