Beta SVN Down?

thewonderidiot

Active member
Joined
Sep 26, 2017
Messages
14
Reaction score
28
Points
28
I'm trying to get the Orbiter Beta installed, but I'm having trouble with the subversion repository. When I try to checkout svn://orbiter-forum.com/orbiter, I get the message "No connection could be made because the target machine actively refused it."

Is the SVN down? Or has it moved, or am I doing something wrong? Thanks in advance!
 
No, my fault - I did test this, but after our resize downtime the svn service didn't re-initialise. Try now.
 
I'm getting this.

Code:
PS D:\orbiter-beta> svn copy svn://svn.orbiter-forum.com/orbiter here
svn: E170013: Unable to connect to a repository at URL 'svn://svn.orbiter-forum.com'
svn: E210005: No repository found in 'svn://svn.orbiter-forum.com'

http:// gives me 404.
 
Seems to be workng here... :shrug:
 
Don't know if your "svn copy <URL> <PATH>" works for the path you're working in, but the repository itself (at svn://svn.orbiter-forum.com/orbiter ) responds normally (2019-12-17 18:50 UTC).
 
I'm getting this.

Code:
PS D:\orbiter-beta> svn copy svn://svn.orbiter-forum.com/orbiter here
svn: E170013: Unable to connect to a repository at URL 'svn://svn.orbiter-forum.com'
svn: E210005: No repository found in 'svn://svn.orbiter-forum.com'
http:// gives me 404.

If you hit http://svn.orbiter-forum.com:3690/ you should get a response back from svnserve, something like this:

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

You can validate the SVN element is working like this:

Code:
svn ls svn://svn.orbiter-forum.com/orbiter                                                                                                                                                                   ─╯
Config/
Constell.bin
Constell2.bin
Doc/
Flights/
Html/
Images/
Install/
LuaInline.dll
LuaInterpreter.dll
Meshes/
Modules/
Orbiter_ng.exe
Orbitersdk/
Scenarios/
Script/
Star.bin
Textures/
Textures2/
Utils/
lua5.1.dll
msvcp71.dll
msvcr71.dll
orbiter.exe
readme.txt

I'm not sure what's going wrong with what you're trying to do. What are you trying to do?
 
Back
Top