CVS -The entry or revision was not found in the repository
Added by Madhu chennai over 14 years ago
Hai ,
We created a Projects in Redmine and imported the Modules in the following path : "/opt/cvs/repo"
In Redmine Repositories , we gave the Correct CVS Root : ":pserver:cvs:cvs@192.168.XXX.XXX:/opt/cvs/repo" and the Module Name that appear in the "/opt/cvs/repo" in the Path . But after that the Files are not shown in the Redmine and when i click repositores it shows "The entry or revision was not found in the repository.".
Can you please help to solve this
Thanks and Regards
Madhu.R
Replies (6)
RE: CVS -The entry or revision was not found in the repository - Added by Madhu chennai over 14 years ago
Cna you please tell whats the Correct problem ?
RE: CVS -The entry or revision was not found in the repository - Added by Felix Schäfer over 14 years ago
Madhu chennai wrote:
Cna you please tell whats the Correct problem ?
You need a newer version of CVS, see the installation docs for the correct version.
RE: CVS -The entry or revision was not found in the repository - Added by Madhu chennai over 14 years ago
Madhu chennai wrote:
Can you please explain more abt this
RE: CVS -The entry or revision was not found in the repository - Added by Neil K over 14 years ago
You said that the CVSROOT you given was ":pserver:cvs:cvs@192.168.XXX.XXX:/opt/cvs/repo". So, your CVS server is on 192.168.XXX.XXX. You need to check the CVS server version on that server. It may be 1.11.x or lower. If yes, you need to upgrade the CVS server to 1.12.x.
RE: CVS -The entry or revision was not found in the repository - Added by Snehasish Maity over 9 years ago
Hi all,
I am getting the same problem. My CVS server version is 1.12.13 but redmine server system has no internet access. And this is my log-
Started GET "/redmine/projects/testing/repository" for 10.203.113.57 at 2015-05-22 10:46:42 +0530
Processing by RepositoriesController#show as HTML
Parameters: {"id"=>"testing"}
Current user: review (id=1)
Rendered common/error.html.erb within layouts/base (0.5ms)
Completed 404 Not Found in 91.0ms (Views: 47.1ms | ActiveRecord: 5.9ms)
Please help. I am working on this for few days and now started to losing hope.