vote up 0 vote down star

(a little off topic - although SVN is a key programming tool....)

How do you install svn 1.5 on debian etch? The svn 1.5 packages available for etch are 1.4 and I really need the cool new merge tracking feature in svn1.5 (according to CollabNet its as good as ClearCase...an interesting statement in oh so many ways). So, what's the least painful way to go?

My options are:

  • build it from source
  • create my own debian package
  • upgrade to a test version of Lenny
  • find someone else's svn 1.5 package

Which one have you chosen or which do you think has the least amount of suffering?

flag

79% accept rate

3 Answers

vote up 0 vote down check

Here's a nice post to build it yourself with some responses that said it worked well:

http://www.rooftopsolutions.nl/article/198

link|flag
vote up 1 vote down

Have you considered pinning? Basically, you can upgrade some of your system (i.e. just Subversion and its dependencies) to Lenny, while keeping the rest as Etch.

link|flag
Hadn't at all. Didn't even know the term. It sounds good, although I am frightened about winding up in a maze of "twisty little passages, all alike" as I percolate through the dependencies. Still, it is worth a shot. – Peter Kahn Sep 15 '08 at 21:05
vote up 0 vote down

It depends on whether you want to be able to upgrade Subversion in future using Debian's package management tools. Building it from source should be easy enough, and lets you configure it the way you want, but then each time you want to upgrade, you'll need to build it from source again, rather than a simple apt-get.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.