묻고답하기
SVN 으로 여러개의 프로젝트 설치 방법 문의 (설치 오류)
2009.08.01 11:45
안녕하세요? ^^*
새롭게 프로젝트가 형성되고 XE를 1.2.4 로 업데이트하려고 하는데
SVN을 통한 업데이트에 궁금증이 있어서 질문 드립니다
모두들 XE가 core및 다른 모듈로 분리된 것은 잘 알고 계실텐데요
예를 들어 아래와 같이 XE core 와 board module을 설치하고 싶은데요
SVN으로 할 경우 자꾸 에러가 나서 아래와 같이 여러개의 module을 각각 어떻게 SVN 하여야 하는지 의문입니다
-
프로젝트 명 : XpressEngine Core 프로젝트
- 프로젝트 주소 : http://xe.xpressengine.net
- SVN 저장소 : http://svn.xpressengine.net/xe
- 프로젝트 명 : BoardXE
- 프로젝트 주소 : http://board.xpressengine.net
- SVN 저장소 : http://svn.xpressengine.net/board
다음과 같이 명령어를 준다고 해보겠습니다
svn checkout http://svn.xpressengine.net/xe/sandbox/ public_html/xe
(이것은 XE core를 까는 svn입니다)
svn checkout http://svn.xpressengine.net/board public_html/xe/
svn: 'public_html/xe'는 이미 작업 사본에 있으며, 다른 URL 입니다.
(이것은 XE core를 깔고, 그 다음 board module를 까는 svn이며, 위와 같은 에러가 납니다)
어떻게 해야 여러가지 module을 동시에 svn으로 설치할 수 있는지 설명해 주시면 감사하겠습니다
(프로젝트가 여러개로 나뉘었는데, 동시에 설치하는 방법은 설명이 안 되어 있어서 조금 어렵네요~
여러분의 도움 부탁드릴께요~~)
댓글 5
-
a
2009.08.01 13:28
svn checkout http://svn.xpressengine.net/board/modules/board/ ./public_html/xe/modules/board -
미니미
2009.08.06 14:28
a님께서 적어주셨듯이,
해당 디렉토리를 직접 지정해주시면 되겠네요.
-
미니미
2009.08.06 15:17
나름 정리해보았습니다.
인스톨러나 일괄 등록 툴이 없는 관계로,
현재는 이렇게나마 해야 할 것 같은데요... ^^;;;
아래는 제가 지금 사용중인 체크아웃 리스트 입니다.
# XE Core
svn checkout http://svn.xpressengine.net/xe/sandbox/ ./htdocs
# XE Board
svn checkout http://svn.xpressengine.net/board/modules/board/ ./htdocs/modules/board
svn checkout http://svn.xpressengine.net/textyle/sandbox/material ./htdocs/modules/material
svn checkout http://svn.xpressengine.net/textyle/sandbox/dreditor ./htdocs/modules/editor/skins/dreditor
#XE Textyle
svn checkout http://svn.xpressengine.net/textyle/sandbox/textyle ./htdocs/modules/textyle
svn checkout http://svn.xpressengine.net/cafe/modules/homepage ./htdocs/modules/homepage
svn checkout http://svn.xpressengine.net/cafe/widgets/site_info ./htdocs/widgets/site_info
#XE IssueTracker
svn checkout http://svn.xpressengine.net/issuetracker/trunk/modules/issuetracker/ ./htdocs/modules/issuetracker
#CafeXE
svn checkout http://svn.xpressengine.net/oldxe/layouts/cafeXE ./htdocs/layouts/cafeXE
svn checkout http://svn.xpressengine.net/oldxe/layouts/xe_blog ./htdocs/layouts/xe_blog
# XE Classic
svn checkout http://svn.xpressengine.net/oldxe/modules/editor/components/cc_license ./htdocs/modules/editor/components/cc_license
svn checkout http://svn.xpressengine.net/oldxe/modules/editor/components/emoticon/tpl/images/animated ./modules/editor/components/emoticon/tpl/images/animated
svn checkout http://svn.xpressengine.net/oldxe/modules/editor/components/emoticon/tpl/images/rabbit ./modules/editor/components/emoticon/tpl/images/rabbit
svn checkout http://svn.xpressengine.net/oldxe/modules/editor/components/emoticon/tpl/images/yellow ./modules/editor/components/emoticon/tpl/images/yellow
svn checkout http://svn.xpressengine.net/oldxe/modules/editor/components/naver_map ./htdocs/modules/editor/components/naver_map
svn checkout http://svn.xpressengine.net/oldxe/modules/editor/components/quotation ./htdocs/modules/editor/components/quotation
svn checkout http://svn.xpressengine.net/oldxe/widgets/DroArc_clock ./htdocs/widgets/DroArc_clock
svn checkout http://svn.xpressengine.net/oldxe/widgets/archive_list ./htdocs/widgets/archive_list
svn checkout http://svn.xpressengine.net/oldxe/widgets/calendar ./htdocs/widgets/calendar
svn checkout http://svn.xpressengine.net/oldxe/widgets/category ./htdocs/widgets/category
svn checkout http://svn.xpressengine.net/oldxe/widgets/counter_status/skins/styx_flash ./widgets/counter_status/skins/styx_flash
svn checkout http://svn.xpressengine.net/oldxe/widgets/forum ./htdocs/widgets/forum
svn checkout http://svn.xpressengine.net/oldxe/widgets/image_counter ./htdocs/widgets/image_counter
svn checkout http://svn.xpressengine.net/oldxe/widgets/logged_members ./htdocs/widgets/logged_members
svn checkout http://svn.xpressengine.net/oldxe/widgets/login_info/skins/default ./widgets/login_info/skins/default
svn checkout http://svn.xpressengine.net/oldxe/widgets/member_group ./htdocs/widgets/member_group
svn checkout http://svn.xpressengine.net/oldxe/widgets/navigator ./htdocs/widgets/navigator
svn checkout http://svn.xpressengine.net/oldxe/widgets/newest_comment ./htdocs/widgets/newest_comment
svn checkout http://svn.xpressengine.net/oldxe/widgets/newest_document ./htdocs/widgets/newest_document
svn checkout http://svn.xpressengine.net/oldxe/widgets/newest_images ./htdocs/widgets/newest_images
svn checkout http://svn.xpressengine.net/oldxe/widgets/newest_trackback ./htdocs/widgets/newest_trackback
svn checkout http://svn.xpressengine.net/oldxe/widgets/point_status ./htdocs/widgets/point_status
svn checkout http://svn.xpressengine.net/oldxe/widgets/rank_count ./htdocs/widgets/rank_count
svn checkout http://svn.xpressengine.net/oldxe/widgets/rank_download ./htdocs/widgets/rank_download
svn checkout http://svn.xpressengine.net/oldxe/widgets/rank_point ./htdocs/widgets/rank_point
svn checkout http://svn.xpressengine.net/oldxe/widgets/rss_reader ./htdocs/widgets/rss_reader
svn checkout http://svn.xpressengine.net/oldxe/widgets/tab_newest_document ./htdocs/widgets/tab_newest_document
svn checkout http://svn.xpressengine.net/oldxe/widgets/tag_list ./htdocs/widgets/tag_list
svn checkout http://svn.xpressengine.net/oldxe/widgets/webzine ./htdocs/widgets/webzine
svn checkout http://svn.xpressengine.net/oldxe/widgetstyles/colorbox ./htdocs/widgetstyles/colorbox
svn checkout http://svn.xpressengine.net/oldxe/widgetstyles/line ./htdocs/widgetstyles/line
svn checkout http://svn.xpressengine.net/oldxe/widgetstyles/memo ./htdocs/widgetstyles/memo
svn checkout http://svn.xpressengine.net/oldxe/widgetstyles/postitWire ./htdocs/widgetstyles/postitWire
svn checkout http://svn.xpressengine.net/oldxe/widgetstyles/roundFace ./htdocs/widgetstyles/roundFace
svn checkout http://svn.xpressengine.net/oldxe/widgetstyles/roundWire ./htdocs/widgetstyles/roundWire
svn checkout http://svn.xpressengine.net/oldxe/widgetstyles/simpleRound ./htdocs/widgetstyles/simpleRound
svn checkout http://svn.xpressengine.net/oldxe/widgetstyles/simpleSquare ./htdocs/widgetstyles/simpleSquare
svn checkout http://svn.xpressengine.net/oldxe/widgetstyles/simpleTitle ./htdocs/widgetstyles/simpleTitle
#XE Planet
svn checkout http://svn.xpressengine.net/planet/addons/planet_bookmark ./htdocs/addons/planet_bookmark
svn checkout http://svn.xpressengine.net/planet/addons/planet_todo ./htdocs/addons/planet_todo
svn checkout http://svn.xpressengine.net/planet/modules/planet ./htdocs/modules/planet
svn checkout http://svn.xpressengine.net/planet/widgets/planet_document ./htdocs/widgets/planet_document
#PhotoEditor
svn checkout http://svn.xpressengine.net/photoeditor/modules/editor/components/photo_editor ./htdocs/modules/editor/components/photo_editor
#XE liveXE
svn checkout http://svn.xpressengine.net/live ./htdocs/modules/live
#XE wikiXE
svn checkout http://svn.xpressengine.net/wiki/trunk/addons/wiki_link ./htdocs/addons/wiki_link
svn checkout http://svn.xpressengine.net/wiki/trunk/modules/wiki ./htdocs/modules/wiki
#XE planner
svn checkout http://svn.xpressengine.net/planner/trunk/modules ./htdocs/modules/xe/planner
-
EcusE
2009.08.14 01:01
한 큐(?)에 보기 좋게 정리해 주셨네요. 팁게시판에 올리셔도 좋을것 같습니다. 감사합니다 :)
-
미니미
2009.08.14 11:39
별말씀을... 그런데 하늘03님께서 이미 팁게시판에 등록하셨구요,
제가 살짝 부연설명만 달았습니다.
한 번 참고해 보세요~
http://www.xpressengine.com/tip/18216174