Author Topic: SVN path  (Read 7147 times)

Offline mewse

  • Sergeant
  • **
  • Posts: 10
    • View Profile
SVN path
« 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

Offline SupSuper

  • Lazy Developer
  • Administrator
  • Commander
  • *****
  • Posts: 2159
    • View Profile
Re: SVN path
« Reply #1 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.

Offline pmprog

  • Commander
  • *****
  • Posts: 647
  • Contributor
    • View Profile
    • Polymath Programming
Re: SVN path
« Reply #2 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

Offline SupSuper

  • Lazy Developer
  • Administrator
  • Commander
  • *****
  • Posts: 2159
    • View Profile
Re: SVN path
« Reply #3 on: June 18, 2010, 05:19:52 pm »
Works fine for me. Make sure you're accessing https://openxcom.svn.sourceforge.net/svnroot/ and not 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
« Last Edit: June 18, 2010, 05:25:06 pm by SupSuper »

Offline pmprog

  • Commander
  • *****
  • Posts: 647
  • Contributor
    • View Profile
    • Polymath Programming
Re: SVN path
« Reply #4 on: June 18, 2010, 09:01:16 pm »
Yeah, I used the sourceforge page links, that full URL one worked tho. Thanks  :)