Version means a specific form or variation of something. It can refer to: [http://en.wikipedia.org/wiki/Version]
Subversion (SVN) is an open source version control system. It allows users to keep track of changes made over time to any type of electronic data. Typical uses are versioning source code, web pages or design documents.
I now host my own private subversion at http://svn.waltercedric.com
A required step to be able to build some small project and finish the prototype of Continuous build for Joomla!
Read more: Installing Subversion on OpenSuse and Plesk 9
Subversion (SVN) is an open source version control system. It allows users to keep track of changes made over time to any type of electronic data. Typical uses are versioning source code, web pages or design documents.
Installing the latest Subversion (svn) version 1.6.6 is a bit more difficult than just running apt-get install subversion, as the latest stable version in Debian Lenny is considered to be SVN 1.5.1 not Subversion 1.6.6
Edit the file /etc/apt/sources.list and Add the line below to
# deb http://www.backports.org/debian lenny-backports main contrib non-free
Add the public key from lenny-backports by running the following command
# wget -O - http://backports.org/debian/archive.key | apt-key add -
Now update the latest package definitions
# apt-get update
# apt-get -t lenny-backports install subversion
Check that you now have the correct version by running
# svn --version
svn, version 1.6.6 (r40053)
compiled Nov 23 2009, 16:16:41
Copyright (C) 2000-2009 CollabNet.
Subversion is open source software, see http://subversion.tigris.org/
This product includes software developed by CollabNet (http://www.Collab.Net/).
The following repository access (RA) modules are available:
* ra_neon : Module for accessing a repository via WebDAV protocol using Neon.
- handles 'http' scheme
- handles 'https' scheme
* ra_svn : Module for accessing a repository using the svn network protocol.
- with Cyrus SASL authentication
- handles 'svn' scheme
* ra_local : Module for accessing a repository on local disk.
- handles 'file' scheme
* ra_serf : Module for accessing a repository via WebDAV protocol using serf.
- handles 'http' scheme
- handles 'https' scheme
I recommend you to always use the latest version (but hey backup/dump your repository before), you’ll see later that with Apache Maven, it is also resolving some issues.
Privacy Statement | Copyright Notice | Licenses
© 1999-2012 Waltercedric.com. Designed by Cédric Walter. Sitemap
Reproduction without explicit permission is prohibited. All Rights Reserved. All photos remain copyright © their rightful owners. No copyright infringement is intended.
Disclaimer: The editor(s) reserve the right to edit any comments that are found to be abusive, offensive, contain profanity, serves as spam, is largely self-promotional, or displaying attempts to harbour irrelevant text links for any purpose.