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

Re: svn log & diff, how do they work?

From: Hyrum K. Wright <hyrum_wright_at_mail.utexas.edu>
Date: Tue, 25 Mar 2008 11:30:01 -0500

Phan Le Cam Tu wrote:
> Hi,
> I think that i exprimed badly my questions :(. I'd like to know how to
> implement the functions log & diff, not how to use them. I mean that
> how the programers do these functions (in which language : C?
> java?...), and i want to have these code sources :)

Subversion is implemented in C, and the code is publicly available. You
can browse the repository here:
http://svn.collab.net/viewvc/svn/
or check is out here:
http://svn.collab.net/repos/svn/trunk

(Please note that the answers to your questions are pretty easily
available on http://subversion.tigris.org/)

-Hyrum

Received on 2008-03-25 17:30:22 CET

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.