Project

General

Profile

https in repository view

Added by Peng Li over 14 years ago

I followed the instruction(http://www.redmine.org/wiki/1/HowTo_Automate_repository_creation) to integrate svn into redmine, which worked fine. I want two extra features:
1) use https://myhost/svn-private/project to view repos. How to do this?
2) use svn instead of svn-private to view repos in redmine. which means that http://myhost/svn/project is both for repos viewing in redmine and checkin/checkout outside. Is this posible?
Simply change the following statement in crontab will not work.
root ruby reposman.rb --redmine my.redmine.host --svn-dir /var/svn --owner www-data --url http://my.svn.server/svn-private/ >> /var/log/reposman.log
Thanks/