Jump to content
  • 0

Updated Subversion Package


Linkin Park

Question


  • Group:  Members
  • Topic Count:  42
  • Topics Per Day:  0.01
  • Content Count:  227
  • Reputation:   11
  • Joined:  11/16/11
  • Last Seen:  

Hi,

Anyone knows an ubuntu or linux package that has subversion client 1.7?

I wanna try downgrading the working copy which is 1.7 to 1.6 but the python script doesn't allow it base from the comments in the source

# Downgrading from format 11 (1.7) to format 10 (1.6) is not possible,
# because 11 does not use has-props and cachable-props (but 10 does).
# Naively downgrading in that situation causes properties to disappear
# from the wc.
#
# Downgrading from the 1.7 SQLite-based format to format 10 is not
# implemented.

*EDIT* NVM, found a solution

Solution:

Add the ppa for the subversion-1.7

sudo apt-add-repository ppa:dominik-stadler/subversion-1.7

then

sudo apt-get update

then

sudo apt-get dist-upgrade

then

 sudo apt-get install subversion

to check if you have the 1.7.4 subversion,

svn --version --quiet

Edited by RaGERO
  • Upvote 1
Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...