Project

General

Profile

Actions

Defect #17298

closed

Need new project when changing the svn repo address

Added by moebius ever almost 10 years ago. Updated almost 10 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
SCM
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Invalid
Affected version:

Description

Enviroment:
Redmine version:2.4.5.stable
Ruby version: 2.0.0-p451 (2014-02-24) [i686-linux]
Rails version: 3.2.17
Enviroment: production
Database adapter: Mysql2
SCM:
Subversion: 1.6.11

Hello, I'm a newbie.
I installed redmine on CentOS 6.5 (i386) according to Redmine 2.0.3 with Subversion and LDAP Authentication (for Redmine and Subversion through Redmine) on Centos 6, i386 - detailed.Details was listed above.
I found a problem in using, this problem could reproduce by these steps:
1.The host's IP is 192.168.1.4
2.login it as root
3.cd /var/www/repos
4.svnadmin create test
5.chown R apache:apache test
6.login redmine server http://192.168.1.4 as administrator(Mine is admin)
7.Create a new project 'test'
8.In project 'test', through 'settings'
'Repositories'-'New repository' ,create repository.
scm: subversion
main reository: checked
url:http://127.0.0.1/repos/test
login: redmine
password: xxxxxxxx
9.Through 'settings'-'Repositories'-'Members',add user 'redmine'
10.Click Repository menu before Settings menu, it works perfectly
11.But login the host again, do this:
12.login it as root
13.cd /var/www/repos
14.svnadmin create test1
15.chown R apache:apache test1
16.login Redmine server http://192.168.1.4 as administrator(Mine is admin)
17.In project 'test', through 'settings'
'Repositories'-'New repository' ,create repository.
scm: subversion
main reository: checked
url:http://127.0.0.1/repos/test1
login: redmine
password: xxxxxxxx
18.Click Repository menu before Settings menu, it reports:
404
The entry or revision was not found in the repository.
19.Create a new project test1, repeat steps 8-10, there are no problems.
20.I tried test2 test3..., just like above.A new repos need a new project, or it cannot be accessed.
21.I think it's a problem, so report it.

Actions

Also available in: Atom PDF