SVN error: ( success ( 2 2 ( ) ( edit-pipeline svndiff1 absent-entries commit-revprops depth log-revprops atomic-revprops partial-replay ) ) )?

user1633212 picture user1633212 · Aug 29, 2012 · Viewed 8.2k times · Source

Can't Access Bitnami Redmine Subversion via browser (a message appeared).

Bitnami Redmine installed and running perfectly: version BitNami Redmine Stack 1.3.0-1

Running on Windows Server 2008 R2 Foundation.

The aim is to access Subversion, as the Manager tool says Subversion is running. Not sure if i need to configure it if its running? Am trying to access it on the server and remotely access it. We also use Visual SVN and that data is backed up and we want to take this backed up data and restore this backup into Redmine's own subversion. I think that's possible?

On any browser on address, I entered: localhost:3690 and I get this message inside the browser:

( success ( 2 2 ( ) ( edit-pipeline svndiff1 absent-entries commit-revprops depth log-revprops atomic-revprops partial-replay ) ) )

What does this mean?? and what do I need to do??

Any help is much appreciated! Many thanks!

Answer

vadishev picture vadishev · Aug 29, 2012

( success ( 2 2 ( ) ( edit-pipeline svndiff1 absent-entries commit-revprops depth log-revprops atomic-revprops partial-replay ) ) )

is the very first response svnserve sends during the client-server handshake. And 3690 is the default port number for svn:// protocol.

So, you're using svn:// protocol, not http(s)://.

Your SVN server is actually running, since you receive the message. You can also try to run svn info svn://localhost or svn info svn://localhost/$REPO_NAME it should print the information on Subversion repository.