[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

How to disable MERGE RESPONSE

From: <Zhang.Ding-Hao_at_inventectj.com>
Date: 2006-08-08 13:40:19 CEST

Dear Sir,

       When I commit a file, an response said something such as ¡±A MERGE response for '%s' is not a child of the destination ('%s')¡±. I found the sentense in libsvn_ra_dav/merge.c.

       The response is generated because I change something to the transaction in pre-commit hook. The chagne is harmless. So I want to disable the MERGE RESPONSE. I found the following in libsvn_ra_dav/commit.c.

 

  /* If the caller didn't give us any way of storing wcprops, then

     there's no point in getting back a MERGE response full of VR's. */

  if (ras->callbacks->push_wc_prop == NULL)

    cc->disable_merge_response = TRUE;

 

 

       But I can¡¯t disable it through any config.

       Could you help me?

 

Best Regards

Dingle Zhang

 
Received on Wed Aug 9 20:50:41 2006

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.