Project

General

Profile

Problem with SVN integration

Added by Joachim N over 13 years ago

Hi!

I am currently trying to setup SVN in my redmine installation. It is running on a Windows (XP) machine with VisualSVN Server. In redmine I entered information like this:

URL: https://intranet/svn/deponia/trunk
LOGIN: a_user
PASSWORD: **

When I try to browse the repository I get this error:

Processing RepositoriesController#show (for 192.168.178.117 at 2010-07-20 13:50:29) [GET]
Parameters: {"action"=>"show", "id"=>"deponia", "controller"=>"repositories"}
SCM command failed, make sure that your SCM binary (eg. svn) is in PATH (C:\Ruby187\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Programme\Java\jre6\bin;C:\Programme\CVSNT\): svn info --xml "https://intranet/svn/deponia/trunk/" --username xxxx --password xxxx --no-auth-cache --non-interactive
with: No such file or directory - svn info --xml "https://intranet/svn/deponia/trunk/" --username xxxx --password xxxx --no-auth-cache --non-interactive
SCM command failed, make sure that your SCM binary (eg. svn) is in PATH (C:\Ruby187\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Programme\Java\jre6\bin;C:\Programme\CVSNT\): svn info --xml "https://intranet/svn/deponia/trunk/" --username xxxx --password xxxx --no-auth-cache --non-interactive
with: No such file or directory - svn info --xml "https://intranet/svn/deponia/trunk/" --username xxxx --password xxxx --no-auth-cache --non-interactive
SCM command failed, make sure that your SCM binary (eg. svn) is in PATH (C:\Ruby187\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Programme\Java\jre6\bin;C:\Programme\CVSNT\): svn list --xml "https://intranet/svn/deponia/trunk/"@HEAD --username xxxx --password xxxx --no-auth-cache --non-interactive
with: No such file or directory - svn list --xml "https://intranet/svn/deponia/trunk/"@HEAD --username xxxx --password xxxx --no-auth-cache --non-interactive

Thats why I added "%PROGRAMFILES%\VisualSVN Server\bin" to my PATH variable. I am pretty sure that this is the correct path since there is an svn.exe in this directory. Sadly it still doesn't work.

Besides: When hitting the save-button after inserting the information above something strange happens. Redmine tells me that saving was successful, but afterwards the password field is showing a sequence of dots that is longer than the password I entered.

Any ideas?


Replies (3)

RE: Problem with SVN integration - Added by Joachim N over 13 years ago

Edit: I was wrong: When saving the svn information in project settings redmine doesn't say that saving was successful. The only thing that happens is that the password gets longer or at least the dots inside of the field.

RE: Problem with SVN integration - Added by Joachim N over 13 years ago

Oh, I just recognized that the error message tells me that the svn path is not in the path variable although I entered it. I should try to fix this first. Hopefully I don't need to restart the server...

RE: Problem with SVN integration - Added by Joachim N over 13 years ago

Ok, problem fixed... :D I needed to restart the console and the relative path "%PROGRAMFILES%\" didn't work.

    (1-3/3)