Emulator Issues #1088
closedSVN Checkout wont work
0%
Description
It says:
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$
Connection closed by server? Is it just not letting me get the sources or something???
Updated by Anonymous over 15 years ago
- Status changed from New to Won't fix
not a dolphin issue, and the sources are open to everyone.
Updated by evanjsx over 15 years ago
wait, so what do i do? it just always says connection closed by server? and i know its open source, but do you
know whats wrong?
Updated by sl1nk3.s over 15 years ago
you may want to post it on the forum, there's no reason for it not to work :)
Updated by leland.ross over 15 years ago
Does it download any of the source or does it just simply list this error and exit?
Updated by evanjsx over 15 years ago
It gives me the error but it doesn't exit it just stays open
Updated by sskkiipp over 15 years ago
it just works. should be a problem with your connection or config.
Updated by celgilles over 15 years ago
you're doing something wrong here. Which OS X version do you have ? 10.4 or 10.5 ? I've downloaded many
times via svn the dolphin-svn code.
Maybe you don't have write permissions in your current folder.
On OS X 10.5 just go to you "Downloads" folder and try again:
#cd ~/Downloads/
#svn checkout http://dolphin-emu.googlecode.com/svn/trunk/ dolphin-emu-read-only
then:
#cd dolphin-emu-read-only
If you have installed macports.org dependencies (see dolphin's Mac OS X wiki page) and Apple's XCode 3.1.3
Compile it with command:
#scons verbose=yes wxconfig=/opt/local/bin/wx-config CC=gcc-4.2 CXX=g++-4.2
Updated by zantezuken over 15 years ago
Google Code Project has it's own Issue tracker. Post such issues there.