Author Topic: Can't access SVN  (Read 2679 times)

Vector_Matt

  • Posts: 732
  • Turrets: +2/-1
Can't access SVN
« on: October 14, 2006, 01:46:15 pm »
When I try to checkout the SVN, tortiseSVN gives me this messsage, Error * PROPFIND request failed on '/tremulous/trunk' PROPFIND of '/tremulous/trunk': 301 Moved (http://svn.icculus.org)

I do not know why I get this message, I am able to checkout other projects (none of which are at icculus.org, they are at sourceforge.net). Is there a special configuration needed to access the icculus.org svn? And if I manage to download the SVN, how would I compile it on Windows XP?

Thank you for any help you can give

vcxzet

  • Guest
Can't access SVN
« Reply #1 on: October 14, 2006, 08:17:26 pm »
http://svn.icculus.org/*checkout*/quake3/trunk/README
Code: [Select]
For *nix
  1. Change to the directory containing this readme.
  2. Run 'make'.

For Windows, using MinGW
  1. Download and install MinGW and MSys from http://www.mingw.org/.
  2. Download http://www.libsdl.org/extras/win32/common/directx-devel.tar.gz
     and untar it into your MinGW directory (usually C:\MinGW).
  3. Open an MSys terminal, and follow the instructions for compiling on *nix.



----So I did that way----

compilation:
get:::from mingw site:::unzip to c:\mingw
binutils-2.16.91-20060119-1.tar.gz
gcc-core-3.4.5-20060117-1.tar.gz
gcc-g++-3.4.5-20060117-1.tar.gz
mingw-runtime-3.9.tar.gz
mingw-utils-0.3.tar.gz
w32api-3.6.tar.gz

get:::from mingw site:::install
MSYS-1.0.10.exe
mingw32-make-3.80.0-3.exe

get:::unzip to c:\mingw
http://www.libsdl.org/extras/win32/common/directx-devel.tar.gz

Open MSys terminal cd to svn directory on your disk
Type make

getting svn::
create a new folder
right click - choose checkout
type svn://svn.icculus.org/tremulous/trunk to "URL of re.."
and "HEAD Revision" should be checked

Vector_Matt

  • Posts: 732
  • Turrets: +2/-1
Can't access SVN
« Reply #2 on: October 15, 2006, 11:57:38 pm »
Thank you, this helps alot.