Found |
r1508438 |
r1508438 | philip | 2013-07-30 13:50:23 +0000 (Tue, 30 Jul 2013) When sleeping after commit/update use wcroot paths if possible as they will not have been removed by the operation. This enables the shorter sleep in more cases. * subversion/libsvn_client/commit.c (svn_client_commit6): Get wcroot path if possible. * subversion/libsvn_client/update.c (svn_client_update4): Get wcroot path if possible. Found by: Alexander Lüders <alu{_AT_}entimo.de>