Changes between Version 13 and Version 14 of TipAndDoc/scm/svn


Ignore:
Timestamp:
Jan 22, 2012 1:24:41 AM (13 years ago)
Author:
mitty
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TipAndDoc/scm/svn

    v13 v14  
    1212 * [http://svnbook.red-bean.com/en/1.5/svn.serverconfig.pathbasedauthz.html Path-Based Authorization] 
    1313 * [http://techblog.yahoo.co.jp/cat207/how_to/subversion-for-designers-01/ もうファイル管理で困らない! デザイナーのためのSubversion/TortoiseSVN入門 (Yahoo! JAPAN Tech Blog)] 
     14 
     15 * [http://ubuntuforums.org/showthread.php?p=11429218 [all variants] HOWTO: Upgrade to Subversion 1.7 - Ubuntu Forums] 
     16 > {{{ 
     17 > echo "deb http://opensource.wandisco.com/ubuntu lucid svn17" | sudo tee /etc/apt/sources.list.d/svn.list 
     18 > sudo wget -q http://opensource.wandisco.com/wandisco-debian.gpg -O- | sudo apt-key add - 
     19 > sudo apt-get update 
     20 > sudo apt-get dist-upgrade 
     21 > }}} 
    1422 
    1523 == Apache options ==