Mark Phippard wrote:
>
> UNEXPECTED EXCEPTION:
> Traceback (most recent call last):
> File "C:\svn\src-trunk\subversion\tests\cmdline\svntest\main.py",
> line 782, in run
> rc = apply(self.pred.run, (), kw)
> File "C:\svn\src-trunk\subversion\tests\cmdline\svntest\testcase.py",
> line 116, in run
> return self.func(sandbox)
> File "C:\svn\src-trunk\subversion/tests/cmdline/stat_tests.py", line
> 190, in status_type_change
> os.rename('A', 'iota')
> WindowsError: [Error 13] Access is denied
> FAIL: stat_tests.py 5: status on versioned items whose type has changed
I bet if you run the test again it will pass just fine. The test is
renaming a versioned directory A to iota. Any process that has a file
open in that directory will block the rename.
Check TortoiseSVN and virus scanners. In TSVN in the 'Icon Overlays' tab
you can add paths to exclude from handling.
hth,
Lieven
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue May 1 08:37:37 2007