Difference between revisions of "Subversion links"

From SourceWiki
Jump to navigation Jump to search
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
[[Category:Version Control]]
 
[[Category:Subversion]]
 
[[Category:Subversion]]
  
 
= Documentation =
 
= Documentation =
* Official subversion website: http://subversion.tigris.org
+
==Online==
* Official subversion book: http://svnbook.red-bean.com/
+
* official subversion book: http://svnbook.red-bean.com (THE reference)
 +
* official subversion website: http://subversion.tigris.org
  
= Downloads =
+
==Books==
* From sources
+
* "Pragmatic Version Control Using Subversion", by Mike Mason. 2005. The Pragmatic Starter Kit Series, The Pragmatic Bookshelf. A good and simple introduction to version control and Subversion, ask JP to borrow his copy.
* RedHat RPMs
 
* Linux Gentoo
 
* SUSE Linux
 
  
 
= Subversion clients =
 
= Subversion clients =
 +
== Windows ==
 +
* tortoiseSVN: http://tortoisesvn.tigris.org
 +
* rapidSVN: http://rapidsvn.tigris.org/
 +
 +
(TortoiseSVN integrate with the Windows file explorer and rapidSVN is a standalone application)
 
== Linux ==
 
== Linux ==
* kdesvn
+
* command line client: http://subversion.tigris.org/project_packages.html.
* ksvn
+
* kdeSVN: http://www.alwins-world.de/programs/kdesvn/
* rapidsvn
+
* rapidsvn: http://rapidsvn.tigris.org/
  
== Windows ==
+
=Others=
* TortoiseSVN
+
* WebSVN: http://websvn.tigris.org/
* ViewSVN
 
  
=Others=
+
WebSVN is the server side software that is installed on <tt>source</tt> at the URL: http://source.ggy.bris.ac.uk/websvn. You need a subversion account on <tt>source</tt> to access this page. Contract the [[Help:Administrators|administrators]] to get one or use the combination <tt>guest</tt>/<tt>imaguest</tt>.
* WebSVN
 

Latest revision as of 16:12, 9 February 2006


Documentation

Online

Books

  • "Pragmatic Version Control Using Subversion", by Mike Mason. 2005. The Pragmatic Starter Kit Series, The Pragmatic Bookshelf. A good and simple introduction to version control and Subversion, ask JP to borrow his copy.

Subversion clients

Windows

(TortoiseSVN integrate with the Windows file explorer and rapidSVN is a standalone application)

Linux

Others

WebSVN is the server side software that is installed on source at the URL: http://source.ggy.bris.ac.uk/websvn. You need a subversion account on source to access this page. Contract the administrators to get one or use the combination guest/imaguest.