redmine_git_remote
redmine_git_remote copied to clipboard
Redmine plugin to automatically clone and fetch referenced repositories
if you want to use a private repo, you can't use something in the format of [email protected]:evolvingweb:"port"/my-secret-repo.git or [email protected]:evolvingweb:"port":/my-secret-repo.git I tried editing my 'redmine' users .ssh/config to make this work...
Redmine 4.1 internal 500 error on create new gitremote repository. If gitremote repo exist, error 500 on enter project repository
Since I needed this one anyway, and the one implemented in #19 contained unnecessary fixes as well, we keept it simple and do one thing per PR.
after a gitremote type scm is created for a project, then i tried to delete the repository from the project repository settings, after that, checked the disk, the repo is...
for cases that the remote repo has lots of branches, but we only need one branch for project a, and another branch for project b, we should only clone the...
I just installed the plugin and when i try to navigate its returning 500, is redmine 4.0 is still not supported. ` F, [2018-12-22T08:48:09.572547 #1] FATAL -- : F, [2018-12-22T08:48:09.572578...
SCM GitRemote Main Repository [x] identifier testrepo pathtorepository /usr/local/redmine/plugins/redmine_git_remote/repos/github.com/FreeBSD-RePerfect/freebsd Clone URL https://github.com/FreeBSD-RePerfect/freebsd.git 'Clone URL https://github.com/FreeBSD-RePerfect/freebsd.git is not a valid remote.' /usr/local/redmine/plugins/redmine_git_remote/repos/ is owned by redmine:redmine which is the user/group redmine...
Ruby does not provide `fork()` under windows. I worked arround that by replacing the call to `fork()` in line 18 of `poor_mans_capture3.rb` with `Process.spawn(*cmd)` and deleting line 23 (`exec(*cmd)`). As...
For some reason when i put the [email protected]/example.git the the plugin uses the root account to access the git server. why doesn't it use the redmine account which owns the...
I have redmine installed as a specific user: `/home/my_redmine`, and have Apache access (via Phusion Passenger) through symbolic link `/var/www/my_redmine -> /home/my_redmine`. When I try to add repo I get:...