Linux ( APT Package )

본 토픽은 현재 준비중입니다. 공동공부에 참여하시면 완성 되었을 때 알려드립니다.

SVN + REDINE 연동

아래 경로로 이동

   sudo nano 레드마인 폴더/apps/redmine/htdocs/lib/redmine/scm/adapters/subversion_adapter.rb   

 

내용중 하단 부분에 아래와 같은 내용이있다.

 

def credentials_string
    str = ''
    str << " --username #{shell_quote(@login)}" unless @login.blank?
    str << " --password #{shell_quote(@password)}" unless @login.blank? || @password.blank?
    str << " --no-auth-cache --non-interactive"
    str
end 

 

 

내용추가 !

 

def credentials_string
    str = ''
    str << " --username #{shell_quote(@login)}" unless @login.blank?
    str << " --password #{shell_quote(@password)}" unless @login.blank? || @password.blank?
    str << " --no-auth-cache --trust-server-cert --non-interactive"
    str
end 

 

http://acidpop.tistory.com/98

참고 사이트

 

 

SVN / REDMINE RESTART !

 

 

 

REDMINE 접속 후 프로젝트생성

설정 -> 저장소에

 

svn://192.168.0.39/repos

형식으로 저장소 지정 !

 

그리고 확인 !

 

 

 

 

 

 

 

 

 

 

 

 

 

댓글

댓글 본문
버전 관리
원빈
현재 버전
선택 버전
graphittie 자세히 보기