Residual Source

Ask for help with ScummVM problems

Moderator: ScummVM Team

Post Reply
riksweeney
Posts: 4
Joined: Fri Mar 31, 2006 9:34 am

Residual Source

Post by riksweeney »

Hi,

I was wondering how I obtain the source code to Residual. I'm quite happy to try compiling it myself.

I'm using Linux with Fedora Core 3 if this helps.

Thanks

Richard
User avatar
Jimbob
Posts: 307
Joined: Mon Oct 31, 2005 4:36 pm
Location: Somewhere in the UK

Post by Jimbob »

You can check it out using svn: -

Code: Select all

 svn co https://svn.sourceforge.net/svnroot/scummvm residual
User avatar
sev
ScummVM Lead
Posts: 2299
Joined: Wed Sep 21, 2005 1:06 pm
Contact:

Post by sev »

No, that will not work. this will:

Code: Select all

  svn co https://svn.sourceforge.net/svnroot/scummvm/residual/trunk residual

Eugene
User avatar
Jimbob
Posts: 307
Joined: Mon Oct 31, 2005 4:36 pm
Location: Somewhere in the UK

Post by Jimbob »

Ah, it was a good guess! I don't have svn on this machine so I couldn't check the link.
clem
Posts: 2159
Joined: Mon Oct 31, 2005 11:14 am

Post by clem »

just curious, why use https for source code checkout? it's not like the data is secret I think
User avatar
sev
ScummVM Lead
Posts: 2299
Joined: Wed Sep 21, 2005 1:06 pm
Contact:

Post by sev »

You're right. I just c/p'ed it.


Eugene
fingolfin
Retired
Posts: 1452
Joined: Wed Sep 21, 2005 4:12 pm

Post by fingolfin »

SF.net only offers https access, I think.
clem
Posts: 2159
Joined: Mon Oct 31, 2005 11:14 am

Post by clem »

fingolfin wrote:SF.net only offers https access, I think.
I guess I figured why they offer that, afterall you send your login data if you're changing files
rocketsurgeon
Posts: 2
Joined: Wed Apr 12, 2006 12:32 am

Residual SVN source

Post by rocketsurgeon »

When I try to use the SVN source:

svn co https://svn.sourceforge.net/svnroot/scu ... dual/trunk residual

I get the error:
Unrecognized URL scheme

Can someone help?

Thanks,

RS
User avatar
LordHoto
ScummVM Developer
Posts: 1029
Joined: Sun Oct 30, 2005 3:58 pm
Location: Germany

Post by LordHoto »

I think your svn client isn't capable of using https/ssl. You should check for a build with ssl enabled,
rocketsurgeon
Posts: 2
Joined: Wed Apr 12, 2006 12:32 am

Post by rocketsurgeon »

I updated my xcode tools and my svn-ssl client and got it to work.

Thanks
Post Reply