Hallo, dies ist ein Test.
PWD: /www/data-lst1/unixsoft/unixsoft/kaempfer/.public_html
Running in File Mode
Relative path: ./../../../../../server/data/WWW/manual.neu/svn.html
Real path: /www/server/data/WWW/manual.neu/svn.html
Zurück
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <link href="/css/apsite.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" /> <meta name="author" content="Documentation Group" /><meta name="email" content="docs@httpd.apache.org" /> <title>Documentation Project: Subversion - The Apache HTTP Server Project</title> </head> <body> <div id="page-header"> <p class="menu"> </p> <p class="apache"> </p> <a href="/"> <img alt="" width="800" height="72" src="/images/httpd_logo_wide_new.png" /> </a> </div> <!-- LEFT SIDE NAVIGATION --> <div id="apmenu"> <h1 id="essentials">Essentials</h1> <ul> <li><a href="/ABOUT_APACHE.html">About</a></li> <li><a href="http://www.apache.org/licenses/">License</a></li> <li><a href="http://wiki.apache.org/httpd/FAQ">FAQ</a></li> <li><a href="/security_report.html">Security Reports</a></li> </ul> <h1 id="downloading">Download!</h1> <ul> <li><a href="/download.cgi">From a Mirror</a></li> </ul> <h1 id="documentation"><a href="/docs/">Documentation</a></h1> <ul> <li><a href="/docs/2.4/">Version 2.4</a></li> <li><a href="/docs/2.2/">Version 2.2</a></li> <li><a href="/docs/2.0/">Version 2.0</a></li> <li><a href="/docs/trunk/">Trunk (dev)</a></li> <li><a href="http://wiki.apache.org/httpd/">Wiki</a></li> </ul> <h1 id="get-support">Get Support</h1> <ul> <li><a href="/support.html">Support</a></li> </ul> <h1 id="get-involved">Get Involved</h1> <ul> <li><a href="/lists.html">Mailing Lists</a></li> <li><a href="/bug_report.html">Bug Reports</a></li> <li><a href="/dev/">Developer Info</a></li> </ul> <h1 id="subprojects">Subprojects</h1> <ul> <li><a href="/docs-project/">Docs</a></li> <li><a href="/test/">Test</a></li> <li><a href="/test/flood/">Flood</a></li> <li><a href="/apreq/">libapreq</a></li> <li><a href="/modules">Modules</a></li> <li><a href="/mod_fcgid/">mod_fcgid</a></li> <li><a href="/mod_ftp/">mod_ftp</a></li> </ul> <h1 id="miscellaneous"><a href="/info/">Miscellaneous</a></h1> <ul> <li><a href="/contributors/">Contributors</a></li> <li><a href="http://www.apache.org/foundation/thanks.html">Sponsors</a></li> <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> </ul> </div> <!-- RIGHT SIDE INFORMATION --> <div id="apcontents"> <h1 id="documentation-project-subversion">Documentation Project: Subversion</h1> <p>The documentation of the Apache HTTP Server is in the same Subversion revision control repository as the code. If you wish to work on the documentation, you can check out the entire source code repository, or just the documentation.</p> <p>To check out the entire repository, you'll do the following:</p> <div class="codehilite"><pre><span class="n">svn</span> <span class="n">checkout</span> <span class="n">https:</span><span class="sr">//s</span><span class="n">vn</span><span class="o">.</span><span class="n">apache</span><span class="o">.</span><span class="n">org</span><span class="sr">/repos/</span><span class="n">asf</span><span class="sr">/httpd/</span><span class="n">httpd</span><span class="o">/</span><span class="n">trunk</span> <span class="n">httpd</span><span class="o">-</span><span class="n">trunk</span> <span class="n">svn</span> <span class="n">checkout</span> <span class="n">https:</span><span class="sr">//s</span><span class="n">vn</span><span class="o">.</span><span class="n">apache</span><span class="o">.</span><span class="n">org</span><span class="sr">/repos/</span><span class="n">asf</span><span class="sr">/httpd/</span><span class="n">httpd</span><span class="sr">/branches/</span><span class="mf">2.4</span><span class="o">.</span><span class="n">x</span> <span class="n">httpd</span><span class="o">-</span><span class="mf">2.4</span> </pre></div> <p>By checking out both trunk and 2.4, you'll be able to submit patches against both the development version, and the current latest released version.</p> <p>To check out just the documentation portion of the repository, append ' <code>/docs</code> ' to the end of the checkout URLs shown above. This will give you a much smaller checkout, but perhaps you'll lack some of the resources you might need to verify your documenation changes.</p> <h1 id="creating-a-patch">Creating a patch</h1> <p>Once you have a checkout, creating a patch takes four steps.</p> <ol> <li> <p>Update your checkout, to be sure that you have the latest changes in the repository, in case someone else has changed something since the last time you worked on the docs: <example>svn update</example></p> </li> <li> <p>Edit the file that you wish to modify. Make the desired changes, and then save your changes.</p> </li> <li> <p>At the command line, type the following to create a patch file: <example>svn diff > patch.txt</example></p> </li> <li> <p>Send email to the <code>docs@httpd.apache.org</code> mailing list and attach <code>patch.txt</code>.</p> </li> </ol> <p>If you have more than one changed file, you can supply the file name on the <code>svn diff</code> command line, in order to just record the changes in one file. <example>svn diff mod_rewrite.xml > mod_rewrite_patch.txt</example></p> <h1 id="see-also">See Also</h1> <p>See also the document on <a href="docsformat.html">documentation format and transformation</a> for details about verifying that your changes are compliant with our documentation format and standards. In your email message, indicate what branch of the code the patch is against (trunk, 2.4, 2.2, etc.) what file(s) are affected, and what change you are making. If it's in reference to a specific bug ticket, mention that, too.</p> <!-- FOOTER --> <div id="footer"> <p>Copyright © 2012 The Apache Software Foundation.<br /> Apache HTTP Server, Apache, and the Apache feather logo are trademarks of The Apache Software Foundation.</p> </div> </div> </body> </html>