* subversion/libsvn_repos/repos.c
[svn.git] / www / project_development.html
blobfafd8cfcb53318821113330f65270dbf80ccb615
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml">
4 <head>
5 <style type="text/css"> /* <![CDATA[ */
6 @import "branding/css/tigris.css";
7 @import "branding/css/inst.css";
8 /* ]]> */</style>
9 <link rel="stylesheet" type="text/css" media="print"
10 href="branding/css/print.css"/>
11 <script type="text/javascript" src="branding/scripts/tigris.js"></script>
12 <title>Project Development</title>
13 </head>
15 <body>
16 <div class="app">
18 <h2>Subversion Development</h2>
20 <h3>Coding</h3>
22 <p>Subversion development discussion takes place on the mailing list
24 href="mailto:dev@subversion.tigris.org">dev@subversion.tigris.org</a>.
25 You don't need to subscribe to the list just to submit a patch or two,
26 but if you want to be involved with Subversion development on a
27 regular basis, you should probably subscribe. It's high-traffic, but
28 threading tends to be fairly disciplined, so you can ignore
29 conversations you aren't interested in. For real-time chat,
30 developers use the IRC channel <a
31 href="irc://irc.freenode.net/svn-dev">irc.freenode.net/svn-dev</a>
32 (some also hang out in the user-support channel, <a
33 href="irc://irc.freenode.net/svn">irc.freenode.net/svn</a>).</p>
35 <p>The <a href="hacking.html">Hacker's Guide to Subversion</a>
36 contains information about submitting patches, learning your way
37 around the code, interacting with other developers, project
38 governance, etc. If you don't see the answers you need there, please
39 ask on the mailing list or in IRC, we're happy to help.</p>
41 <h3>Translating Subversion output</h3>
43 <p>With the release of version 1.1 Subversion program output can be
44 translated. Discussion takes place both on the Subversion development
45 mailing list as well as dedicated native language mailing lists
46 (<em>l10n-??@subversion.tigris.org</em>).</p>
48 <p>Next to any information in the <a href="hacking.html">Hacker's Guide
49 to Subversion</a> pertinent to translating Subversion output,
50 additional information can be found in</p>
52 <blockquote>
53 <p><a href="http://svn.collab.net/repos/svn/trunk/TRANSLATING"
54 >http://svn.collab.net/repos/svn/trunk/TRANSLATING</a></p>
55 </blockquote>
57 <p>Currently available translations can be found in
58 <a href="http://svn.collab.net/repos/svn/trunk/subversion/po/"
59 >the po section of the repository</a>. Please contact the development
60 mailing list when you want to start a translation not available yet.</p>
62 <h3>BuildBot Test Farm</h3>
64 <p>There is a Subversion <a href="http://buildbot.sourceforge.net/"
65 >BuildBot</a> farm at <a
66 href="http://www.mobsol.be/buildbot/">http://www.mobsol.be/buildbot/</a>.
67 For more details, see <a href="hacking.html#automated-tests">here</a>.</p>
69 <!-- ******************************************************************** -->
71 <h3>The Big Picture</h3>
73 <blockquote>
75 <p>(Inferred from the <a href="design.html">design document</a>)</p>
77 <p>
78 <img src="images/subversion-diagram.png" alt="Design Diagram"
79 width="511" height="585"/>
80 </p>
82 </blockquote>
84 </div>
85 </body>
86 </html>