cvs 에서 remote cvs 서버에 있는 템플릿을 직접 사용할 수 있나요?

jai의 이미지


cvs 계정에 로그인하는 걸 번거로워서 cvs 를 쓰는 모든 유저가 동일한 id를 사용하고 있습니다.
대신에 commit 로그 메시지에 user를 명시하려다 보니 commit 로그 템플릿이 꼭 필요합니다.

rcsinfo에 프로젝트와 템플릿 파일을 사용하면 된다까지 찾았는데 적용하는데 어려움이 있습니다.

1. commit 할 때마다 remote cvs 서버에 있는 템플릿을 가져와서 직접 사용할 수 있는지 궁금합니다.
cvs 접속할 때 pserver 방법을 사용하고 있습니다.
remote 서버에 cvs repository 가 있고, 테스트 서버에서는 CVSROOT 라는 환경변수를 사용합니다.

$ env|grep CVSROOT
CVSROOT=:pserver:xxx@xxx:/home/CVS
$ cat CVSROOT/rcsinfo
DEFAULT $CVSROOT/test.template

이런 설정으로는 commit 로그 템플릿이 동작하지 않더군요.
$ cvs commit -F /home/CVS/test.template xxx 로는 동작하네요.

2. commit 할 때마다 remote cvs 서버에 있는 템플릿을 가져와서 직접 사용할 수 없다면,
아래 문서처럼 CVS/Template 파일을 등록할 수 있다면 cvs co 할 때 템플릿 파일이 생기는 것도
좋을 것 같은데 방법을 모르겠습니다.

http://izb.lug.or.kr/doc/ko_KR.UTF-8/cvsbook/translations/korean/ko-cvsbook.html.utf8#Working%20Copy%20Files

commit 할 때마다 remote cvs 서버에서 템플릿을 읽어오는게 가장 좋겠지만 불가능하다면
CVS/administrative subdirectories 를 만드는 방법을 알고 계시면 나눠주셨으면 합니다.

감사합니다.

jai의 이미지

http://kldp.org/node/23095 참고했습니다.

1. commit log template 생성

$ cvs co CVSROOT

$ cd CVSROOT

$ vi test.template
User: 수정 사용자 이름
Bug#: 버그 넘버
Condition: 수정 이유??
Comments: 설명

$ cvs add test.template

$ vi checkoutlist
test.template????????commit log template file

$ vi rcsinfo
DEFAULT $CVSROOT/CVSROOT/test.template

$ cvs ci

2. 템플릿 파일을 등록한 후에 프로젝트를 checkout 하면
CVS/Template 파일이 생성돼있고, 그 안에 내용은 test.template 와 동일합니다.

peace :)

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.