Subversion Server Source Code

Go To StackoverFlow.com

1

Can anyone please point out to me which part of the Subversion source code does actually represent the server portion?

2012-04-03 21:08
by DotNetStudent


1

Subversion's server portion relies mostly on Apache, so you are interested in the Apache SVN modules. Those are mod_dav_svn and mod_authz_svn. The majority (but not all) of the "server" code is in repos.c (and everything it includes). That's a starting point, at least.

If you are interested in learning how Subversion's server works, you'll probably want to get a good understanding of Apache, even take a look at the source there too.

2012-04-03 21:15
by vcsjones
Ads