appears to be part of a Subversion 1.7 or greater working copy [ubuntu에서 svn checkout이 안 될 때)
IT/troubleshooting 2013. 2. 19. 23:41http://askubuntu.com/questions/65468/where-can-i-find-a-subversion-1-7-binary
As of Ubuntu 12.10, subversion 1.7 is available as part of the distribution. Subversion can be installed using apt-get.
sudo apt-get subversion
For earlier version of Ubuntu, there is a ppa available at subversion-1.7. The repository can be added as follows:
sudo apt-add-repository ppa:dominik-stadler/subversion-1.7
To get the latest version of subversion update and upgrade the repository.
sudo apt-get update
sudo apt-get upgrade
I needed to also do a dist-upgrade.
sudo apt-get dist-upgrade
I'm assuming that you already have subversion installed, if not:
sudo apt-get install subversion
'IT > troubleshooting' 카테고리의 다른 글
Debian 계열에서 redis-server를 여러 개 띄우기 (2) | 2014.05.15 |
---|---|
Fatal error: Call to undefined function curl_init() 20 해결하기 (우분투) (0) | 2013.02.22 |
TinyEditor 에서 post 함수를 호출해도 Null (or None)이 리턴이 될 때 (0) | 2012.11.26 |
'Incorrect table definition; there can be only one TIMESTAMP column with CURRENT_TIMESTAMP in DEFAULT or ON UPDATE clause' (0) | 2012.11.22 |
[Mac OSX 10.8] MAC에서 MySQL UTF-8설정 (0) | 2012.11.22 |