Install SVN 14.04 in KUbuntu/Ubuntu 1.7 (downgrade)
Install SVN 14.04 in KUbuntu/Ubuntu 1.7 (downgrade)
Step 1: add source to source. list
Sudo add-apt-repository "deb http://extras.ubuntu.com/ubuntu saucy main"
Sudo add-apt-repository "deb http://de.archive.ubuntu.com/ubuntu/ saucy main universe restricted multiverse"
Step 2: delete svn 1.8 package
Sudo apt-get remove subversion libsvn1
Step 3: update source
Sudo apt-get update
Step 4: Install svn 1.7
Sudo apt-get install subversion = 1.7.9-1 + nmu6ubuntu3 libsvn1 = 1.7.9-1 + nmu6ubuntu3 subversion-tools = 1.7.9-1 + nmu6ubuntu3
Step 5: Lock SVN to 1.7 to Prevent Automatic Upgrade
Echo subversion hold | sudo dpkg -- set-selections
Echo libsvn1 hold | sudo dpkg -- set-selections
Echo libserf1 hold | sudo dpkg -- set-selections
Step 6: remove the row added by Step 1 from the source sources. list.
Sudo gedit/etc/apt/sources. list
Remove: deb http://extras.ubuntu.com/ubuntu saucy main
Remove: deb http://de.archive.ubuntu.com/ubuntu/ saucy main universe restricted multiverse
Step 7: update source
Sudo apt-get update
Step 8: view the svn version
Svn -- version
~ $ Svn -- version
Svn, version 1.7.9 (r1462340)
Compiled on Oct 15, Maid: 40: 34
Copyright (C) 2013 The Apache Software Foundation.
This software consists of contributions made by Province people; see the NOTICE
File for more information.
Subversion is open source software, see http://subversion.apache.org/
You can use the following versions to access the module:
* Ra_neon: the module that uses neon to access the version library through the WebDAV protocol.
-Handling the "http" Scheme
-Handling the "https" SOLUTION
* Ra_svn: the module that uses the svn network protocol to access the version library. -Use Cyrus SASL for authentication
-Handle the "svn" SOLUTION
* Ra_local: access the version library module of the local disk.
-Process the "file" SOLUTION
* Ra_serf: the module that uses serf To access the version library through the WebDAV protocol.
-Handling the "http" Scheme
-Handling the "https" SOLUTION
Subversion configuration instances in Linux
CentOS 6.2 SVN setup (YUM installation)
Build an SVN server using Apache + SVN
Set up and use the SVN server in Windows + reset the password on the client
Install SVN in Ubuntu Server 12.04 and migrate Virtual SVN data
Build svn service and migration method on Ubuntu Server
Build SVN server with online storage
This article permanently updates the link address: