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

Re: [OT] Converting VSS to SVN

From: Jody Shumaker <jody.shumaker_at_gmail.com>
Date: 2006-02-02 23:05:34 CET

I personally modified the script so that if VSS got an access denied, it
would switch to a failover copy of the vss command line which was a
different version. Then if that one failed as well, it would prompt the
user to manually retrieve the specific version of the file. The last case
tended to only happen with files with $ in their name, as manipulating those
from the command line client proved impossible. VSS 6.0c turned out to be
the most reliable as far as the access denied, not 6.0d that was the latest
released version when I ran it. Between the 2 though, I avoided every access
is denied besides the $ issues.

Attached is my modified version of the script, the failover exe is hardcoded
on line 1313,
$self->{_ssexe2} = "D:\\vss2svn\\vss6.0c\\ss.exe";

As to where to obtain VSS 6.0c, I got it off a cd our IT guy had which had
multiple versions, but I can't really remember the title of the cd.

- Jody

On 2/2/06, Simon Large <simon@skirridsystems.co.uk> wrote:
>
> Kevin Greiner wrote:
> > For the record, the company I work switched from Visual SourceSafe to
> > svn in early January, 2006. I anticipated some pain switching away
> > from VSS's interface but we haven't had any technical problems with
> > svn or TortoiseSVN whatsoever. We converted roughly 9,900 revs from
> > VSS and just this week hit our 10,000th rev.
>
> Congratulations! Maybe you can help me. I just started in a new job and
> am trying to convert the existing codebase from VSS to SVN/TSVN.
> Unfortunately, the vss2svn.pl script seems to bomb out every time after
> about 50 revisions with an access-denied error from SVN in its
> working-working copy. How did you manage to convert 9,900 revisions?
>
> Simon
>
> --
> ___
> oo // \\ "De Chelonian Mobile"
> (_,\/ \_/ \ TortoiseSVN
> \ \_/_\_/> The coolest Interface to (Sub)Version Control
> /_/ \_\ http://tortoisesvn.tigris.org
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
> For additional commands, e-mail: users-help@tortoisesvn.tigris.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org

Received on Thu Feb 2 23:06:12 2006

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

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