OpenXcom Forum

OpenXcom => Open Feedback => Topic started by: mewse on June 17, 2010, 09:57:07 pm

Title: SVN path
Post by: mewse on June 17, 2010, 09:57:07 pm
I think the svn path in the "compiling" section of the website is incorrect, it is:

https:https://openxcom.svn.sourceforge.net/svnroot/trunk/

The correct path seems to be:

https:https://openxcom.svn.sourceforge.net/svnroot/openxcom

I was going to email about it but could not find an address, sorry
Title: Re: SVN path
Post by: SupSuper on June 18, 2010, 06:30:21 am
Thanks for that, I never seem to get the bloody thing right. :-[

I've also added a Contact link on the website if you need to email me for little things like this, although the forum is better otherwise.
Title: Re: SVN path
Post by: pmprog on June 18, 2010, 08:23:26 am
I'll post here in case anybody knows.

I'm getting
Quote
<Repository moved temporarily to 'https://openxcom.svn.sourceforge.net/svnroot', please relocate>

Putting said address in I get
Quote
<The OPTIONS response did not include the requested activity-collection-set; this means that the URL is not WebDAV-enabled>

Prior to this I was getting something like
Quote
<OPTIONS 'https://openxcom.svn.sourceforge.net/svnroot': 200 OK '(something else)'>

Is this just my SVN client, or is anybody else getting these problems?

 Thanks
Title: Re: SVN path
Post by: SupSuper on June 18, 2010, 05:19:52 pm
Works fine for me. Make sure you're accessing https://openxcom.svn.sourceforge.net/svnroot/ (http://https:https://openxcom.svn.sourceforge.net/svnroot/) and not https://openxcom.svn.sourceforge.net/svnroot (https://openxcom.svn.sourceforge.net/svnroot) with your SVN client (the terminating backslash is important).

In any case, the full correct URL is https:https://openxcom.svn.sourceforge.net/svnroot/openxcom/trunk/

When in doubt, you can always check the Sourceforge page: https://sourceforge.net/scm/?type=svn&group_id=300877 (https://sourceforge.net/scm/?type=svn&group_id=300877)
Title: Re: SVN path
Post by: pmprog on June 18, 2010, 09:01:16 pm
Yeah, I used the sourceforge page links, that full URL one worked tho. Thanks  :)