[PATCH] No error dialog if lock command failed
From: Andriy Kulchytskyy <whoops_at_ukrtop.com>
Date: 2005-08-30 17:46:20 CEST
Hello,
There is no error dialog (and no exception thrown) if lock command
Probably bug is in JavaHL library in file SVNClient.cpp
Method: SVNClient::lock (line 3072)
void SVNClient::lock(Targets &targets, const char *comment,
if (Err != NULL) // !!! but checked the first one
The correct code should be:
void SVNClient::lock(Targets &targets, const char *comment,
if (Err != NULL)
-- Best regards, Andriy mailto:whoops@ukrtop.com
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.