ArchiveOrangemail archive

users.subversion.apache.org


(List home) (Recent threads) (3 other Subversion lists)

Subscription Options

  • RSS or Atom: Read-only subscription using a browser or aggregator. This is the recommended way if you don't need to send messages to the list. You can learn more about feed syndication and clients here.
  • Conventional: All messages are delivered to your mail address, and you can reply. To subscribe, send an email to the list's subscribe address with "subscribe" in the subject line.
  • Moderate traffic list: up to 30 messages per day
  • This list contains about 16,643 messages, beginning Feb 2010
  • 37 messages added yesterday
Report the Spam
This button sends a spam report to the moderator. Please use it sparingly. For other removal requests, read this.
Are you sure? yes no

repeated calls to svn_client_status5 seems to hang

Ad
Thuan Seah Tan 1339114339Fri, 08 Jun 2012 00:12:19 +0000 (UTC)
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.
Daniel Shahaf 1339143085Fri, 08 Jun 2012 08:11:25 +0000 (UTC)
Thuan Seah Tan wrote on Fri, Jun 08, 2012 at 10:11:44 +1000:
> Hi all,
> 
>  
> 
> I have yet another question about subversion if people don't mind. I haveI think your question below is a valid API usage question and as such
is on-topic for this list.

Cheers,

Daniel> 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.
>
Home | About | Privacy