plugins - Downloading source code in Trac -


i'm not able directly download source files project using trac.

i understand it's possible use scm client, git or svn this, surely can done without leaving trac!

do need plug-in, or there command or configuration i've missed?

you don't need plugin this. when using repository browser, "download in other formats" link @ bottom of pages. individual files have "original format" link lets download original file, , folders have "zip archive" link download entire folder.

update:

also, make sure have trac configured repository paths want make downloadable. in trac.ini, property named downloadable_paths in [browser] section. repository paths listed here (and listed here) made available download through web interface. example, trac.ini has following:

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

for more information configuration parameter, see official trac documentation trac.ini.


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -