Beta SVN Down?

thewonderidiot

Active member
Joined
Sep 26, 2017
Messages
14
Reaction score
27
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!
 

Xyon

Puts the Fun in Dysfunctional
Administrator
Moderator
Orbiter Contributor
Addon Developer
Webmaster
GFX Staff
Beta Tester
Joined
Aug 9, 2009
Messages
6,922
Reaction score
789
Points
203
Location
10.0.0.1
Website
www.orbiter-radio.co.uk
Preferred Pronouns
she/her
No, my fault - I did test this, but after our resize downtime the svn service didn't re-initialise. Try now.
 

marvin300

New member
Joined
May 27, 2009
Messages
3
Reaction score
0
Points
1
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.
 

GLS

Well-known member
Orbiter Contributor
Addon Developer
Joined
Mar 22, 2008
Messages
5,870
Reaction score
2,867
Points
188
Website
github.com
Seems to be workng here... :shrug:
 

kuddel

Donator
Donator
Joined
Apr 1, 2008
Messages
2,064
Reaction score
507
Points
113
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).
 

Xyon

Puts the Fun in Dysfunctional
Administrator
Moderator
Orbiter Contributor
Addon Developer
Webmaster
GFX Staff
Beta Tester
Joined
Aug 9, 2009
Messages
6,922
Reaction score
789
Points
203
Location
10.0.0.1
Website
www.orbiter-radio.co.uk
Preferred Pronouns
she/her
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?
 
Top