Redmine 1.2 + https(SVN) = 404 The entry or revision was not found in the repository.
Added by Marcin Z over 13 years ago
Hi
I now, that theme was very often said about it. But I don't now where I make mistake.
I describe step by step:
Step 1.
Installation Redmine 1.2 on Debian Squeeze (I supported myself http://www.redmine.org/projects/redmine/wiki/HowTo_Install_Redmine_on_Debian_Squeeze_with_Postgresql_Ruby-on-Rails_and_Apache2-Passenger, but check version Redmine, Rails and Rack, where are dependency describe this http://www.redmine.org/projects/redmine/wiki/RedmineInstall)
Subversion 1.6.12
Step 2.
I ran Redmine on my computer, and it works. I created project etc.
Step 3. It is my problem
I want connected repository subversion (https).I make that from Settings->Repository and fill frame (SCM, location, user name, password). Next when I went to Repository i always I obtain '404 - The entry or revision was not found in the repository.'
Subversion in browser or from console works, but from redmine doesn’t work.
I suppose that problem can by with ssl certificate fingerprint, but I used solution from there http://www.redmine.org/projects/redmine/wiki/FAQ#I-cant-browse-my-svn-repository-through-redmine
In places `/var/lib/redmine/svn/.subversive` ran `$ svn --config-dir . co https://localhost/svn/project1 delete-me` and accepting the certificate permanently.
Next I restart apache2 - but problem is not solved.
Modify subversion_adapter.rb in /lib/redmine/scm/adapters/subversion_adapter.rb got the same results, what solution above.
I now, my English is not enough good - but help me, please!
I don't what i wrong make.
Thank you.
Replies (2)
RE: Redmine 1.2 + https(SVN) = 404 The entry or revision was not found in the repository. - Added by Sébastien Gripon about 13 years ago
Same problem here. Moreover, I can see in the database that there are entries in the changeset table corresponding to that repository, so it seems that import from svn works.
RE: Redmine 1.2 + https(SVN) = 404 The entry or revision was not found in the repository. - Added by Bruno Sousa almost 10 years ago
The solution was posted here >>> http://www.inflightmagazine.co/fixing-svn-module-404-error-in-redmine/