User forums > Help
RH EL Core 4
KirkD:
Yeah, I was working on that. I took the step to get the latest SVN, so I downloaded/installed SubVersion, tested that it is working, and now when I execute
svn checkout svn://svn.berlios.de/codeblocks/trunk
I get "cannot connect to host...connection was actively refused by target machine"
I have a feeling that if I could get the source, I could get it to compile. Any ideas there??
-Kirk
TDragon:
Probably an issue with your firewall/router.
Pecan:
--- Quote from: mandrav on November 26, 2005, 03:17:52 pm ---Indeed, the migration is finished :D
For anonymous SVN access you can use either
--- Code: ---svn checkout svn://svn.berlios.de/codeblocks/trunk
--- End code ---
(via svn protocol), or
--- Code: ---svn checkout http://svn.berlios.de/svnroot/repos/codeblocks/trunk
--- End code ---
(via HTTP).
Developers must use either
--- Code: ---svn checkout svn+ssh://developername@svn.berlios.de/svnroot/repos/codeblocks/trunk
--- End code ---
(via svn+ssh protocol), or
--- Code: ---svn checkout https://developername@svn.berlios.de/svnroot/repos/codeblocks/trunk
--- End code ---
(via HTTPS).
--- End quote ---
Try the http method.
KirkD:
I should have mentioned that I did indeed try that method. I get this:
svn: REPORT request failed on '/svnroot/repos/codeblocks/!svn/vcc/default'
svn: REPORT of '/svnroot/repos/codeblocks/!svn/vcc/default': 400 Bad Request (http://svn.berlios.de)
mandrav:
--- Quote from: KirkD on May 10, 2006, 08:32:20 pm ---svn: REPORT request failed on '/svnroot/repos/codeblocks/!svn/vcc/default'
svn: REPORT of '/svnroot/repos/codeblocks/!svn/vcc/default': 400 Bad Request (http://svn.berlios.de)
--- End quote ---
What are these paths? These aren't ours...
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version