Project

General

Profile

Repository showing error "Entry and/or revision doesn't exist in the repository "

Added by Liju Mathew over 15 years ago

My repository module still showing the error "Entry and/or revision doesn't exist in the repository"while clicking on it.

My subversion is 1.4.5 and rails is 2.1.0 version. I can able to check the repository manually and also can able to integrate it with local redmine.

Whenever I try to checkout from the terminal, I got the following error. This problem exist only on server and repository is also working well.

svn co http://subversion.mydomain.com/myproject/
svn: The path was not part of a repository
svn: PROPFIND request failed on '/'
svn: '/' path not found

Pls guide me.

Thanks,
Liju


Replies (4)

RE: Repository showing error "Entry and/or revision doesn't exist in the repository " - Added by Tom A over 15 years ago

I have the same problem with SVN and redmine showing "Entry and/or revision doesn't exist in the repository".

I have SVN 1.4.5 and rails 2.0.2.

I don't know what i even need to do to try and fix this, anyone knows?

RE: Repository showing error "Entry and/or revision doesn't exist in the repository " - Added by Tom A over 15 years ago

Nevermind, i just got it fixed.

I looked in the apache2 error log and saw that there was a permissions error in accessing the SVN, after changing the permissions on the SVN folder eveything now works as it should.

RE: Repository showing error "Entry and/or revision doesn't exist in the repository " - Added by Liju Mathew over 15 years ago

Tom,

I have checked the permission issue and all are in right place. After checking the mongral logs (mongral.log) I got the following error,

svn: PROPFIND request failed on '/'
svn: PROPFIND of '/': 400 Bad Request (http://subversion.mydomain.com)
svn: The path was not part of a repository
svn: PROPFIND request failed on '/'
svn: '/' path not found

Still I can get any idea about svn error. Trac [[http://trac.edgewall.org/]] is working very fine with subversion on the same server :-(. Is it the issue with any ruby-subversion bindings ?

Let me know your experience,

Cheers,
Liju

RE: Repository showing error "Entry and/or revision doesn't exist in the repository " - Added by Tom A over 15 years ago

Liju,

I have not experienced that error with my SVN and redmine with Mongrel clusters environment.

Try and look at the error logs for Apache (/etc/logs/apache2/error.log), not mongrel, that is where i found my error. The reason i say apache logs, is because i have redmine working with mongrel clusters and apache as the load balancing server, but SVN itself is really only served through apache (in my installation anyway).

Did you set SVN through mongrel or apache?

    (1-4/4)