<form onsubmit="return false;">
- 2019/02/15 09:43
- sig3067.egloos.com/5916414
- 덧글수 : 0
- 2018/04/05 15:08
- sig3067.egloos.com/5906158
- 덧글수 : 0

Location information has been specified incorrectly.
svn: E204900: file .....
이렇게 SVN 연결이 안된다. format 를 접근 못하는 케이스 인것 같으나
SELINUX 설정을 변경 하면 해결 된다.
[root@localhost bProject]# vi /etc/sysconfig/selinux
# This file controls the state of SELinux on the system.
# SELINUX= can take one of these three values:
# enforcing - SELinux security policy is enforced.
# permissive - SELinux prints warnings instead of enforcing.
# disabled - No SELinux policy is loaded.
SELINUX=disabled
# SELINUXTYPE= can take one of three two values:
# targeted - Targeted processes are protected,
# minimum - Modification of targeted policy. Only selected processes are protected.
# mls - Multi Level Security protection.
SELINUXTYPE=targeted
하고 리부팅 한다.




