redmine_scm_extensions icon indicating copy to clipboard operation
redmine_scm_extensions copied to clipboard

1.2.x support

Open BlaY0 opened this issue 13 years ago • 2 comments

Hi,

I'm on Redmine 1.2.x using local SVN repos created with reposman.rb which are then accessible via https through dav svn. I installed your plugin and it shows under roles and permissions just fine but there are no actions shown in repository views. I can see you added support for file protocol in commit 042a74. I'm no programmer but I belive it is that "!base.match('^file:')" that does the trick which forces use of repository.url as a base and uri is then constructed from repository.url and path. Am I right? My question is how can I debug this part and if my situation is in any relation with a fact that Redmine 1.2.x is not listed as supported?

Regards,

B

BlaY0 avatar Oct 14 '11 06:10 BlaY0

Hi,

I'm using redmine 1.2.1 too so I don't think that your problem is related to redmine 1.2.x. But did you check permissions? You need to have 2 permissions in order to see action buttons in the repository view:

  • commit (in repository permissions)
  • update repository (in SCM extensions permissions)

Kind regards,

Arnaud

amartel avatar Oct 14 '11 19:10 amartel

Hi Arnaud,

Yes, permissions were OK but I somehow missed the SCM extensions module in project settings. In fact it is not mentioned in your installation notes ;) Or is it?

Regards,

Blaz

BlaY0 avatar Oct 15 '11 23:10 BlaY0