You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Erik Huelsmann <e....@gmx.net> on 2004/01/02 11:30:25 UTC

cvs2svn: run-tests.py does not work on Win32

The cvs2svn.py test-script does not run (successfully) on Win32. Should I
file an issue for this?

bye,

Erik.

-- 
+++ GMX - die erste Adresse für Mail, Message, More +++
Neu: Preissenkung für MMS und FreeMMS! http://www.gmx.net



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: cvs2svn: run-tests.py does not work on Win32

Posted by Erik Huelsmann <e....@gmx.net>.
[snip the old message ]

That was only part of the tests log and different from what I got all other
times running the tool; Here is what I got over and over before I got the
output I sent in the last mail: 

CMD: python "J:\Subversion\tools\cvs2svn\cvs2svn.py" <TIME = 0.171000>
PASS:  run-tests.py 1: cvs2svn with no arguments shows usage
CMD: python "J:\Subversion\tools\cvs2svn\cvs2svn.py" "--create" "-s"
"bogus-tag-svnrepos" "J:\Subversion\tools\cvs2svn\test-data\bogus-tag-cvsrepos"
<TIME = 0.188000>
PASS:  run-tests.py 2: fail on encountering an invalid symbolic name
CMD: python "J:\Subversion\tools\cvs2svn\cvs2svn.py" "--create" "-s"
"overlapping-branch-svnrepos"
"J:\Subversion\tools\cvs2svn\test-data\overlapping-branch-cvsrepos" <TIME = 0.171000>
PASS:  run-tests.py 3: fail early on encountering a branch with two names
CMD: python "J:\Subversion\tools\cvs2svn\cvs2svn.py" "--create" "-s"
"main-svnrepos" "J:\Subversion\tools\cvs2svn\test-data\main-cvsrepos" <TIME =
24.360000>
CMD: svn "co" "file:///J:/Subversion/tools/cvs2svn/tmp/main-svnrepos"
"main-wc" <TIME = 9.797000>
CMD: svn "log" "-v" "file:///J:/Subversion/tools/cvs2svn/tmp/main-svnrepos"
<TIME = 0.468000>
FAIL:  run-tests.py 4: detection of the executable flag
PASS:  run-tests.py 5: conversion of filename with a space
CMD: svn "log" "-v"
"file:///J:/Subversion/tools/cvs2svn/tmp/main-svnrepos/trunk/single-files/twoquick" <TIME = 0.422000>
PASS:  run-tests.py 6: two commits in quick succession
Revision 7 failed to remove '/trunk/full-prune/first'.
FAIL:  run-tests.py 7: prune, but never too much
FAIL:  run-tests.py 8: simple trunk commits
FAIL:  run-tests.py 9: two interleaved trunk commits, different log msgs
FAIL:  run-tests.py 10: simple tags
FAIL:  run-tests.py 11: simple branch commits
FAIL:  run-tests.py 12: a commit affecting both trunk and a branch
CMD: python "J:\Subversion\tools\cvs2svn\cvs2svn.py" "--trunk-only"
"--create" "-s" "corrupt-svnrepos"
"J:\Subversion\tools\cvs2svn\test-data\corrupt-cvsrepos" <TIME = 2.391000>
CMD: svn "co" "file:///J:/Subversion/tools/cvs2svn/tmp/corrupt-svnrepos"
"corrupt-wc" <TIME = 2.640000>
CMD: svn "log" "-v"
"file:///J:/Subversion/tools/cvs2svn/tmp/corrupt-svnrepos" <TIME = 0.328000>
Even the valid good,v was not converted.
FAIL:  run-tests.py 13: convert as much as can, despite a corrupt ,v file
CMD: python "J:\Subversion\tools\cvs2svn\cvs2svn.py" "--create" "-s"
"phoenix-svnrepos" "J:\Subversion\tools\cvs2svn\test-data\phoenix-cvsrepos" <TIME =
9.813000>
CMD: svn "co" "file:///J:/Subversion/tools/cvs2svn/tmp/phoenix-svnrepos"
"phoenix-wc" <TIME = 2.937000>
CMD: svn "log" "-v"
"file:///J:/Subversion/tools/cvs2svn/tmp/phoenix-svnrepos" <TIME = 0.453000>
Revision 4 not as expected.
FAIL:  run-tests.py 14: convert a branch file rooted in a 'dead' revision
CMD: python "J:\Subversion\tools\cvs2svn\cvs2svn.py" "--create" "-s"
"ctrl-char-in-log-svnrepos"
"J:\Subversion\tools\cvs2svn\test-data\ctrl-char-in-log-cvsrepos" <TIME = 3.204000>
CMD: svn "co"
"file:///J:/Subversion/tools/cvs2svn/tmp/ctrl-char-in-log-svnrepos" "ctrl-char-in-log-wc" <TIME = 2.218000>
CMD: svn "log" "-v"
"file:///J:/Subversion/tools/cvs2svn/tmp/ctrl-char-in-log-svnrepos" <TIME = 0.328000>
Revision 1 of 'ctrl-char-in-log,v' was not converted successfully.
FAIL:  run-tests.py 15: handle a control char in a log message
CMD: python "J:\Subversion\tools\cvs2svn\cvs2svn.py" "--create" "-s"
"overdead-svnrepos" "J:\Subversion\tools\cvs2svn\test-data\overdead-cvsrepos" <TIME
= 15.188000>
CMD: svn "co" "file:///J:/Subversion/tools/cvs2svn/tmp/overdead-svnrepos"
"overdead-wc" <TIME = 3.500000>
CMD: svn "log" "-v"
"file:///J:/Subversion/tools/cvs2svn/tmp/overdead-svnrepos" <TIME = 0.469000>
PASS:  run-tests.py 16: handle tags rooted in a redeleted revision
CMD: python "J:\Subversion\tools\cvs2svn\cvs2svn.py" "--trunk-only"
"--no-prune" "--create" "-s" "double-delete-svnrepos"
"J:\Subversion\tools\cvs2svn\test-data\double-delete-cvsrepos" <TIME = 3.516000>
CMD: svn "co"
"file:///J:/Subversion/tools/cvs2svn/tmp/double-delete-svnrepos" "double-delete-wc" <TIME = 2.094000>
CMD: svn "log" "-v"
"file:///J:/Subversion/tools/cvs2svn/tmp/double-delete-svnrepos" <TIME = 0.437000>
FAIL:  run-tests.py 17: file deleted twice, in the root of the repository
CMD: python "J:\Subversion\tools\cvs2svn\cvs2svn.py" "--create" "-s"
"split-branch-svnrepos"
"J:\Subversion\tools\cvs2svn\test-data\split-branch-cvsrepos" <TIME = 3.860000>
CMD: svn "co"
"file:///J:/Subversion/tools/cvs2svn/tmp/split-branch-svnrepos" "split-branch-wc" <TIME = 2.765000>
CMD: svn "log" "-v"
"file:///J:/Subversion/tools/cvs2svn/tmp/split-branch-svnrepos" <TIME = 0.360000>
PASS:  run-tests.py 18: branch created from both trunk and another branch
CMD: python "J:\Subversion\tools\cvs2svn\cvs2svn.py" "--create" "-s"
"resync-misgroups-svnrepos"
"J:\Subversion\tools\cvs2svn\test-data\resync-misgroups-cvsrepos" <TIME = 33.890000>
CMD: svn "co"
"file:///J:/Subversion/tools/cvs2svn/tmp/resync-misgroups-svnrepos" "resync-misgroups-wc" <TIME = 4.781000>
CMD: svn "log" "-v"
"file:///J:/Subversion/tools/cvs2svn/tmp/resync-misgroups-svnrepos" <TIME = 0.500000>
PASS:  run-tests.py 19: resyncing should not misorder commit groups

-- 
+++ GMX - die erste Adresse für Mail, Message, More +++
Neu: Preissenkung für MMS und FreeMMS! http://www.gmx.net



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: cvs2svn: run-tests.py does not work on Win32

Posted by Erik Huelsmann <e....@gmx.net>.
[snip]
> Use the safe_rmtree method (sorry, can't remember the file it is in off 
> the top of my head) from the standard svn client tests in the 
> run-tests.py:erase method instead of directly calling shutil.rmtree to 
> get rid of the 'permission denied' errors (Windows doesn't like removing 
> read-only files).
> 
> But then I got IOErrors on the pipe.close call on line 1110 in 
> cvs2svn.py.  Commenting that out let most of the tests pass, but some 
> still failed.  That's as as much as I played with it...the pipe.close 
> failure may mean it doesn't like something about co.exe but I'm not sure.

After fixing the safe_rmtree thing and some installation problems with co, I
get the same error too. The log below is what I get from run-tests.py now.

Bye,

Erik.


CMD: python "J:\Subversion\tools\cvs2svn\cvs2svn.py" <TIME = 0.187000>
['USAGE: cvs2svn.py [-n] [-v] [-s svn-repos-path] [-p pass]
cvs-repos-path\n', '  --help, -h       print this usage message and exit with success\n', ' 
-n               dry run; parse CVS repos, but do not construct SVN repos\n',
'  -v               verbose\n', '  -s PATH          path for SVN repos\n', '
 -p NUM           start at pass NUM of 4\n', '  --create         create a
new SVN repository\n', '  --dumpfile=PATH  name of intermediate svn
dumpfile\n', '  --svnadmin=PATH  path to the svnadmin program\n', '  --trunk-only    
convert only trunk commits, not tags nor branches\n', '  --trunk=PATH     path
for trunk (default: trunk)\n', '  --branches=PATH  path for branches
(default: branches)\n', '  --tags=PATH      path for tags (default: tags)\n', " 
--no-prune       don't prune empty directories\n", "  --dump-only      just
produce a dumpfile, don't commit to a repos\n", '  --encoding=ENC   encoding of
log messages in CVS repos (default: ascii)\n', '  --username=NAME  default name
when CVS repos has no name (default: unknown)\n']
PASS:  run-tests.py 1: cvs2svn with no arguments shows usage
CMD: python "J:\Subversion\tools\cvs2svn\cvs2svn.py" "--create" "-s"
"bogus-tag-svnrepos" "J:\Subversion\tools\cvs2svn\test-data\bogus-tag-cvsrepos"
<TIME = 0.172000>
PASS:  run-tests.py 2: fail on encountering an invalid symbolic name
CMD: python "J:\Subversion\tools\cvs2svn\cvs2svn.py" "--create" "-s"
"overlapping-branch-svnrepos"
"J:\Subversion\tools\cvs2svn\test-data\overlapping-branch-cvsrepos" <TIME = 0.188000>
PASS:  run-tests.py 3: fail early on encountering a branch with two names
CMD: python "J:\Subversion\tools\cvs2svn\cvs2svn.py" "--create" "-s"
"main-svnrepos" "J:\Subversion\tools\cvs2svn\test-data\main-cvsrepos" <TIME =
2.000000>

python said:

   Traceback (most recent call last):
     File "J:\Subversion\tools\cvs2svn\cvs2svn.py", line 2307, in ?
       main()
     File "J:\Subversion\tools\cvs2svn\cvs2svn.py", line 2303, in main
       convert(ctx, start_pass=start_pass)
     File "J:\Subversion\tools\cvs2svn\cvs2svn.py", line 2159, in convert
       _passes[i](ctx)
     File "J:\Subversion\tools\cvs2svn\cvs2svn.py", line 2111, in pass4
       c.commit(dumper, ctx, sym_tracker)
     File "J:\Subversion\tools\cvs2svn\cvs2svn.py", line 1887, in commit
       branches)
     File "J:\Subversion\tools\cvs2svn\cvs2svn.py", line 1113, in
add_or_change_path
       pipe.close()
   IOError: (0, 'Error')

FAIL:  run-tests.py 4: detection of the executable flag

The fail message is repeated for every 

-- 
+++ GMX - die erste Adresse für Mail, Message, More +++
Neu: Preissenkung für MMS und FreeMMS! http://www.gmx.net



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: cvs2svn: run-tests.py does not work on Win32

Posted by "D.J. Heap" <dj...@shadyvale.net>.
Erik Huelsmann wrote:
[snip]
> 
> Then I ran the run-tests.py test script which generated the following
> output:
> 
[snip]

Use the safe_rmtree method (sorry, can't remember the file it is in off 
the top of my head) from the standard svn client tests in the 
run-tests.py:erase method instead of directly calling shutil.rmtree to 
get rid of the 'permission denied' errors (Windows doesn't like removing 
read-only files).

But then I got IOErrors on the pipe.close call on line 1110 in 
cvs2svn.py.  Commenting that out let most of the tests pass, but some 
still failed.  That's as as much as I played with it...the pipe.close 
failure may mean it doesn't like something about co.exe but I'm not sure.

DJ



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: cvs2svn: run-tests.py does not work on Win32

Posted by Erik Huelsmann <e....@gmx.net>.
> Erik Huelsmann wrote:
> > The cvs2svn.py test-script does not run (successfully) on Win32. Should
> I
> > file an issue for this?
> 
> It used to. Can you give a little detail about the nature of the failure,
> to
> discuss here, before filing an issue?

Ah, yeah. sure. Sorry for the vague report.

In order to test some of the extentions I wanted to do to the script I
wanted to have a testing environment on Win32 too. So I:

- installed WinXP
- downloaded ActiveState Python 2.3.2 build 232 (coincidence)
- downloaded Subversion 0.35.1
- downloaded TortoiseSVN 0.24
- downloaded RCS 5.7 from ftp.leo.org

And installed all of the above. Then I checked out Subversion trunk HEAD.
(At first to My Documents, but the run-tests.py script does not seem to
tolerate that, since there is a space in the name of the repositories then. After
that I checked out to \Subversion which *did* work for run-tests.py)

I put co.exe from the RCS package in the directory with cvs2svn.py.

Then I ran the run-tests.py test script which generated the following
output:

PASS:  run-tests.py 1: cvs2svn with no arguments shows usage
PASS:  run-tests.py 2: fail on encountering an invalid symbolic name
PASS:  run-tests.py 3: fail early on encountering a branch with two names
FAIL:  run-tests.py 4: detection of the executable flag
PASS:  run-tests.py 5: conversion of filename with a space
PASS:  run-tests.py 6: two commits in quick succession
Revision 7 failed to remove '/trunk/full-prune/first'.
FAIL:  run-tests.py 7: prune, but never too much
FAIL:  run-tests.py 8: simple trunk commits
FAIL:  run-tests.py 9: two interleaved trunk commits, different log msgs
FAIL:  run-tests.py 10: simple tags
FAIL:  run-tests.py 11: simple branch commits
FAIL:  run-tests.py 12: a commit affecting both trunk and a branch
Even the valid good,v was not converted.
FAIL:  run-tests.py 13: convert as much as can, despite a corrupt ,v file
Revision 4 not as expected.
FAIL:  run-tests.py 14: convert a branch file rooted in a 'dead' revision
Revision 1 of 'ctrl-char-in-log,v' was not converted successfully.
FAIL:  run-tests.py 15: handle a control char in a log message
PASS:  run-tests.py 16: handle tags rooted in a redeleted revision
FAIL:  run-tests.py 17: file deleted twice, in the root of the repository
PASS:  run-tests.py 18: branch created from both trunk and another branch
PASS:  run-tests.py 19: resyncing should not misorder commit groups

Which is what caused me to send the bugreport above.  The log below shows
the output of the test script with the --verbose flag. Now that I'm looking at
the output again, I start to think this has to do with the virusscanner
problems... (trying to run with virusscanner disabled now...: Nope still the same
problem) 

bye,

Erik.


CMD: python "J:\Subversion\tools\cvs2svn\cvs2svn.py" <TIME = 1.375000>
PASS:  run-tests.py 1: cvs2svn with no arguments shows usage
CMD: python "J:\Subversion\tools\cvs2svn\cvs2svn.py" "--create" "-s"
"bogus-tag-svnrepos" "J:\Subversion\tools\cvs2svn\test-data\bogus-tag-cvsrepos"
<TIME = 0.985000>
PASS:  run-tests.py 2: fail on encountering an invalid symbolic name
CMD: python "J:\Subversion\tools\cvs2svn\cvs2svn.py" "--create" "-s"
"overlapping-branch-svnrepos"
"J:\Subversion\tools\cvs2svn\test-data\overlapping-branch-cvsrepos" <TIME = 0.937000>
PASS:  run-tests.py 3: fail early on encountering a branch with two names
UNEXPECTED EXCEPTION:
Traceback (most recent call last):
  File "J:\Documents and Settings\Erik\Mijn
documenten\Subversion\subversion\tests\clients\cmdline\svntest\testcase.py", line 101, in run
    rc = apply(self.pred.func, args)
  File "J:\Subversion\tools\cvs2svn\run-tests.py", line 370, in attr_exec
    repos, wc, logs = ensure_conversion('main')
  File "J:\Subversion\tools\cvs2svn\run-tests.py", line 295, in
ensure_conversion
    erase(wc)
  File "J:\Subversion\tools\cvs2svn\run-tests.py", line 238, in erase
    shutil.rmtree(path)
  File "J:\Python23\lib\shutil.py", line 140, in rmtree
    raise exc[0], (exc[1][0], exc[1][1] + ' removing '+arg)
OSError: [Errno 13] Permission denied removing main-wc\.svn\README.txt
FAIL:  run-tests.py 4: detection of the executable flag
UNEXPECTED EXCEPTION:
Traceback (most recent call last):
  File "J:\Documents and Settings\Erik\Mijn
documenten\Subversion\subversion\tests\clients\cmdline\svntest\testcase.py", line 101, in run
    rc = apply(self.pred.func, args)
  File "J:\Subversion\tools\cvs2svn\run-tests.py", line 378, in space_fname
    repos, wc, logs = ensure_conversion('main')
  File "J:\Subversion\tools\cvs2svn\run-tests.py", line 295, in
ensure_conversion
    erase(wc)
  File "J:\Subversion\tools\cvs2svn\run-tests.py", line 238, in erase
    shutil.rmtree(path)
  File "J:\Python23\lib\shutil.py", line 140, in rmtree
    raise exc[0], (exc[1][0], exc[1][1] + ' removing '+arg)
OSError: [Errno 13] Permission denied removing main-wc\.svn\README.txt
FAIL:  run-tests.py 5: conversion of filename with a space
UNEXPECTED EXCEPTION:
Traceback (most recent call last):
  File "J:\Documents and Settings\Erik\Mijn
documenten\Subversion\subversion\tests\clients\cmdline\svntest\testcase.py", line 101, in run
    rc = apply(self.pred.func, args)
  File "J:\Subversion\tools\cvs2svn\run-tests.py", line 386, in two_quick
    repos, wc, logs = ensure_conversion('main')
  File "J:\Subversion\tools\cvs2svn\run-tests.py", line 295, in
ensure_conversion
    erase(wc)
  File "J:\Subversion\tools\cvs2svn\run-tests.py", line 238, in erase
    shutil.rmtree(path)
  File "J:\Python23\lib\shutil.py", line 140, in rmtree
    raise exc[0], (exc[1][0], exc[1][1] + ' removing '+arg)
OSError: [Errno 13] Permission denied removing main-wc\.svn\README.txt
FAIL:  run-tests.py 6: two commits in quick succession
UNEXPECTED EXCEPTION:
Traceback (most recent call last):
  File "J:\Documents and Settings\Erik\Mijn
documenten\Subversion\subversion\tests\clients\cmdline\svntest\testcase.py", line 101, in run
    rc = apply(self.pred.func, args)
  File "J:\Subversion\tools\cvs2svn\run-tests.py", line 427, in
prune_with_care
    repos, wc, logs = ensure_conversion('main')
  File "J:\Subversion\tools\cvs2svn\run-tests.py", line 295, in
ensure_conversion
    erase(wc)
  File "J:\Subversion\tools\cvs2svn\run-tests.py", line 238, in erase
    shutil.rmtree(path)
  File "J:\Python23\lib\shutil.py", line 140, in rmtree
    raise exc[0], (exc[1][0], exc[1][1] + ' removing '+arg)
OSError: [Errno 13] Permission denied removing main-wc\.svn\README.txt
FAIL:  run-tests.py 7: prune, but never too much
UNEXPECTED EXCEPTION:
Traceback (most recent call last):
  File "J:\Documents and Settings\Erik\Mijn
documenten\Subversion\subversion\tests\clients\cmdline\svntest\testcase.py", line 101, in run
    rc = apply(self.pred.func, args)
  File "J:\Subversion\tools\cvs2svn\run-tests.py", line 469, in
simple_commits
    repos, wc, logs = ensure_conversion('main')
  File "J:\Subversion\tools\cvs2svn\run-tests.py", line 295, in
ensure_conversion
    erase(wc)
  File "J:\Subversion\tools\cvs2svn\run-tests.py", line 238, in erase
    shutil.rmtree(path)
  File "J:\Python23\lib\shutil.py", line 140, in rmtree
    raise exc[0], (exc[1][0], exc[1][1] + ' removing '+arg)
OSError: [Errno 13] Permission denied removing main-wc\.svn\README.txt
FAIL:  run-tests.py 8: simple trunk commits
UNEXPECTED EXCEPTION:
Traceback (most recent call last):
  File "J:\Documents and Settings\Erik\Mijn
documenten\Subversion\subversion\tests\clients\cmdline\svntest\testcase.py", line 101, in run
    rc = apply(self.pred.func, args)
  File "J:\Subversion\tools\cvs2svn\run-tests.py", line 513, in
interleaved_commits
    repos, wc, logs = ensure_conversion('main')
  File "J:\Subversion\tools\cvs2svn\run-tests.py", line 295, in
ensure_conversion
    erase(wc)
  File "J:\Subversion\tools\cvs2svn\run-tests.py", line 238, in erase
    shutil.rmtree(path)
  File "J:\Python23\lib\shutil.py", line 140, in rmtree
    raise exc[0], (exc[1][0], exc[1][1] + ' removing '+arg)
OSError: [Errno 13] Permission denied removing main-wc\.svn\README.txt
FAIL:  run-tests.py 9: two interleaved trunk commits, different log msgs
UNEXPECTED EXCEPTION:
Traceback (most recent call last):
  File "J:\Documents and Settings\Erik\Mijn
documenten\Subversion\subversion\tests\clients\cmdline\svntest\testcase.py", line 101, in run
    rc = apply(self.pred.func, args)
  File "J:\Subversion\tools\cvs2svn\run-tests.py", line 576, in simple_tags
    repos, wc, logs = ensure_conversion('main')
  File "J:\Subversion\tools\cvs2svn\run-tests.py", line 295, in
ensure_conversion
    erase(wc)
  File "J:\Subversion\tools\cvs2svn\run-tests.py", line 238, in erase
    shutil.rmtree(path)
  File "J:\Python23\lib\shutil.py", line 140, in rmtree
    raise exc[0], (exc[1][0], exc[1][1] + ' removing '+arg)
OSError: [Errno 13] Permission denied removing main-wc\.svn\README.txt
FAIL:  run-tests.py 10: simple tags
UNEXPECTED EXCEPTION:
Traceback (most recent call last):
  File "J:\Documents and Settings\Erik\Mijn
documenten\Subversion\subversion\tests\clients\cmdline\svntest\testcase.py", line 101, in run
    rc = apply(self.pred.func, args)
  File "J:\Subversion\tools\cvs2svn\run-tests.py", line 632, in
simple_branch_commits
    repos, wc, logs = ensure_conversion('main')
  File "J:\Subversion\tools\cvs2svn\run-tests.py", line 295, in
ensure_conversion
    erase(wc)
  File "J:\Subversion\tools\cvs2svn\run-tests.py", line 238, in erase
    shutil.rmtree(path)
  File "J:\Python23\lib\shutil.py", line 140, in rmtree
    raise exc[0], (exc[1][0], exc[1][1] + ' removing '+arg)
OSError: [Errno 13] Permission denied removing main-wc\.svn\README.txt
FAIL:  run-tests.py 11: simple branch commits
UNEXPECTED EXCEPTION:
Traceback (most recent call last):
  File "J:\Documents and Settings\Erik\Mijn
documenten\Subversion\subversion\tests\clients\cmdline\svntest\testcase.py", line 101, in run
    rc = apply(self.pred.func, args)
  File "J:\Subversion\tools\cvs2svn\run-tests.py", line 651, in mixed_commit
    repos, wc, logs = ensure_conversion('main')
  File "J:\Subversion\tools\cvs2svn\run-tests.py", line 295, in
ensure_conversion
    erase(wc)


-- 
+++ GMX - die erste Adresse für Mail, Message, More +++
Neu: Preissenkung für MMS und FreeMMS! http://www.gmx.net



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: cvs2svn: run-tests.py does not work on Win32

Posted by Max Bowsher <ma...@ukf.net>.
Erik Huelsmann wrote:
> The cvs2svn.py test-script does not run (successfully) on Win32. Should I
> file an issue for this?

It used to. Can you give a little detail about the nature of the failure, to
discuss here, before filing an issue?

Thanks,

Max.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org