You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Seth M <se...@gmail.com> on 2010/02/11 21:27:35 UTC

upgrade subversion on ubunty hardy to 1.6.9

I cannot upgrade SVN on my ubuntu hardy, it only will install 1.5.1 -
below is the apt-get install and the sources.list

> apt-get install subversion
Reading package lists... Done
Building dependency tree
Reading state information... Done
Suggested packages:
  db4.6-util subversion-tools
The following NEW packages will be installed:
  subversion
0 upgraded, 1 newly installed, 0 to remove and 32 not upgraded.
Need to get 0B/1274kB of archives.
After this operation, 4194kB of additional disk space will be used.
Selecting previously deselected package subversion.
(Reading database ... 29651 files and directories currently
installed.)
Unpacking subversion (from .../
subversion_1.5.1dfsg1-1ubuntu2~hardy2_i386.deb) ...
Setting up subversion (1.5.1dfsg1-1ubuntu2~hardy2) ...

------------------------------------------------------------------------------

> cat /etc/apt/sources.list.d/sources.list
deb http://ppa.launchpad.net/anders-kaseorg/subversion-1.6/ubuntu
hardy main
deb-src http://ppa.launchpad.net/anders-kaseorg/subversion-1.6/ubuntu
hardy main

deb http://ppa.launchpad.net/svn/ppa/ubuntu hardy main
deb-src http://ppa.launchpad.net/svn/ppa/ubuntu hardy main

#deb http://launchpad.net/~anders-kaseorg/+archive/subversion-1.6/ubuntu
hardy main
#deb-src http://launchpad.net/~anders-kaseorg/+archive/subversion-1.6/ubuntu
hardy main

deb http://ppa.launchpad.net/anders-kaseorg/subversion-1.6/ubuntu
hardy universe
deb http://ppa.launchpad.net/anders-kaseorg/subversion-1.6/ubuntu
hardy multiverse


deb http://us.archive.ubuntu.com/ubuntu hardy universe
deb-src http://us.archive.ubuntu.com/ubuntu hardy universe

deb http://archive.turnkeylinux.org/ubuntu hardy main
deb http://archive.turnkeylinux.org/ubuntu hardy universe

deb http://archive.ubuntu.com/ubuntu hardy main
deb http://archive.ubuntu.com/ubuntu hardy universe
deb-src http://archive.ubuntu.com/ubuntu hardy universe
# deb http://archive.ubuntu.com/ubuntu hardy restricted
# deb http://archive.ubuntu.com/ubuntu hardy multiverse

deb http://archive.ubuntu.com/ubuntu hardy-updates main
deb http://archive.ubuntu.com/ubuntu hardy-updates universe
deb-src http://archive.ubuntu.com/ubuntu hardy-updates universe

# deb http://archive.ubuntu.com/ubuntu hardy-updates restricted
# deb http://archive.ubuntu.com/ubuntu hardy-updates multiverse

# deb http://archive.ubuntu.com/ubuntu hardy-backports main
# deb http://archive.ubuntu.com/ubuntu hardy-backports universe
# deb http://archive.ubuntu.com/ubuntu hardy-backports restricted
# deb http://archive.ubuntu.com/ubuntu hardy-backports multiverse

deb http://archive.canonical.com/ubuntu hardy partner
deb-src http://archive.canonical.com/ubuntu hardy partner

deb http://archive.ubuntu.com/ubuntu hardy-backports main universe
multiverse restricted

Re: upgrade subversion on ubunty hardy to 1.6.9

Posted by Andrey Repin <an...@freemail.ru>.
Greetings, Seth M!

> I cannot upgrade SVN on my ubuntu hardy, it only will install 1.5.1 -
> below is the apt-get install and the sources.list

>> apt-get install subversion
> Reading package lists... Done
> Building dependency tree
> Reading state information... Done
> Suggested packages:
>   db4.6-util subversion-tools
> The following NEW packages will be installed:
>   subversion
> 0 upgraded, 1 newly installed, 0 to remove and 32 not upgraded.
> Need to get 0B/1274kB of archives.
> After this operation, 4194kB of additional disk space will be used.
> Selecting previously deselected package subversion.
> (Reading database ... 29651 files and directories currently
> installed.)
> Unpacking subversion (from .../
> subversion_1.5.1dfsg1-1ubuntu2~hardy2_i386.deb) ...
> Setting up subversion (1.5.1dfsg1-1ubuntu2~hardy2) ...

Have you updated package list after editing sources file?
Did you added a signing key from PPA?

$ aptitude show subversion
Package: subversion
State: not installed
Version: 1.6.6dfsg-1ubuntu0maxb1~hardy1

Also, don't put custom lines to the beginning of sources.list.
Always append them to the end.

And btw...

## PPA repositories
##
## Subversion
deb http://ppa.launchpad.net/svn/ppa/ubuntu hardy main
deb-src http://ppa.launchpad.net/svn/ppa/ubuntu hardy main

Source: http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2416305


--
WBR,
 Andrey Repin (anrdaemon@freemail.ru) 12.02.2010, <4:17>

Sorry for my terrible english...

Re: upgrade subversion on ubunty hardy to 1.6.9

Posted by Andy Levy <an...@gmail.com>.
On Thu, Feb 11, 2010 at 16:27, Seth M <se...@gmail.com> wrote:
> I cannot upgrade SVN on my ubuntu hardy, it only will install 1.5.1 -
> below is the apt-get install and the sources.list
>
>> apt-get install subversion
> Reading package lists... Done
> Building dependency tree
> Reading state information... Done
> Suggested packages:
>  db4.6-util subversion-tools
> The following NEW packages will be installed:
>  subversion
> 0 upgraded, 1 newly installed, 0 to remove and 32 not upgraded.
> Need to get 0B/1274kB of archives.
> After this operation, 4194kB of additional disk space will be used.
> Selecting previously deselected package subversion.
> (Reading database ... 29651 files and directories currently
> installed.)
> Unpacking subversion (from .../
> subversion_1.5.1dfsg1-1ubuntu2~hardy2_i386.deb) ...
> Setting up subversion (1.5.1dfsg1-1ubuntu2~hardy2) ...

The Subversion project only officially distributes sources. Have you
asked the maintainers of the Ubuntu packages?