SVN Integration
Added by Jeremy Evans over 14 years ago
I am having a weird integration issue. I use Visual SVN Server and am trying to hook a project to it. When I set it up and go to the repository screen all I get is "The entry or revision was not found in the repository." If I go to the CLI of the server an type "svn list --xml https://server/svn/project" It successfully displays the expected list.
Not sure where to go from here to see what is failing.
-Jeremy
Replies (3)
RE: SVN Integration - Added by Felix Schäfer over 14 years ago
Does svn list --xml https://server/svn/project
yield a result when run as the user running redmine?
RE: SVN Integration - Added by Jeremy Evans over 14 years ago
Same story, I get the correct XML on the command line but in Redmine I only get the error.
Also, if this helps any, I am using an upgraded, to 1.0, Turnkey appliance install. The install was a fresh install that had no data in it.
-Jeremy
RE: SVN Integration - Added by Jeremy Evans over 14 years ago
Got it fixed now. After realizing I did not have the SVN user setup correctly it now works perfectly. Thaks for such a great project :-)
-Jeremy