~svn/ubuntu/raring/subversion/ppa

« back to all changes in this revision

Viewing changes to www/project_development.html

  • Committer: Bazaar Package Importer
  • Author(s): Adam Conrad
  • Date: 2005-12-05 01:26:14 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051205012614-qom4xfypgtsqc2xq
Tags: 1.2.3dfsg1-3ubuntu1
Merge with the final Debian release of 1.2.3dfsg1-3, bringing in
fixes to the clean target, better documentation of the libdb4.3
upgrade and build fixes to work with swig1.3_1.3.27.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
 
2
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 
3
<html>
 
4
<head>
 
5
<style type="text/css"> /* <![CDATA[ */
 
6
  @import "tigris-branding/css/tigris.css";
 
7
  @import "tigris-branding/css/inst.css";
 
8
  /* ]]> */</style>
 
9
<link rel="stylesheet" type="text/css" media="print"
 
10
  href="tigris-branding/css/print.css"/>
 
11
<script type="text/javascript" src="tigris-branding/scripts/tigris.js"></script>
 
12
<title>Project Development</title>
 
13
</head>
 
14
 
 
15
<body>
 
16
<div class="app">
 
17
 
 
18
<h2>Subversion Development</h2>
 
19
 
 
20
<h3>Coding</h3>
 
21
 
 
22
<p>Subversion development discussion takes place on the mailing list
 
23
<a href="mailto:dev@subversion.tigris.org">dev@subversion.tigris.org</a>.
 
24
You don't need to subscribe to the list just to submit a patch or two,
 
25
but if you want to be involved with Subversion development on a
 
26
regular basis, you should probably subscribe.  It's high-traffic, but
 
27
threading tends to be fairly disciplined, so you can ignore
 
28
conversations you aren't interested in.  For real-time chat,
 
29
developers use the same IRC channel as everyone else: <a
 
30
href="irc://irc.freenode.net/svn">irc.freenode.net/svn</a>.</p>
 
31
 
 
32
<p>The <b>HACKING</b> file contains developer guidelines, see:</p>
 
33
 
 
34
<blockquote>
 
35
<p><a href="http://svn.collab.net/repos/svn/trunk/HACKING"
 
36
           >http://svn.collab.net/repos/svn/trunk/HACKING</a></p>
 
37
</blockquote>
 
38
 
 
39
<p>There you can find information about submitting patches, learning
 
40
your way around the code, interacting with other developers, project
 
41
governance, etc.  If you don't see the answers you need there, please
 
42
ask on the mailing list or in IRC, we're happy to help.</p>
 
43
 
 
44
 
 
45
<h3>Translating Subversion output</h3>
 
46
 
 
47
<p>With the release of version 1.1 Subversion program output can be
 
48
translated.  Discussion takes place both on the Subversion development
 
49
mailing list as well as dedicated native language mailing lists
 
50
(<em>l10n-??@subversion.tigris.org</em>).</p>
 
51
 
 
52
<p>Next to any information it <b>HACKING</b> pertinent to translating
 
53
Subversion output, additional information can be found in</p>
 
54
 
 
55
<blockquote>
 
56
<p><a href="http://svn.collab.net/repos/svn/trunk/TRANSLATING"
 
57
           >http://svn.collab.net/repos/svn/trunk/TRANSLATING</a></p>
 
58
</blockquote>
 
59
 
 
60
<p>Currently available translations can be found in
 
61
<a href="http://svn.collab.net/repos/svn/trunk/subversion/po/"
 
62
>the po section of the repository</a>.  Please contact the development
 
63
mailing list when you want to start a translation not available yet.</p>
 
64
 
 
65
<!-- ******************************************************************** -->
 
66
 
 
67
<h3>The Big Picture</h3>
 
68
 
 
69
<blockquote>
 
70
 
 
71
<p>(taken from the <a
 
72
href="http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=259"
 
73
>design document</a>)</p>
 
74
 
 
75
<p>
 
76
<img src="subversion-diagram.png" alt="Design Diagram"
 
77
     width="498" height="496"/>
 
78
</p>
 
79
 
 
80
</blockquote>
 
81
 
 
82
</div>
 
83
</body>
 
84
</html>