쉘상에서 svn diff 시 너무 많은 영역이 수정되었을때 + - 가지고만 비교 하기에는 한계가 있어서 vimdiff 를 사용 하여 svn 과 연동하는 방법입니다.
Example 7.2. diffwrap.sh
#!/bin/sh
# Configure your favorite diff program here.
DIFF="/usr/local/bin/my-diff-tool"
# Subversion provides the paths we need as the sixth and seventh
# parameters.
LEFT=${6}
RIGHT=${7}
# Call the diff command (change the following line to make sense for
# your merge program).
$DIFF --left $LEFT --right $RIGHT
# Return an errorcode of 0 if no differences were detected, 1 if some were.
# Any other errorcode will be treated as fatal.게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 30 |
아우겐나이스
|
21년 전 | 4100 | |
| 29 |
아우겐나이스
|
21년 전 | 4480 | |
| 28 |
아우겐나이스
|
21년 전 | 3504 | |
| 27 | 21년 전 | 5885 | ||
| 26 | 21년 전 | 3156 | ||
| 25 | 21년 전 | 6133 | ||
| 24 | 18년 전 | 3700 | ||
| 23 | 21년 전 | 3693 | ||
| 22 | 21년 전 | 4282 | ||
| 21 | 21년 전 | 3874 | ||
| 20 | 21년 전 | 4273 | ||
| 19 | 21년 전 | 6726 | ||
| 18 | 21년 전 | 4772 | ||
| 17 | 21년 전 | 7017 | ||
| 16 | 21년 전 | 4213 | ||
| 15 | 21년 전 | 2673 | ||
| 14 | 21년 전 | 5009 | ||
| 13 | 21년 전 | 3434 | ||
| 12 |
Recluse
|
21년 전 | 3912 | |
| 11 |
아우겐나이스
|
21년 전 | 3594 | |
| 10 |
Recluse
|
21년 전 | 3434 | |
| 9 | 21년 전 | 4052 | ||
| 8 | 21년 전 | 5221 | ||
| 7 | 21년 전 | 4800 | ||
| 6 | 21년 전 | 5738 | ||
| 5 | 21년 전 | 4153 | ||
| 4 | 21년 전 | 4890 | ||
| 3 | 21년 전 | 4784 | ||
| 2 | 21년 전 | 3289 | ||
| 1 | 22년 전 | 4374 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기