зеркало из
				https://github.com/iharh/notes.git
				synced 2025-11-03 23:26:09 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			14 строки
		
	
	
		
			275 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			14 строки
		
	
	
		
			275 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
http://tecadmin.net/install-subversion-1-8-on-centos-rhel/
 | 
						|
 | 
						|
yum remove subversion*
 | 
						|
yum clean all
 | 
						|
 | 
						|
/etc/yum.repos.d/wandisco-svn.repo
 | 
						|
 | 
						|
[WandiscoSVN]
 | 
						|
name=Wandisco SVN Repo
 | 
						|
baseurl=http://opensource.wandisco.com/centos/$releasever/svn-1.9/RPMS/$basearch/
 | 
						|
enabled=1
 | 
						|
gpgcheck=0
 | 
						|
 |