> For example, in Subversion.pm, add this line at the top in
> prepare_activity_verify_or_commit:
> 
> exit 0;
> 
> and see if the commits go through. Exiting with a zero there would mean
> that svnlook is not called at all.

If you can:

1) add in Subversion.pm:prepare_activity_verify and
prepare_activity_commit

 an "exit 0;" as the FIRST statement and verify that a commit goes
through

AND

2) add in Subversion.pm:prepare_activity_verify and
prepare_activity_commit

 an "exit 0;" as the LAST statement and verify that a commit fails with
the MERGE error.

... then I'd say you have a reasonable bug report for the Subversion
developers.


_______________________________________________
scmbug-users mailing list
[email protected]
http://lists.mkgnu.net/cgi-bin/mailman/listinfo/scmbug-users

Reply via email to