How to use txdelta_window?

2010-03-03 Thread Alexey Neyman
Hi all, I am trying to check for some content changes in the pre-commit script, and for that I am trying to employ the apply_textdelta method in the editor. From the comments in the code (e.g. in python bindings), I understand that the "window handler" callback should be called repeatedly and the

Re: How to use txdelta_window?

2010-03-04 Thread Alexey Neyman
Figured it out; I used svn_repos_replay, which does not send deltas. Everything works with svn_repos_replay2. Regards, Alexey. On Wednesday 03 March 2010 05:34:02 pm Alexey Neyman wrote: > Hi all, > > I am trying to check for some content changes in the pre-commit script, > and for that I am try