Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- Let
- Openlayers
- createElement
- appendChild
- const
- htmlFor
- input
- Append
- boolean
- createtextnode
- 학습법 #집중력
- VAR
- FOR
Archives
- Today
- Total
Atomic Habits
Visual SVN Server에서 svn log 수정 허용 본문
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
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