Dolphin, the GameCube and Wii emulator - Forums

Full Version: SVN Checkout
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7
Whenever i try to use the SVN Checkout, i get this message:
Last login: Sat Jul 4 10:37:41 on ttys000
Macintosh-3:~ Evan$ svn checkout http://dolphin-emu.googlecode.com/svn/trunk/ dolphin-
emu-read-only
svn: REPORT request failed on '/svn/!svn/vcc/default'
svn: REPORT of '/svn/!svn/vcc/default': Could not read status line: connection was closed by server.
(http://dolphin-emu.googlecode.com)
Macintosh-3:~ Evan$
Is it just blocking me from the Source Code? Because i know it's open source.
Any solutions??

gcp111

Works fine for me. Just tried it. Do you have a firewall? What's your /etc/hosts look like?
ok um, one thing this is on mac and i dunno about a firewall for terminal, oh wait, yeah in security settings, i can try that, lemme see...
yeah my firewall is comepletely disabled
Delete 'dolphin-emu-read-only' from the end of url

gcp111

(07-06-2009, 08:03 AM)nosound97 Wrote: [ -> ]Delete 'dolphin-emu-read-only' from the end of url

That's not the URL. That's the directory. Rolleyes
Yeah, when i delete the dolpin-emu-read-only, i get:
Macintosh-3:~ Evan$ svn checkout http://dolphin-emu.googlecode.com/svn/trunk/
svn: REPORT request failed on '/svn/!svn/vcc/default'
svn: REPORT of '/svn/!svn/vcc/default': Could not read status line: connection was closed by server. (http://dolphin-emu.googlecode.com)
Macintosh-3:~ Evan$
Any other suggestions?
Ok, another thing i want to draw attention to, it says "unable to read status line", and "connection was closed by server".
What status line??

gcp111

(07-06-2009, 08:11 AM)Evanjs Wrote: [ -> ]Ok, another thing i want to draw attention to, it says "unable to read status line", and "connection was closed by server".
What status line??

Probably the first line SVN needs to read.

Once again, it works fine here. You must have a firewall or something blocking your connection.

Or your hosts file.

$ cat /etc/hosts

what's the output?
Oh, ok because i didnt know what you meant by the host thing before, and i hope this is the output you're looking for?:
##
# Host Database
#
# localhost is used to configure the loopback interface
# when the system is booting. Do not change this entry.
##
127.0.0.1 localhost
255.255.255.255 broadcasthost
::1 localhost
fe80::1%lo0 localhost
Macintosh-3:~ Evan$

gcp111

Unless it's your firewall, I don't know. I'm pretty sure SVN uses port 3690. Sorry. Undecided
(07-06-2009, 09:09 AM)gcp111 Wrote: [ -> ]Unless it's your firewall, I don't know. I'm pretty sure SVN uses port 3690. Sorry. Undecided

No, because my firewall is set to Allow all incoming connections
Pages: 1 2 3 4 5 6 7