No error dialog if lock command failed
From: Andriy Kulchytskyy <whoops_at_ukrtop.com>
 
Date: 2005-08-31 10:40:55 CEST 
Hello,
 I am using subclipse (JavaHL interface) and there is no error
 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 Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.