redmine问题

问题1: 404 版本库中不存在该条目和(或)其修订版本。

1.1 GIT库:

参考:http://stackoverflow.com/questions/13000247/redmine-gitolite-issue-with-repository-permissions-and-more

I managed to get it working pointing the original repo to Redmine, since both sit on the same machine, by following some simple steps:

1. Add a repository on Redmine with the original repo of gitolite‘s repository. The path would be something like /home/git/repositories/my-repo.git.

2, Initially, Redmine doesn‘t have any permissions to read the repository, so we fix the problem by adding the Redmine user (usually www-data or apache) to the git group by running usermod -a -G git www-data (be aware of your server‘s configuration, because that can be a little different, according to how you configurated gitolite.

3. Change the UMASK property on the .gitolite.rc file, from the default value of 0077 to 0022, the equivalent of 755 (rwxr-xr-x) for directories and 644 (rw-r--r--) for files.

4. For existing repos, you might need to run a chmod -R g+rX

If you still experience the permissions trouble with Redmine, where it opens a 404instead of the repo on the repository tab, you might have to run a chmod -R g+rX on the whole /home/git/repositories, in order to make sure the Redmine user can read all the way through the repos.

1.2 SVN库

1.2.1 此时product.log报异常:

Error parsing svn output: #<REXML::ParseException: No close tag for /lists/list>

1. 确保版本库的SVN中,使用正确的SVN 用户名和密码

如不能解决,2. 在redmine服务器执行:
svn list --xml "https://22.222.111.222:8443/svn/myproject/"@HEAD --username "myname" --password "mypasswd" --no-auth-cache --non-interactive
如果不行,后面再加上--trust-server-cert

时间: 2024-11-05 19:04:00

redmine问题的相关文章

redmine配置邮件通知服务

redmine是一款非常优秀的项目管理平台,但有个明显的缺点--没有消息推送功能,也就是说当redmine上的任务有更新时,干系人无法及时的获取消息.但redmine可以通过绑定邮箱.以邮件通知的形式给干系人推送任务更新提醒. 传统的redmine安装配置方法非常复杂,推荐大家使用bitnami一键安装服务,它集成了redmine所需的各种环境,像安装普通软件一样,非常方便. bitnami redmine 下载地址:https://bitnami.com/stack/redmine 当我们把r

linux-centos6.5一键安装 Redmine

系统环境: centos6.5-web 下载地址: https://bitnami.com/stack/redmine/installer#linux bitnami-redmine-3.3.0-0-linux-x64-installer.run 安装过程如下: ./bitnami-redmine-3.3.0-0-linux-x64-installer.run  #执行安装包 Language Selection Please select the installation language [

redmine邮件发送功能配置详解

redmine的邮件发送功能还是很有用的. 像项目有更新啦,任务分配啦,都能邮件发送的相关责任人. 我自己在linux服务器上安装并启动了redmine后,邮件一直发送了不了. 查了网上的资料,都是讲修改下配置文件就可以了,他们没错,只是没有讲全. 下面是我整理的一个redmine邮件发送功能设置的一个完整流程. 1. sendmail安装与检查 linux机器上安装的redmine要能发送邮件,先得是本机的sendmail功能是正常的. 查看sendmail进程是否已正常启动: $ ps au

redmine的安装与配置

1.安装相关软件 yum install make gcc gcc-c++ zlib-devel ruby-devel rubygems ruby-libs apr-devel apr-util-devel httpd-devel mysql-devel automake autoconf ImageMagick ImageMagick-devel curl-devel mysql mysql-server 2.安装包组 yum groupinstall -y "Development Tool

rubymine 调试 redmine

1.安装debase和ruby-debug-ide包. 2.启动redmine单独应用(用thin服务器,参考bitnami安装windows服务使用的脚步文件) D:\App\Bitnami\redmine-3.3.0-0\apps\redmine\htdocs>rdebug-ide --host 0.0.0.0 --port 1234 --dispatcher-port 4321 -- 'D:/App/Bitnami/redmine-3.3.0-0/ruby/bin/ruby.exe' 'D

Upgrade Redmine 2.4 to Redmine 3.2: Import database

After install redmine 3.2, you may import the data of old version redmine to redmine 3.2. 1) Create a new clean database sudo mysql -u root -p drop database redmine CREATE DATABASE redmine character SET utf8; CREATE user 'redmine'@'localhost' IDENTIF

redmine和svn server的部署

作为一个程序猿,想要很好的管理自己项目和代码,我们需要一些工具做辅助. 项目管理工具redmine和代码版本管理工具 SVN(Subversion). 我们选择在虚拟机里面安装windows部署这两套系统,简单暴力. bitnami redmine 下载:https://bitnami.com/stacks , collabnet svn 下载: http://www.collab.net/downloads/subversion redmine: redmine安装起来看教程是相当复杂,还好,

2015年Ubuntu最新Redmine的安装和配置

最近需要在公司内部搭建一个项目管理平台Redmine,在摸索了一天之后,终于配置成功,在这里分享给大家. 公司服务器的系统是Ubuntu14.04,要安装的是最新的Redmine3.0. 由于Redmine是基于Ruby On Rails安装的,所以第一步是安装Ruby On Rails.这部分可以参考我的上一篇博文<Ubuntu Ruby On Rails安装和配置> PostgreSQL安装完Ruby On Rails之后,下一步是安装数据库.Redmine支持的数据库有MySQL.Pos

CentOS下安装Redmine 2.5.2

Redmine是用Ruby开发的基于web的项目管理软件,所以先要下载安装Ruby,再下载对 Ruby组件进行打包的 Ruby 打包系统RubyGems. 第一步:下载必要的软件 1.依赖包安装 # yum -y install zlib-devel curl-devel openssl-devel httpd-devel apr-devel apr-util-devel mysql-devel 2.下载安装软件 Redmine下载:# wget -P ~/tools http://www.re

Centos下安装Redmine

1 Redmine介绍 Redmine是基于ROR框架开发的一套跨平台项目管理系统,是项目管理系统的后起之秀,据说是源于Basecamp的ror版而来,支持多种数据库,除了和DotProject的功能大致相当外,还有不少自己的独特的功能,例如提供wiki.新闻台.时间跟踪.feed聚合.导出pdf等,还可以集成其它版本管理系统和BUG跟踪系统,例如SVN.CVS.TD等. 2 安装说明 操作系统:centos6.0 64位 所需软件:bitnami-redmine-2.5.2-0-linux-x