Fix compiler warning due to missing function prototype.
[svn.git] / www / links.html
blob6d416c51aa2ffda65d47eefdc642ec1cc11c802d
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>Subversion Links</title>
13 </head>
15 <body>
16 <div class="app">
18 <h1 style="text-align: center;">Links</h1>
20 <p><b>Disclaimer:</b> These links are provided as a service to Subversion
21 users. Neither Tigris.org, CollabNet Inc. nor the Subversion team
22 guarantee the correctness, validity or usefulness of these links.</p>
24 <p>If you're looking for testimonials, please
25 see our <a href="testimonials.html">testimonials page</a> instead.</p>
27 <p>To add your link to this page, please make a patch against its source,
28 and follow the <a href="hacking.html#patches">patch submission guidelines</a>.
29 </p>
31 <div class="h2" id="mail-archives" title="mail-archives">
32 <h2>Mailing list archives</h2>
33 <ul>
34 <li><p><b>Home site mailing list archives</b><br/>
35 <a href="http://subversion.tigris.org/servlets/SearchList?listName=users"
36 >http://subversion.tigris.org/servlets/SearchList?listName=users</a>
37 <br/>
38 <a href="http://subversion.tigris.org/servlets/SearchList?listName=dev"
39 >http://subversion.tigris.org/servlets/SearchList?listName=dev</a>
40 <br/>
41 <a href="http://subversion.tigris.org/servlets/SearchList?listName=announce"
42 >http://subversion.tigris.org/servlets/SearchList?listName=announce</a>
43 <br/>
44 &nbsp;<br/>
45 Here you can locate an archived message and thread from its Message-ID:
46 <br/>
47 <a href="http://www.red-bean.com/threadfind/"
48 >http://www.red-bean.com/threadfind/</a><br/>
49 </p>
50 </li>
51 <li><p><b>Alternate (mirror) mailing list archives</b><br/>
52 The Haxx archives have a better user interface than the home site
53 archives:<br/>
54 <a href="http://svn.haxx.se/dev/"
55 >http://svn.haxx.se/dev/</a><br/>
56 <a href="http://svn.haxx.se/users/"
57 >http://svn.haxx.se/users/</a><br/>
58 &nbsp;<br/>
59 <a href="http://news.gmane.org/index.php?prefix=gmane.comp.version-control.subversion"
60 >http://news.gmane.org/index.php?prefix=gmane.comp.version-control.subversion</a><br/>
61 &nbsp;<br/>
62 <a href="http://marc.info/?l=subversion-announce"
63 >http://marc.info/?l=subversion-announce</a><br/>
64 <!--
65 <a href="http://marc.info/?l=subversion-breakage"
66 >http://marc.info/?l=subversion-breakage</a><br/>
67 -->
68 <a href="http://marc.info/?l=subversion-cvs"
69 >http://marc.info/?l=subversion-cvs</a>
70 (Actually, the svn commits list, misnamed)<br/>
71 <a href="http://marc.info/?l=subversion-dev"
72 >http://marc.info/?l=subversion-dev</a><br/>
73 <a href="http://marc.info/?l=subversion-issues"
74 >http://marc.info/?l=subversion-issues</a><br/>
75 <!--
76 <a href="http://marc.info/?l=subversion-users"
77 >http://marc.info/?l=subversion-users</a><br/>
78 -->
79 </p>
80 </li>
81 <li><p><b>Email-&gt;RSS Gateways</b><br/>
82 Alessandro Massaro has set up Email-&gt;RSS feeds for the users@
83 and announce@ mailing lists:<br/>
84 <a href="http://mailbucket.org/subversion-users.xml"
85 >http://mailbucket.org/subversion-users.xml</a><br/>
86 <a href="http://mailbucket.org/subversion-announce.xml"
87 >http://mailbucket.org/subversion-announce.xml</a><br/>
88 See <a
89 href="http://subversion.tigris.org/servlets/ReadMsg?list=users&amp;msgNo=56321"
90 >his email</a> about it for more.
91 </p>
92 </li>
93 </ul>
95 </div>
97 <div class="h2" id="dev-docs" title="dev-docs">
98 <h2>Documentation for developers</h2>
99 <ul>
100 <li><p><b>Subversion API Documentation</b><br/>
101 <a href="http://svn.collab.net/svn-doxygen/"
102 >http://svn.collab.net/svn-doxygen/</a></p>
103 </li>
104 </ul>
106 </div>
108 <div class="h2" id="books" title="books">
109 <h2>Books</h2>
110 <ul>
111 <li><p><b>"Version Control with Subversion"</b> -
112 A Subversion book by Ben Collins-Sussman, Brian
113 W. Fitzpatrick, and C. Michael Pilato;<br/>
114 treeware available from O'Reilly, plus full sources/HTML/PDF
115 available online<br/>
116 <a href="http://svnbook.red-bean.com/"
117 >http://svnbook.red-bean.com/</a></p>
118 </li>
120 <li><p><b>"Practical Subversion, Second Edition"</b> -
121 A Subversion book by Dan Berlin and Garrett Rooney;<br/>
122 one chapter free online<br/>
123 <a href="http://apress.com/book/bookDisplay.html?bID=10203"
124 >http://apress.com/book/bookDisplay.html?bID=10203</a></p>
125 </li>
127 <li><p><b>"Pragmatic Version Control Using Subversion"</b> -
128 A Subversion book by Mike Mason;<br/>
129 two chapters free online <br/>
130 <a href="http://www.pragmaticprogrammer.com/titles/svn/"
131 >http://www.pragmaticprogrammer.com/titles/svn/</a></p>
132 </li>
134 <li><p><b>"Subversion Version Control : Using the Subversion
135 Version Control System in Development Projects"</b> -
136 A Subversion book by William Nagel;<br/>
137 hardcopy published by Prentice Hall, downloadable as a PDF under the
138 Open Publication License;<br/>
139 <a href="http://www.williamnagel.net/svn.php"
140 >http://www.williamnagel.net/svn.php</a></p>
141 </li>
143 <li><p><b>"Subversion in Action"</b> -
144 A Subversion book by Jeffrey Machols;<br/>
145 two chapters free online<br/>
146 The book is available in pdf format only<br/>
147 <a href="http://www.manning.com/machols/"
148 >http://www.manning.com/machols/</a></p>
149 </li>
151 <li><p><b>"Subversion"</b> -
152 A German (Deutsch) Subversion book by Frank Budszuhn;<br/>
153 some chapters free online<br/>
154 <a href="http://www.galileocomputing.de/929?GPP=subversion"
155 >http://www.galileocomputing.de/929?GPP=subversion</a></p>
156 </li>
158 <li><p><b>"Versionsmanagement mit Subversion"</b> -
159 A German (Deutsch) Subversion book by Tobias Wassermann based on Subversion 1.4;<br/>
160 <a href="http://mitp.de/vmi/mitp/detail/pWert/1662/titel/Versionsmanagement%20mit%20Subversion"
161 >http://mitp.de/vmi/mitp/detail/pWert/1662/titel/Versionsmanagement%20mit%20Subversion</a></p>
162 </li>
163 </ul>
164 </div>
166 <div class="h2" id="clients" title="clients">
167 <h2>Clients and plugins</h2>
168 <ul>
169 <li><p><b>Aigenta Unified SCC</b> - Subversion/CVS add-in for
170 MSSCCI-compatible programs, including Microsoft Visual Studio
171 and other programs<br/>
172 <a href="http://aigenta.com/products/UnifiedScc.aspx"
173 >http://aigenta.com/products/UnifiedScc.aspx</a>
174 </p></li>
176 <li><p><b>AnkhSVN</b> - A Subversion addin for Microsoft
177 Visual Studio .NET<br/>
178 <a href="http://ankhsvn.tigris.org/"
179 >http://ankhsvn.tigris.org/</a>
180 </p></li>
182 <li><p><b>CW Subversion</b> - A VCS plugin for Metrowerks CodeWarrior<br/>
183 <a href="http://www.soundgeek.org/software/SubversionPlugin/"
184 >http://www.soundgeek.org/software/SubversionPlugin/</a>
185 </p></li>
187 <li><p><b>Eric</b> - Python IDE with Subversion integration;
188 written in PyQt, uses QScintilla editor widget<br/>
189 <a href="http://www.die-offenbachs.de/detlev/eric.html"
190 >http://www.die-offenbachs.de/detlev/eric.html</a>
191 </p></li>
193 <li><p><b>eSvn</b> - cross-platform QT-based GUI frontend to Subversion<br/>
194 <a href="http://esvn.umputun.com/"
195 >http://esvn.umputun.com/</a>
196 </p></li>
198 <li><p><b>FSVS</b> - fast subversion command-line client centered
199 around software deployment<br/>
200 <a href="http://fsvs.tigris.org/"
201 >http://fsvs.tigris.org/</a>
202 </p></li>
204 <li><p><b>JDeveloper</b> - Oracle's free integrated development
205 environment with end-to-end support for modeling, developing,
206 debugging, optimizing, and deploying Java applications and Web
207 services, now with a <a
208 href="http://www.oracle.com/technology/products/jdev/htdocs/partners/addins/exchange/subversion/subversion.html"
209 >Subversion plugin</a>.<br/>
210 (<i>Note that this is not an Open Source project.</i>)
211 <br/>
212 <a href="http://www.oracle.com/technology/products/jdev/"
213 >http://www.oracle.com/technology/products/jdev/</a>
214 </p></li>
216 <li><p><b>KDESvn</b> - A Subversion client for KDE<br/>
217 <a href="http://www.alwins-world.de/wiki/programs/kdesvn"
218 >http://www.alwins-world.de/wiki/programs/kdesvn</a>
219 </p></li>
221 <li><p><b>KSvn</b> - A Subversion client for KDE -- a plugin for Konqueror<br/>
222 <a href="http://apps.intra-links.com/"
223 >http://apps.intra-links.com/</a>
224 </p></li>
226 <li><p><b>Netbeans</b> - Sun's open source Java integrated
227 development environment. Includes a Subversion integration
228 module.<br/>
229 <a href="http://subversion.netbeans.org/"
230 >http://subversion.netbeans.org/</a>
231 </p></li>
233 <li><p><b>psvn.el</b> - A Subversion interface for emacs<br/>
234 <a href="http://xsteve.nit.at/prg/vc_svn/"
235 >http://xsteve.nit.at/prg/vc_svn/</a>
236 </p></li>
238 <li><p><b>QSvn</b> - A cross-platform GUI Subversion client<br/>
239 <a href="http://ar.oszine.de/projects/qsvn/"
240 >http://ar.oszine.de/projects/qsvn/</a>
241 </p></li>
243 <li><p><b>RapidSVN</b> - A cross-platform GUI front-end for Subversion<br/>
244 <a href="http://rapidsvn.tigris.org/"
245 >http://rapidsvn.tigris.org/</a>
246 </p></li>
248 <li><p><b>RSVN</b> - Python script which allows multiple
249 repository-side operations in a single, atomic transaction.<br/>
250 <a href="https://opensvn.csie.org/traccgi/rsvn/trac.cgi/wiki"
251 >https://opensvn.csie.org/traccgi/rsvn/trac.cgi/wiki</a>
252 </p></li>
254 <li><p><b>SmartSVN</b> - A cross-platform GUI client for Subversion<br/>
255 (<i>Not open source. Available in a free and a commercial
256 version.</i>)
257 <br/>
258 <a href="http://www.syntevo.com/smartsvn/"
259 >http://www.syntevo.com/smartsvn/</a>
260 </p></li>
262 <li><p><b>SCPlugin</b> - Subversion integration for Mac OS X Finder<br/>
263 <a href="http://scplugin.tigris.org/"
264 >http://scplugin.tigris.org/</a>
265 </p></li>
267 <li><p><b>Subclipse</b> - A Subversion Eclipse Plugin<br/>
268 <a href="http://subclipse.tigris.org/"
269 >http://subclipse.tigris.org/</a>
270 </p></li>
272 <li><p><b>Subcommander</b> - A cross-platform Subversion GUI client
273 including a visual text merge tool.<br/>
274 <a href="http://subcommander.tigris.org/"
275 >http://subcommander.tigris.org/</a>
276 </p></li>
278 <li><p><b>Subversive</b> - A Subversion Eclipse Plugin<br/>
279 <a href="http://www.polarion.org/index.php?page=overview&amp;project=subversive"
280 >http://www.polarion.org/index.php?page=overview&amp;project=subversive</a>
281 </p></li>
283 <li><p><b>SvnX</b> - A Mac OS X Panther GUI client.<br/>
285 href="http://www.lachoseinteractive.net/en/community/subversion/svnx/"
286 >http://www.lachoseinteractive.net/en/community/subversion/svnx/</a>
287 </p></li>
289 <li><p><b>SVN SCC Proxy</b> - A SCC add-in for SVN<br/>
290 (<i>Note that this is not an Open Source project.</i>)
291 <br/>
292 <a href="http://www.pushok.com/soft_svn.php"
293 >http://www.pushok.com/soft_svn.php</a>
294 </p></li>
296 <li><p><b>TortoiseSVN</b> - A Subversion client, implemented as a windows
297 shell extension<br/>
298 <a href="http://tortoisesvn.tigris.org/"
299 >http://tortoisesvn.tigris.org/</a>
300 </p></li>
302 <li><p><b>Vcscommand.vim</b> - CVS/SVN/SVK integration plugin
303 for the vim editor<br/>
304 <a href="http://www.vim.org/scripts/script.php?script_id=90">http://www.vim.org/scripts/script.php?script_id=90</a>
305 </p></li>
307 <li><p><b>VisualSVN</b> - Subversion integration for Visual Studio .NET
308 2003 &amp; 2005<br/>
309 (<i>This is a commercial closed-source product.</i>)
310 <br/>
311 <a href="http://www.visualsvn.com">http://www.visualsvn.com</a>
312 </p></li>
314 <li><p><b>WLW-SVN</b> - WebLogic Workshop (8.1.3/8.1.4)
315 Extension for Subversion<br/>
316 <a href="https://wlw-svn.projects.dev2dev.bea.com/"
317 >https://wlw-svn.projects.dev2dev.bea.com/</a>
318 </p></li>
320 <li><p><b>WorkBench</b> - Cross platform software development GUI
321 built on Subversion written in Python<br/>
322 <a href="http://pysvn.tigris.org/"
323 >http://pysvn.tigris.org/</a>
324 </p></li>
326 <li><p><b>ZigVersion</b> - a Subversion Interface for Mac OS X. Aims to
327 design an interface around the typical workflows of programmers.<br/>
328 (<i>Note that this is not open source.</i>)
329 <br/>
330 <a href="http://zigversion.com/"
331 >http://zigversion.com/</a>
332 </p></li>
334 </ul>
336 </div>
338 <div class="h2" id="bindings" title="bindings">
339 <!-- leaving old "lang_bindings" id for compatibility -->
340 <h2 id="lang_bindings">Subversion Language bindings</h2>
341 <ul>
342 <li><p><b>Subversion</b> -
344 href="http://svn.collab.net/repos/svn/trunk/subversion/bindings/swig/python/">Python</a>,
346 href="http://svn.collab.net/repos/svn/trunk/subversion/bindings/swig/perl/">Perl</a>,
348 href="http://svn.collab.net/repos/svn/trunk/subversion/bindings/javahl/">Java</a>,
349 and <a
350 href="http://svn.collab.net/repos/svn/trunk/subversion/bindings/swig/ruby/">Ruby</a>
351 bindings to Subversion API analogous to the core C API<br/>
352 <a href="http://subversion.tigris.org/"
353 >http://subversion.tigris.org/</a>
354 </p></li>
356 <li><p><b>PySVN</b> - Object-oriented Python bindings for the
357 Subversion client API<br/>
358 <a href="http://pysvn.tigris.org/"
359 >http://pysvn.tigris.org/</a>
360 </p></li>
362 <li><p><b>SVNKit</b> - Pure Java Subversion client library<br/>
364 <a href="http://svnkit.com/"
365 >http://svnkit.com/</a>
366 </p></li>
368 <li><p><b>SVNCPP</b> - C++ object oriented bindings for the
369 Subversion client API<br/>
371 <a href="http://rapidsvn.tigris.org/"
372 >http://rapidsvn.tigris.org/</a>
373 </p></li>
375 <li><p><b>SubversionSharp</b> - C# bindings<br/>
376 <a href="http://www.softec.st/SubversionSharp"
377 >http://www.softec.st/SubversionSharp</a>
378 </p></li>
380 <li><p><b>PECL SVN (PHP)</b> - PHP bindings<br/>
381 <a href="http://pecl.php.net/package/svn"
382 >http://pecl.php.net/package/svn</a>
383 </p></li>
384 </ul>
386 </div>
388 <div class="h2" id="converters" title="converters">
389 <h2>Repository converters</h2>
390 <ul>
391 <li><p><b>cvs2svn</b> - CVS to Subversion conversion<br/>
392 cvs2svn has become its own project now, look at:<br/>
393 <a href="http://cvs2svn.tigris.org/"
394 >http://cvs2svn.tigris.org/</a>
395 </p></li>
397 <li><p><b>p42svn</b> - Perforce to Subversion conversion<br/>
398 A Perl script which converts a Perforce depot to a
399 Subversion repository<br/>
400 <a href="http://p42svn.tigris.org/"
401 >http://p42svn.tigris.org/</a>
402 </p></li>
404 <li><p><b>rcs2svn</b> - RCS to Subversion conversion<br/>
405 A Perl script which converts RCS repositories to a
406 Subversion repository<br/>
407 <a href="http://www.coelho.net/rcs2svn.html"
408 >http://www.coelho.net/rcs2svn.html</a>
409 </p></li>
411 <li><p><b>sccs2svn.py</b> - SCCS to Subversion conversion<br/>
412 A Python script which converts SCCS repositories to a
413 Subversion repository<br/>
414 <a href="http://sccs2svn.berlios.de/"
415 >http://sccs2svn.berlios.de/</a>
416 </p></li>
418 <li><p><b>svn-dump2dir</b> and <b>svn-dir2dump</b> - Convert
419 back and forth between a subversion dump file and a subversion
420 dump directory.<br/> A "dump directory" is isomorphic to a dump
421 file but all of the fields have been exploded out into their own
422 files so that the field length counts are implicit. It is
423 straightforward to hack on or patch the history a subversion
424 repository when in this dump directory form. Also includes a
425 reimplementation of patch that is more helpful when files are
426 missing, as occurs in the incremental dump form. A precise
427 grammar for the subversion dump file format is also
428 provided.<br/>
429 <a href="http://www.cubewano.org/blacktackle"
430 >http://www.cubewano.org/blacktackle</a>
431 </p></li>
433 <li><p><b>SVN Importer</b> - Migrate to SVN from MKS, VSS,
434 ClearCase, Star Team, PVCS, CVS<br/>
435 <a href="http://www.polarion.org/index.php?page=overview&amp;project=svnimporter"
436 >http://www.polarion.org/index.php?page=overview&amp;project=svnimporter</a>
437 </p></li>
439 <li><p><b>Tailor</b> - a tool to migrate changesets between ArX,
440 Bazaar, Bazaar-NG, CVS, Codeville, Darcs, Git, Mercurial,
441 Monotone, Subversion and Tla repositories.
442 Supports incremental conversion.<br/>
443 <a href="http://www.darcs.net/DarcsWiki/Tailor"
444 >http://www.darcs.net/DarcsWiki/Tailor</a>
445 </p></li>
447 <li><p><b>vss2svn</b> - Microsoft Visual Source Safe (VSS) to
448 Subversion<br/>
449 <a href="http://www.pumacode.org/projects/vss2svn"
450 >http://www.pumacode.org/projects/vss2svn</a>
451 </p></li>
453 </ul>
455 </div>
457 <div class="h2" id="community-sites" title="community-sites">
458 <!-- old "community_sites" id left for compatibility -->
459 <h2 id="community_sites">Community sites</h2>
460 <ul>
461 <li><p><b>Subversionary</b> - A
462 <a href="http://subwiki.tigris.org/">SubWiki</a>-based site
463 for the promotion of Subversion and for collecting information
464 on how to configure and use Subversion.<br/>
465 <a href="http://www.subversionary.org/"
466 >http://www.subversionary.org/</a></p>
467 </li>
468 <li><p><b>SVNForum</b> - A Subversion community help and discussion
469 forum for exchanging information and tips with other Subversion
470 users.<br/>
471 <a href="http://svnforum.org/"
472 >http://svnforum.org/</a></p>
473 </li>
474 <li><p><b>Subversion Wiki</b> - A
475 <a href="http://www.mediawiki.org/">Mediawiki</a>-based Wiki
476 for best-practices, configuration and usage of Subversion and
477 related tools.<br/>
478 <a href="http://www.orcaware.com/svn/wiki/"
479 >http://www.orcaware.com/svn/wiki/</a></p>
480 </li>
482 <li><p><b>openCollabNet</b> - Contains downloads (such as
483 Subversion compiled and tested by CollabNet), technical
484 content, training and ways to interact with CollabNet's
485 Subversion engineers (via forums or the <a
486 href="http://blogs.open.collab.net/svn/">Submerged
487 blog</a>). Become a member and get more, such as a free online
488 Subversion training class.<br/>
489 <a href="http://open.collab.net/"
490 >http://open.collab.net/</a></p>
491 </li>
492 </ul>
494 </div>
496 <div class="h2" id="hosting" title="hosting">
497 <h2>Sites that Offer Subversion Hosting</h2>
499 <ul>
501 <li><p><strong>berlios.de</strong>: free hosting for open-source projects<br/>
502 <a href="http://www.berlios.de/"
503 >http://www.berlios.de/</a></p>
505 <p><em>"The goal of BerliOS is to provide support for different
506 interest groups in the area of Open Source Software
507 (OSS). Our aim is to fulfil a neutral mediator function. The
508 target groups of BerliOS are on one hand the developers and
509 users of Open Source Software and on the other hand
510 commercial manufacturers of OSS operating systems and
511 applications as well as support companies."</em></p>
512 </li>
514 <li><p><strong>ObjectWeb</strong>: open source middleware<br/>
515 <a href="http://www.objectweb.org/"
516 >http://www.objectweb.org/</a></p>
518 <p><em>"ObjectWeb is an international consortium fostering the
519 development of open-source middleware for cutting-edge
520 applications: EAI, e-business, clustering, grid computing,
521 managed services and more."</em> Their hosting software is
522 GForge, with integrated Subversion support. See
524 href="http://www.objectweb.org/phorum/read.php?f=49&amp;i=37&amp;t=37"
525 >http://www.objectweb.org/phorum/read.php?f=49&amp;i=37&amp;t=37</a>
526 for details.</p>
527 </li>
529 <li><p><strong>CollabNet</strong>: commercial software development
530 collaboration platform, with Subversion integration<br/>
531 <a href="http://www.collab.net/subversion/"
532 >http://www.collab.net/subversion/</a></p>
534 <p><em>"CollabNet Enterprise Edition (CEE) delivers a complete
535 software development and collaboration platform, offered as
536 a managed service, with full Subversion integration.
537 CollabNet also offers Subversion On Demand, a hosted
538 Subversion development environment, and Subversion support
539 and training."</em></p>
540 </li>
542 <li><p><strong>CVSDude</strong>: free and commercial Subversion
543 hosting<br/>
544 <a href="http://cvsdude.com/"
545 >http://cvsdude.com/</a></p>
547 <p><em>"CVSDude is a free CVS server and Subversion server. We
548 provide cvs hosting and Subversion hosting for software
549 developers, software teams, graphic artists, project
550 managers and the like. You can use your favourite software
551 client to access our CVS and Subversion servers. Our basic
552 or 'free' service is limited but we do offer commercial
553 upgrades..."</em></p>
554 </li>
556 <li><p><strong>SourceHosting.net</strong>: commercial Subversion hosting<br/>
557 <a href="http://www.sourcehosting.net/"
558 >http://www.sourcehosting.net/</a></p>
560 <p><em>"SourceHosting.net provides fully-managed Subversion hosting, as
561 well as Bugzilla and CVS hosting packages. Hourly, secure offsite
562 backups are included in all of our hosting plans, and add-on tools
563 such as WebSVN and CVSweb are available as well."</em></p>
564 </li>
566 <li><p><strong>wush.net</strong>: commercial Subversion hosting<br/>
567 <a href="http://www.wush.net/"
568 >http://www.wush.net/</a></p>
570 <p><em>"We provide professional quality Subversion hosting for
571 individuals and small businesses. Our plans include a suite
572 of integrated software designed to complement
573 Subversion."</em></p>
574 </li>
576 <li><p><strong>hosted-projects.com</strong>: commercial Subversion
577 hosting<br/>
578 <a href="http://www.hosted-projects.com"
579 >http://www.hosted-projects.com/</a></p>
581 <p><em>"svn-hosting.com provides professional Subversion hosting.
582 We offer everything from small repositories to dedicated
583 Subversion servers to provide you a stable backend for your
584 critical work."</em></p>
585 </li>
587 <li><p><strong>ProjectLocker</strong>: commercial Subversion hosting<br/>
588 <a href="http://www.projectlocker.com/"
589 >http://www.projectlocker.com/</a></p>
591 <p><em>"ProjectLocker offers professional Subversion hosting, as
592 well as additional development process, project management,
593 and collaboration tools."</em></p>
594 </li>
596 <li><p><strong>Gna!</strong>: free hosting for Projects under a
597 GPL-compatible license<br/>
598 <a href="https://gna.org/index.php"
599 >https://gna.org/index.php</a></p>
600 <p><em>"Gna! project [is] a central point for development, distribution
601 and maintenance of Libre Software (Free Software) projects."</em></p>
602 </li>
604 <li><p><strong>http://www.projxpert.com/</strong>: professional
605 software project hosting site<br />
606 <a href="http://www.projxpert.com/"
607 >http://www.projxpert.com/</a></p>
608 </li>
610 <li><p><strong>DevGuard.com</strong>: commercial Subversion hosting<br/>
611 <a href="http://www.devguard.com/">http://www.devguard.com/</a></p>
613 <p><em>"DevGuard.com offers commercial Subversion hosting for
614 individuals and small businesses. Secure, encrypted data
615 transfer, fast network access, easy to use web admin
616 interface."</em></p>
617 </li>
619 <li><p><strong>AVLUX&nbsp;Solutions</strong>:
620 commercial Subversion hosting<br/>
621 <a href="http://www.avlux.net/">http://www.avlux.net/</a></p>
623 <p><em>"full-service" web hosting, including (among other
624 things) Subversion repositories and WebSVN.</em></p>
625 </li>
627 <li><p><strong>GeekISP</strong>:
628 commercial Subversion hosting<br/>
629 <a href="http://www.geekisp.com/">http://www.geekisp.com/</a></p>
631 <p><em>"GeekISP includes CVS and SVN repositories with all
632 accounts."</em></p>
633 </li>
635 <li><p><strong>TextDrive</strong>:
636 commercial Subversion hosting<br/>
637 <a href="http://textdrive.com/">http://textdrive.com/</a></p>
639 <p><em>Repository hosting services, from shared hosting to fully
640 managed dedicated server clusters.</em></p>
641 </li>
643 <li><p><strong>Labyrinth Data Services</strong>:
644 commercial Subversion hosting<br/>
645 <a href="http://www.labyrinthdata.net.au/"
646 >http://www.labyrinthdata.net.au/</a></p>
648 <p><em>Australian-based Linux shell accounts and web hosting;
649 unlimited Subversion repositories with all accounts.</em></p>
650 </li>
652 <li><p><strong>SourceForge.net</strong>:
653 no-charge hosting for open-source projects<br/>
654 <a href="http://sourceforge.net/"
655 >http://sourceforge.net/</a></p>
657 <p><em>Probably the largest open source project hosting site on
658 the Net.</em></p>
659 </li>
661 <li><p><strong>hosted-projects.com</strong>:
662 commercial Subversion hosting<br/>
663 <a href="http://www.hosted-projects.com">http://www.hosted-projects.com</a></p>
664 <p><em>hosted-projects.com is a company specialized in web hosting services for
665 software project teams offering the Subversion revision control system coupled
666 with project and issue management software like Trac and Bugzilla.</em></p>
667 </li>
669 <li><p><strong>google.com</strong>:
670 free Subversion hosting for open source projects<br/>
671 <a href="http://code.google.com/hosting/">http://code.google.com/hosting/</a></p>
673 <em>"Our new hosting service offers a collaborative development
674 environment that includes: project workspaces with simple membership controls;
675 version control via Subversion;
676 issue tracking;
677 mailing lists at groups.google.com."
678 </em></p>
679 </li>
681 <li><p><strong>myVersionControl.com</strong>:
682 Subversion Hosting and Project Management<br/>
683 <a href="http://www.myversioncontrol.com/"
684 >http://www.myversioncontrol.com/</a></p>
686 <em>Commercial Subversion hosting, integrated with
687 other project management services.</em></p>
688 </li>
690 <li><p><strong>Versionshelf.com</strong>:
691 commercial Subversion hosting with free service for students and
692 teachers<br/>
693 <a href="http://www.versionshelf.com/"
694 >http://www.versionshelf.com/</a></p>
695 <p><em>Versionshelf has a streamlined webinterface to configure
696 and access repositories, users, ACLs, rss feeds, external
697 commit triggers, backups... easily. Access is always secured
698 through 128-bit SSL data encryption.</em></p>
699 </li>
701 <li><p><strong>Assembla</strong>: "... free workspaces with
702 unlimited team size and integrated tools like wiki,
703 discussion, alerts, Subversion, Trac,..." [and more]<br/>
704 <a href="http://www.assembla.com/">http://www.assembla.com/</a></p>
705 </li>
707 <li><p><strong>Code Spaces</strong>:
708 free and commercial Subversion hosting<br/>
709 <a href="http://www.codespaces.com/"
710 >http://www.CodeSpaces.com/</a></p>
711 <p><em>"Code Spaces is a development and collaboration platform build on
712 top of Subversion, featuring Issue Tracking, Project Management
713 and much more. Code Spaces offers free plans for single users
714 and open source or non profit projects..."</em></p>
715 </li>
717 <li><p><strong>Beanstalk</strong>:
718 hosted Subversion management and integration service<br/>
719 <a href="http://www.beanstalkapp.com/"
720 >http://www.beanstalkapp.com/</a></p>
721 <p><em>"Beanstalk is a hosted Subversion system, making it easy
722 for anyone to set up, browse, track, and manage Subversion
723 repositories. Beanstalk has built-in integration with [...]
724 tools such as Basecamp, FogBugz, and Lighthouse."</em></p>
725 </li>
727 <li><p><strong>8svn</strong>: pay-as-you-go subversion hosting<br/>
728 <a href="http://www.8svn.com/"
729 >http://www.8svn.com/</a></p>
731 <p><em>"Unlimited Subversion hosting with no monthly fees.
732 Pay-as-you-go pricing with an unlimited number of
733 repositories and users."</em></p>
734 </li>
736 <li><p><strong>Springloops</strong>: hosted Subversion dedicated to
737 web developers<br/>
738 <a href="http://www.springloops.com/"
739 >http://www.springloops.com/</a></p>
741 <p><em>"Unique source browser, pretty change reviews, code deployments
742 and more dedicated to everyday web development."</em></p>
743 </li>
745 </ul>
747 </div>
749 <div class="h2" id="high-level-tools" title="high-level-tools">
750 <!-- old "high_level_tools" id left for compatibility -->
751 <h2 id="high_level_tools">Higher-level tools that use Subversion</h2>
752 <ul>
753 <li><p><b>Trac</b> - Trac is a minimalistic web-based software project
754 management and bug/issue tracking system. It provides an
755 interface to revision control systems (Subversion),
756 an integrated Wiki and convenient report facilities.<br/>
757 <a href="http://trac.edgewall.org/"
758 >http://trac.edgewall.org/</a>
759 </p></li>
761 <li><p><b>Subissue</b> - Track issues directly in your
762 Subversion repository [<i>in planning stage</i>]<br/>
763 <a href="http://subissue.tigris.org/"
764 >http://subissue.tigris.org/</a>
765 </p></li>
767 <li><p><b>Subwiki</b><br/>
768 <a href="http://subwiki.tigris.org/"
769 >http://subwiki.tigris.org/</a>
770 </p></li>
772 <li><p><b>SharpForge</b> - SharpForge is an open source, c#, asp
773 net 2.0, project management web application.<br/>
774 <a href="http://sharpforge.org"
775 >http://sharpforge.org</a>
776 </p></li>
778 <li><p><b>svk</b> - a decentralized version control system based on
779 subversion<br/>
780 <a href="http://svk.elixus.org/"
781 >http://svk.elixus.org/</a>
782 </p></li>
784 <li><p><b>submaster</b> - SubMaster is a system for distributed
785 software development, based on Subversion.<br/>
786 <a href="http://www.rocklinux.org/wiki/SubMaster"
787 >http://www.rocklinux.org/wiki/SubMaster</a>
788 </p></li>
790 <li><p><b>Codestriker</b> - a free, open-sourced, collaborative
791 code reviewing system; allows teams of developers using
792 Subversion (or other SCMs) to create and manage code review
793 topics.<br/>
794 <a href="http://codestriker.sourceforge.net/"
795 >http://codestriker.sourceforge.net/</a>
796 </p></li>
798 <li><p><b>Scmbug</b> - integrates software configuration management
799 with bug-tracking. It aims to be a universal tool that glues
800 version control systems to bug-tracking systems.<br/>
801 <a href="http://freshmeat.net/projects/scmbug/"
802 >http://freshmeat.net/projects/scmbug/</a>
803 </p></li>
805 <li><p><b>BugTracker.NET</b> - a free, open source, web-based issue
806 tracker for .NET.<br/>
807 <a href="http://ifdefined.com/bugtrackernet.html"
808 >http://ifdefined.com/bugtrackernet.html</a>
809 </p></li>
811 <li><p><b>Collaboa</b> - Repository browser and issue tracker,
812 similar to Trac.<br/>
813 <a href="http://collaboa.org/"
814 >http://collaboa.org</a>
815 </p></li>
817 <li><p><b>DITrack</b> - Lightweight distributed issue tracking system
818 using Subversion repository instead of a backend database.<br/>
819 <a href="http://www.ditrack.org/"
820 >http://www.ditrack.org</a>
821 </p></li>
823 <li><p><b>FastTrack</b> - FastTrack is a zero administration tool
824 providing project work planning and tracking integrated into
825 Eclipse. All the tracker data are stored in and shared
826 through Subversion.<br/>
827 (<i>Not open source, but free of charge.</i>)<br/>
828 <a href="http://www.polarion.org/index.php?page=overview&amp;project=fasttrack"
829 >http://www.polarion.org/index.php?page=overview&amp;project=fasttrack</a>
830 </p></li>
832 <li><p><b>USVN</b> - A web interface to manage Subversion repositories, providing
833 an easy way to apply access rights on files in the repository.<br/>
834 <a href="http://www.usvn.info/"
835 >http://www.usvn.info/</a>
836 </p></li>
838 <li><p><b>VoilaSVN</b> - Web interface for searching Subversion
839 repositories on content, path names, properties and dates;
840 user admininstration with access control; online diff.<br/>
841 (<i>Not open source. There is a free-of-charge edition.</i>)
842 <a href="http://www.voilasvn.com/main/page_download.html"
843 >http://www.voilasvn.com/main/page_download.html</a>
844 </p></li>
846 </ul>
848 </div>
850 <div class="h2" id="browsers" title="browsers">
851 <!-- old "repos_browsing" id left for compatibility -->
852 <h2 id="repos_browsing">Repository browsing tools</h2>
853 <ul>
854 <li><p><b>SVN::Web</b><br/>
855 <a href="http://search.cpan.org/~nikc/SVN-Web/lib/SVN/Web.pm"
856 >http://search.cpan.org/~nikc/SVN-Web/lib/SVN/Web.pm</a>
857 </p></li>
859 <li><p><b>ViewVC (formerly known as ViewCVS)</b><br/>
860 <a href="http://www.viewvc.org/"
861 >http://www.viewvc.org/</a><br/>
862 </p></li>
864 <li><p><b>WebSVN</b><br/>
865 <a href="http://websvn.tigris.org/"
866 >http://websvn.tigris.org/</a>
867 </p></li>
869 <li><p><b>Insurrection</b> - Web Access to Subversion<br/>
870 <a href="http://insurrection.tigris.org/"
871 >http://insurrection.tigris.org/</a><br/>
872 Repository at <a href="http://svn.sinz.com/svn/Insurrection/"
873 >http://svn.sinz.com/svn/Insurrection/</a>
874 </p></li>
876 <li><p><b>Chora</b><br/>
877 <a href="http://www.horde.org/chora/"
878 >http://www.horde.org/chora/</a>
879 </p></li>
881 <li><p><b>SVN::RaWeb::Light</b><br/>
882 <a href="http://web-cpan.berlios.de/modules/SVN-RaWeb-Light/"
883 >http://web-cpan.berlios.de/modules/SVN-RaWeb-Light/</a>
884 </p></li>
886 <li><p><b>FlexySvn</b><br/>
887 <a href="http://www.akbkhome.com/blog.php/View/90/FlexySvn.html"
888 >http://www.akbkhome.com/blog.php/View/90/FlexySvn.html</a>
889 </p></li>
891 <li><p><b>perl_svn</b><br/>
892 <a href="http://www.osdevel.org/projects/show/16?lang=en"
893 >http://www.osdevel.org/projects/show/16?lang=en</a>
894 </p></li>
896 <li><p><b>mod_svn_view</b><br/>
897 <a href="http://www.outoforder.cc/projects/apache/mod_svn_view/"
898 >http://www.outoforder.cc/projects/apache/mod_svn_view/</a>
899 </p></li>
901 <li><p><b>bsSvnBrowser</b><br />
902 <a href="https://bssvnbrowser.bountysource.com/docs/install"
903 >https://bssvnbrowser.bountysource.com/docs/install</a>
904 </p></li>
906 <li><p><b>sventon</b> - Java web application for browsing Subversion
907 repositories<br/>
908 <a href="http://www.sventon.org/"
909 >http://www.sventon.org/</a>
910 </p></li>
912 <li><p><b>WebClient for SVN</b> - A web interface for Subversion
913 repositories. Offers browsing and simple write operations.<br/>
914 <a href="http://www.polarion.org/index.php?page=overview&amp;project=svnwebclient"
915 >http://www.polarion.org/index.php?page=overview&amp;project=svnwebclient</a>
916 </p></li>
918 <li><p>See also: <b>Trac</b> and <b>Collaboa</b> in the <a
919 href="#high-level-tools"><i>Higher-level tools</i> section above</a>,
920 which include repository browsing along with other functionality.
921 </p></li>
923 </ul>
925 </div>
927 <div class="h2" id="misc-utils" title="misc-utils">
928 <!-- old "misc_utils" id left for compatibility -->
929 <h2 id="misc_utils">Miscellaneous Utilities</h2>
930 <ul>
931 <li><p><b>Bugzilla/SVN integration</b> - simple scripts to integrate
932 <a href="http://www.bugzilla.org/">Bugzilla</a> with Subversion.<br/>
933 <a href="http://sean-janus.optionpc.com/me/software/bugtraq/"
934 >http://sean-janus.optionpc.com/me/software/bugtraq/</a>
935 </p></li>
937 <li><p><b>CommitMonitor</b> - Windows tool to monitor repositories for
938 new commits.<br />
939 <a href="http://tools.tortoisesvn.net/CommitMonitor"
940 >http://tools.tortoisesvn.net/CommitMonitor</a>
941 </p></li>
943 <li><p><b>CQ2SVN</b> - bi-directional integration between
944 Subversion and IBM Rational ClearQuest. Enables users to
945 record a set of modified files and developer comments within a
946 ClearQuest change record.<br/>
947 (<i>closed-source, commercial</i>)
948 <br/>
949 <a href="http://www.clearvision-cm.com/products/clearquest-subversion-integration.html"
950 >http://www.clearvision-cm.com/products/clearquest-subversion-integration.html</a>
951 </p></li>
953 <li><p><b>JIRA Subversion plugin</b> - A plugin to integrate
954 <a href="http://www.atlassian.com/software/jira/">JIRA</a>
955 with Subversion.<br/>
956 <a href="http://confluence.atlassian.com/display/JIRAEXT/JIRA+Subversion+plugin"
957 >http://confluence.atlassian.com/display/JIRAEXT/JIRA+Subversion+plugin</a>
958 </p></li>
960 <li><p><b>Piston</b> - "Easy Vendor Branch Management"<br/>
961 <a href="http://piston.rubyforge.org/"
962 >http://piston.rubyforge.org/</a>
963 </p></li>
965 <li><p><b>Scord</b> - Reduce the disk space used by a Subversion
966 working copy with large and/or many files.<br/>
967 <a href="http://scord.sourceforge.net/"
968 >http://scord.sourceforge.net/</a>
969 </p></li>
971 <li><p><b>Suafe</b> - "Subverion User Authorization File
972 Editor." Java Swing GUI application used to edit Subversion
973 authz files. Includes a robust command line interface for
974 scripting authz file edits.<br/>
975 <a href="http://code.google.com/p/suafe/"
976 >http://code.google.com/p/suafe/</a>
977 </p></li>
979 <li><p><b>SupoSE</b> - "Subversion Repository Search Engine."
980 Java program to perform full-text keyword search querying of
981 entire Subversion repositories (including the history).<br/>
982 <a href="http://supose.soebes.de/"
983 >http://supose.soebes.de/</a>
984 </p></li>
986 <li><p><b>SVN Notifier</b> - Windows program to watch repository
987 for changes.<br/>
988 <a href="http://svnnotifier.tigris.org/"
989 >http://svnnotifier.tigris.org/</a>
990 </p></li>
992 <li><p><b>SvnReporter</b> - Python script to generate various
993 reports from Subversion commits.<br/>
994 <a href="http://www.calins.ch/software/SvnReporter.html"
995 >http://www.calins.ch/software/SvnReporter.html</a>
996 </p></li>
998 <li><p><b>SvnDumpTool</b> - Python classes and front-end script
999 to fix eol, export files from, join, merge, split, check...
1000 Subversion dump files.<br/>
1001 <a href="http://svn.borg.ch/svndumptool/"
1002 >http://svn.borg.ch/svndumptool/</a>
1003 </p></li>
1005 <li><p><b>svn-merge-repos.pl</b> - A basic perl script to
1006 merge several repositories into one, in date order.<br/>
1007 <a href="http://www.coelho.net/svn-merge-repos.html"
1008 >http://www.coelho.net/svn-merge-repos.html</a>
1009 </p></li>
1011 <li><p><b>StatSVN</b> - A build tool that generates statistics
1012 from your repository. Includes the number of lines of code
1013 over time, the contributions of each developer, the evolution
1014 of modules, directories, files, the time and days were most
1015 checkins happen, etc. It also shows the commit logs and
1016 integrates out of the box with ViewVC, BugZilla, Chora and
1017 others.<br/>
1018 <a href="http://www.statsvn.org">http://www.statsvn.org</a>
1019 </p></li>
1021 <li><p><b>VersionLink</b> - Tool for users of TechExcel DevTrack
1022 to integrate with Subversion.<br/>
1023 <a href="http://www.techexcel.com/products/devtrack/subversion.html"
1024 >http://www.techexcel.com/products/devtrack/subversion.html</a>
1025 </p></li>
1027 </ul>
1029 </div>
1031 <div class="h2" id="misc-resources" title="misc-resources">
1032 <!-- old "misc_resources" id left for compatibility -->
1033 <h2 id="misc_resources">Miscellaneous Resources</h2>
1034 <ul>
1035 <li><p><b>Conectiva Linux's Subversion documentation</b>
1036 Very thorough documentation about how one group arranged their
1037 Subversion repository, standardized processes, etc.<br/>
1038 <a href="https://moin.conectiva.com.br/RepositorySystem"
1039 >https://moin.conectiva.com.br/RepositorySystem</a>
1040 </p></li>
1042 <li><p><b>Segetech Open Source Rendezvous</b>
1043 Detailed guide to configuring open source collaboration tools
1044 such as Subversion, Bugzilla, and MediaWiki so that they work
1045 in concert.<br/>
1046 <a href="http://oss.segetech.com/bugzilla-svn-wiki.html"
1047 >http://oss.segetech.com/bugzilla-svn-wiki.html</a>
1048 </p></li>
1050 <li><p><b>SubTrain - Open Source Training Materials</b>
1051 Open source training materials, including a customizable set
1052 of slides, aimed at companies migrating to Subversion.<br/>
1053 <a href="http://www.polarion.org/index.php?page=overview&amp;project=subtrain"
1054 >http://www.polarion.org/index.php?page=overview&amp;project=subtrain</a>
1055 </p></li>
1057 </ul>
1059 </div>
1061 <div class="h2" id="articles" title="articles">
1062 <h2>Articles and Reviews</h2>
1064 <ul>
1065 <li><p><b>"CVS is out, Subversion is in"</b>
1066 <i>by Chip Turner</i><br />
1067 <a href="http://www.redhat.com/magazine/010aug05/features/subversion/">
1068 http://www.redhat.com/magazine/010aug05/features/subversion/</a></p>
1069 </li>
1071 <li><p><b>"The Subversion Project: Building a Better CVS"</b>
1072 <i>by Ben Collins-Sussman</i><br />
1073 <a href="http://www.linuxjournal.com/article/4768">
1074 http://www.linuxjournal.com/article/4768</a></p>
1075 </li>
1077 <li><p><b>"Single-User Subversion"</b>
1078 <i>by Rafael Garcia-Suarez</i><br />
1079 <a href="http://www.onlamp.com/pub/a/onlamp/2002/10/31/subversion.html">
1080 http://www.onlamp.com/pub/a/onlamp/2002/10/31/subversion.html</a></p>
1081 </li>
1083 <li><p><b>"Multiuser Subversion"</b>
1084 <i>by Rafael Garcia-Suarez</i><br />
1085 <a href="http://www.onlamp.com/pub/a/apache/2002/12/19/svn2.html">
1086 http://www.onlamp.com/pub/a/apache/2002/12/19/svn2.html</a></p>
1087 </li>
1089 <li><p><b>"Using the Subversion Client API"</b>
1090 <i>by Garrett Rooney</i><br />
1091 Part 1:
1092 <a href="http://www.linuxdevcenter.com/pub/a/linux/2003/04/24/libsvn1.html">
1093 http://www.linuxdevcenter.com/pub/a/linux/2003/04/24/libsvn1.html</a>
1094 <br />
1095 Part 2:
1096 <a href="http://www.linuxdevcenter.com/pub/a/linux/2003/05/15/libsvn2.html">
1097 http://www.linuxdevcenter.com/pub/a/linux/2003/05/15/libsvn2.html</a></p>
1098 </li>
1100 <li><p><b>Subversion articles</b>
1101 <i>by Shlomi Fish</i><br />
1102 <a href="http://better-scm.berlios.de/docs/shlomif-evolution.html">
1103 http://better-scm.berlios.de/docs/shlomif-evolution.html</a><br />
1104 <a href="http://better-scm.berlios.de/subversion/compelling_alternative.html">
1105 http://better-scm.berlios.de/subversion/compelling_alternative.html
1106 </a></p>
1107 </li>
1109 <li><p><b>"Subversion for CVS Users"</b>
1110 <i>by Mike Mason</i><br />
1111 <a href="http://osdir.com/Article203.phtml">
1112 http://osdir.com/Article203.phtml</a><br />
1113 <a href="http://slashdot.jp/journal.pl?op=display&amp;uid=12&amp;id=200792">
1114 http://slashdot.jp/journal.pl?op=display&amp;uid=12&amp;id=200792</a>
1115 (Japanese translation)</p>
1116 </li>
1118 <li><p><b>"Dispelling Subversion FUD"</b>
1119 <i>by Ben Collins-Sussman</i><br />
1120 <a href="http://www.red-bean.com/sussman/svn-anti-fud.html">
1121 http://www.red-bean.com/sussman/svn-anti-fud.html</a></p>
1122 </li>
1124 <li><p><b>"Debunking BitMover's Subversion Comparison"</b>
1125 <i>by Karl Fogel</i><br />
1126 <a href="http://subversion.tigris.org/bitmover-svn.html"
1127 >http://subversion.tigris.org/bitmover-svn.html</a></p>
1128 </li>
1130 <li><p><b>The "Better SCM" version control systems comparison:</b><br />
1131 <a href="http://better-scm.berlios.de/comparison/"
1132 >http://better-scm.berlios.de/comparison/</a></p>
1133 </li>
1135 </ul>
1137 </div>
1139 <div class="h2" id="other-links-pages" title="other-links-pages">
1140 <!-- old "other_link_pages" id left for compatibility -->
1141 <h2 id="other_link_pages">Other Subversion link pages</h2>
1142 <ul>
1143 <li>
1144 <a href="http://www.arhs.net/Computers/Software/ConfigurationManagement/Tools/Subversion/"
1145 >http://www.arhs.net/Computers/Software/ConfigurationManagement/Tools/Subversion/</a>
1146 </li>
1148 <li>
1149 <a href="http://dmoz.org/Computers/Software/Configuration_Management/Tools/Subversion/"
1150 >http://dmoz.org/Computers/Software/Configuration_Management/Tools/Subversion/</a>
1151 </li>
1153 <li>
1154 <a href="http://www.oreillynet.com/search/index.ncsp?sp-k=all&amp;sp-q=subversion"
1155 >http://www.oreillynet.com/search/index.ncsp?sp-k=all&amp;sp-q=subversion</a>
1156 </li>
1157 </ul>
1159 </div>
1161 </div>
1162 </body>
1163 </html>