Hi all,
I have yet another question about subversion if people don't mind. I have been using svn_client_status5 to get the status of the file after each action (i.e. revert, delete, add, etc) it seems to work fine most of the time. However, if I were to set the update flag (i.e. to contact repository about status), the call appears to hang and not return after several repeated calls. Setting the flag to false would work, but I am just curious to know if subversion implements some kind of guard against repeated polling of status to guard against hacking and stuff which could have resulted in the hang instead of returning a non null error. Thuan PS: I am not subscribed to the mailing list, so would appreciated if replies are cc to my email address. Thanks.