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

Re: vss2svn error

From: Toby Johnson <toby_at_etjohnson.us>
Date: 2004-05-27 15:26:12 CEST

Taner Diler wrote:

> Hi,
> I want tomigrate project (ALM)from VSS to SVN.Itry to make this over
> my computer.
> VSSisin other machine.I use this command:
> C:\>perl vss2svn.pl --vssproject $/ALM --svnrepo
> http://localhost/repository/alm
> --login=tdu:12345
> before execution ofthis command, I set SSDIRvariable as
> //200.0.0.5/sourcesafe.

Usually, Perl doesn't care which way your slashes face, but when you're
using a Microsoft UNC path (i.e. \\server\share) they have to be
backslashes.

Also, it looks like the ss.exe program is not in your PATH.

toby
Received on Thu May 27 15:26:50 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.