cvs 에서 module들을 공유할 때
글쓴이: 송지석 / 작성시간: 화, 2005/03/15 - 10:58오전
http://wiki.kldp.org/wiki.php/CVS/FAQ#s-1.40
에 보면 여러 모듈에서 특정 모듈을 공유하는 방법이 써있습니다.
그런데 CVSROOT의 modules 파일을 읽어보면
Quote:
# You can encode a module within a module by using the special '&'
# character to interpose another module into the current module. This
# can be useful for creating a module that consists of many directories
# spread out over the entire source repository.
라는 주석문이 보입니다. & 문자로 뭔가를 나타내는 것 같은데요.
인터넷에서 좀 찾아봤더니
Quote:
macros gnome-common/macros
intl gnome-common/intl
support gnome-common/supportgnome-libs gnome-libs ¯os &intl &support
gnome-core gnome-core ¯os &intl
gnome-admin gnome-admin ¯os &intl
이런식으로 쓰는 것 같던데
정확한 의미를 알 수 있을까요? &를 쓰는 방법이 kldp wiki의 방법 대신에 쓸 수 있는 방법인지, 어떤 차이가 있는 지...
Forums:
http://man.linux.co.kr/?program=cvs&
http://man.linux.co.kr/?program=cvs§ion=5
위 man에 보면 &의 의도는 해당 프로젝트 밑에 디렉토리를 만드는 것이라고
설명되어있는듯 합니다.
Wiki에 설명되어있는 것처럼 모듈을 관리하는것이 아닌 따로 포함시켜서 운영하는
듯이 보이는데...
잠시 읽어봐서 정확한 뜻은 잘 모르겠네요. :oops:
------------------------------
좋은 하루 되세요.
댓글 달기