Project

General

Profile

Integration with subversion: "No such file or directory"

Added by Andre Carlucci over 15 years ago

Hello,

I just installed redmine and started my first project.

When I tried to integrate with my svn, I got the following error:

"An error occurred when trying to access the repository: No such file or directory - svn list --xml "https://[myserver]:8443/svn/Projects/Hello/"@HEAD --username xxxx --password xxxx"

Where [myserver] is the svn IP.

The URL is correct, since I can copy it and past it on my browser and I can see the files. It also works with visual studio.

I also tried with the redmine svn url (http://redmine.rubyforge.org/svn) and I get the same error. What can be wrong?

redmine 0.7.3
VisualSVN 1.5.3

Thanks in advance,

André


Replies (7)

RE: Integration with subversion: "No such file or directory" - Added by Andre Carlucci over 15 years ago

I fogot to say:

Windows 2003 Server and both VisualSVN and redmine are in the same machine.

Any ideas?

RE: Integration with subversion: "No such file or directory" - Added by Andre Carlucci over 15 years ago

fogot = forgot.
Is it possible to edit my post instead of adding a new one?

RE: Integration with subversion: "No such file or directory" - Added by Andre Carlucci over 15 years ago

Another update:

If I copy the error message from redmine and past in my command line svn, it works...

svn list --xml "https://[myserver]:8443/svn/Projects/Hello/"@HEAD --username xxxx --password xxxx"

So the same command works in a normal svn and not in redmine. Ok, I will do some wireshark to see if it is really the same command.

RE: Integration with subversion: "No such file or directory" - Fixed - Added by Andre Carlucci over 15 years ago

Finally!

Looking at VisualSVN logs I realized that the svn.exe was never called by redmine application.

DAMN MEANINGLESS ERROR MESSAGES!

I put svn.exe in the path and guess what? It worked.

RE: Integration with subversion: "No such file or directory" - Added by Kondi Kondi over 14 years ago

Can you tell us where exactly copy this file svn.exe ?

RE: Integration with subversion: "No such file or directory" - Added by Mulia Arifandy Nasution about 14 years ago

Copy this files from "%PROGRAMFILES%\VisualSVN Server\bin"

libapr-1.dll
libaprutil-1.dll
libsvn_client-1.dll
libsvn_delta-1.dll
libsvn_diff-1.dll
libsvn_fs-1.dll
libsvn_ra-1.dll
libsvn_repos-1.dll
libsvn_subr-1.dll
libsvn_wc-1.dll
svn.exe

Then put it into bin directory (e.g C:\Ruby\bin)

RE: Integration with subversion: "No such file or directory" - Added by Ki Won Kim about 14 years ago

Verify VisualSVN Server's bin path to System path then restart your OS.(WIndows 2003)

    (1-7/7)