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

Re: docs updated.

From: Ben Collins-Sussman <sussman_at_newton.collab.net>
Date: 2000-12-08 22:55:56 CET

"Mark Murphy" <mmurphy@collab.net> writes:

> > "Deltas" is now it's own chapter, and includes a simplified
> > tutorial/description of the oh-so-important "editor" interface.
>
> And there was much rejoicing!
>
> On behalf of all of us trying to get our heads around SVN, thanks!

I suggest you read jimb's comments on svn_delta_edit_fns_t within
svn_delta.h; it's practically a novel! Then also go take a look at a
couple of simple editor implementations:

   * one editor, our "test editor", prints simple english descriptions
     of the edits being made:
                
               subversion/tests-common/svn_test_editor.c

   * another editor is *composed* with the update-editor; it does
     nothing but print status codes during an update:

               subversion/client/trace.c

Have fun. :)
Received on Sat Oct 21 14:36:16 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.