Re: Cancelling Subversion operations
From: mark benedetto king <bking_at_inquira.com>
Date: 2002-09-18 22:30:54 CEST
On Wed, Sep 18, 2002 at 01:23:26PM -0700, Bill Tutt wrote:
This idea (using ra_local from another process) has tremendous merit,
Right now, the pipe is established via something like:
char *argv[] = {
svn_pipe_t *pipe;
SVN_ERR(svn_pipe_open(&pipe, argv, pool));
If we were to simply do
char *argv[] = {
instead, then things should work fine; the SIGINT would not be
--ben
---------------------------------------------------------------------
|
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.