|
Boost Testing : |
From: Niko Demmel (niko.demmel_at_[hidden])
Date: 2007-10-28 12:13:40
On 27/10/2007 12:38, Roland Schwarz wrote:
> The run.py command aborts when trying to remove the previous checked out
> tree. The rmtree command fails with:
> WindowsError: [Error 13] Access is denied:
> u'X:\\boost-regression\\gcc-d\\boost\\.svn\\all-wcprops'
>
> I have checked this: I have full rights, but the file is R/O.
>
> Btw.: Why does the script try to delete at all? Why not just try svn update?
>
You can use the option
--incremental
for svn updates instead of clean checkouts.
Regards,
Niko