svn + trac 환경에서 svn client없이 export 하기

auditory의 이미지


svn + trac 서버를 쓰고 있습니다.
간혹 svn이 무엇인지 모르는 사용자에게
소스를 전달해야할 필요가 있는데요

svn client 설치를 권하기는 어려운 상황입니다.

이런상황에서 svn server에 있는 코드를
전달해 줄 수 있는 좋은 방법은 무엇일까요?

trac을 통해서 웹에서 소스코드를 browsing하는게 가능하니깐,
이것을 이용해서 전체 프로젝트를 내려 받게 할 수는 없을까요?

JEEN의 이미지

svn export [source] [dist]

이렇게 하면 svn 관리되는 코드들이 모두 관리대상이 아니게 되어서 dist 로 export 됩니다.

그리고 이렇게 export 된 코드를 넘기는 것은 어떨까요? ;;; 쿨럭.. 자주 사용하는 방법인..

trac 을 이용하는 방법은 잘 모르겠네요.. 브라우징 하는 페이지 하나하나 는 가능한데.. 전체를 어떻게 하는 지(되는 지) 모르겠습니다.

_____
use perl;

use perl;

ktd2004의 이미지

trac-0.11 버전에서 zip으로 다운로드하는 기능이 들어갔습니다.

http://trac.edgewall.org/browser/tags/trac-0.11

위 페이지의 맨 아래에 보면, zip으로 다운로드할 수 있게 되어있습니다.

auditory의 이미지

좋은 정보 감사합니다..

0.11 버전에는 좋은 기능들이 많이 들어가는군요.. (trac-admin도 포함되고)

그런데 제 ubunut에 기본으로 깔리는 버전은 아직 0.10.4 네요.

( 물론 따로 설치할 수도 있지만, 그냥 관리하기가 귀찮아서 업데이트만 하면 되는
버전으로 설치하고 있습니다. )

언제쯤 0.11 버전으로 올라갈까요? 아니면 혹시 이 기능의 plugin이 있을까요?

grassman의 이미지

Browse Source에서 /trunk 디렉토리에는 하단에 Download in other formats: * Zip Archive라고 나오는군요. Fedora Core 7 사용중입니다.

auditory의 이미지

네.. 저도 궁금해서 좀더 테스트 해봤더니, 되더군요.

trac.ini 파일에

[browser]
downloadable_paths = /trunk, /branches/*, /tags/*

설정이 있었습니다.

감사합니다~~

댓글 달기

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
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.