Atomic Habits

Visual SVN Server에서 svn log 수정 허용 본문

IT/Git

Visual SVN Server에서 svn log 수정 허용

체계성 2022. 8. 16. 09:52

 

 

 

 

 

 

Pre-revision property change hook 더블클릭

아래내용입력

rem Only allow log messages to be changed.

 

if "%4" == "svn:log" exit 0

# if "%4" == "svn:date" exit 0 -> 날짜   ( 미적용 시 # 이하 삭제 )

# if "%4" == "svn:author" exit 0 -> 저자 ( 미적용 시 # 이하 삭제 )

echo Property '%4' cannot be changed >&2

 

exit 1

 

 

 

https://m.blog.naver.com/PostView.naver?isHttpsRedirect=true&blogId=majongyi&logNo=220191710260

 

Visual SVN Server에서 svn log 수정되도록 설정.

Access to hooks: 1.Start VisualSVN Server Manager 2.Open Properties for your repository 3....

blog.naver.com

 

https://happyrdh.tistory.com/entry/svn-%EB%A1%9C%EA%B7%B8%EC%9E%91%EC%84%B1%EC%9E%90-%EC%88%98%EC%A0%95

 

svn 로그/작성자 수정

1. svn에 형상을 올리고 난 후 commit 로그를 수정하려고 시도했을 때 위와 같은 메세지와 함께 수정할 수 없는 현상이 발생 2. svn 서버에서 해당 repository의 hooks 폴더안의 스크립트를 활성화 해주는

happyrdh.tistory.com

 

'IT > Git' 카테고리의 다른 글

[Visual SVN]windows visual SVN 세팅 & eclipse 연동  (0) 2022.08.10
github - 프로젝트 - clone  (0) 2021.11.09
git3 - Sourcetree branch & conflict (2)  (0) 2021.10.17
git3 - Sourcetree branch & conflict  (0) 2021.10.17
Comments