Windows

JIRA Subversion Repositories setting(viewvc, visualsvn)

Naan 2013. 2. 25. 15:52
반응형

Jira Subversion Repositories setting 

JIRA 기능중하나인 plugin Subversion Repositories 이다.

JIRA 는 Viewvc, Fisheye, webclient for SVN 지원한다.


Viewvc 기준

Repository Root : http://IP/svn/

View Format : http://IP/cgi-bin/viewvc.cgi/REPOS/${path}?pathrev=${rev}&view=markup

Changeset Format : http://IP/cgi-bin/viewvc.cgi/REPOS?revision=${rev}&pathrev=${rev}&view=rev

File Added Format : http://IP/cgi-bin/viewvc.cgi/REPOS/${path}?revision=${rev}&view=markup

File Modified Format : http://IP/cgi-bin/viewvc.cgi/REPOS/${path}?r1=${rev}&r2=${rev-1}

File Replaced Format : http://IP/cgi-bin/viewvc.cgi/REPOS/${path}?revision=${rev}&view=markup

File Deleted Format : http://IP/cgi-bin/viewvc.cgi/REPOS/${path}?pathrev=${rev-1}

VisualSVN 기준

VisualSVN 은 지원하지 않기때문에 옵션을 손대야 한다.

아래 내용을 보면 대충 이해가 될것이다.


Repository Root : http://IP/svn/

View Format : https://IP/trac/REPOS/changeset/${rev}/

Changeset : https://IP/trac/REPOS/changeset/${rev}/

File Added Format : https://IP/trac/REPOS/browser/${path}?

File Modified Format : https://IP/trac/REPOS/changeset/${rev}/#file0

File Replaced Format : https://IP/trac/REPOS/changeset/${rev}/#file0

File Deleted Format : https://IP/trac/REPOS/changeset/${rev}/#file0



반응형

'Windows' 카테고리의 다른 글

windows post-commit blat  (0) 2013.02.26
드레그 풀기  (0) 2013.02.26
import win32api error  (0) 2013.02.21
asrock AD2700-ITX windows xp 드라이버 gma3600  (5) 2013.02.13
trac plugins install  (0) 2013.02.07