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

Re: Contributing to Subversion

From: <kfogel_at_collab.net>
Date: 2003-03-27 19:16:33 CET

Brian Denny <brian@briandenny.net> writes:
> the HACKING file (at the root of the source tree) gives a suggested order
> for looking at source files (and other good advice about how to get
> started).
>
> being relatively new to subversion hacking myself, i can tell you that
> i started out by looking at those files, reading the design document,
> and reading the book... but it was all very abstract until i picked a
> little task, and stepped through the code in a debugger until i
> understood the relevant bits of code...

Yah, +1 on picking a specific task and then struggling through it.
But I would add that reading subversion/include/svn_*.h will probably
be a big help, in particular:

   svn_delta.h
   svn_ra.h
   svn_client.h
   svn_fs.h
   svn_repos.h

I think those five give a good middle-level view of how things work.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Mar 27 19:57:10 2003

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.