CVS link

OpenTTD is a fully open-sourced reimplementation of TTD, written in C++, boasting improved gameplay and many new features.

Moderator: OpenTTD Developers

Post Reply
User avatar
heavyjoost
Engineer
Engineer
Posts: 26
Joined: 19 Dec 2002 14:00
Location: Canada
Contact:

CVS link

Post by heavyjoost »

I'd like to have a link on the website of the CVS files (like those guys of http://amsn.sourceforge.net) in a .tar.gz (or whatever what kind of compressed file) because I can't install "subversion". Now I have to browse the CVS directory and save the files manually which takes a lot of time :(. I hope this is possible, would help me a lot :).

Cheers
User avatar
orudge
Administrator
Administrator
Posts: 25138
Joined: 26 Jan 2001 20:18
Skype: orudge
Location: Banchory, UK
Contact:

Post by orudge »

User avatar
heavyjoost
Engineer
Engineer
Posts: 26
Joined: 19 Dec 2002 14:00
Location: Canada
Contact:

Post by heavyjoost »

You guys rock 8)
User avatar
dominik81
OpenTTD Developer
OpenTTD Developer
Posts: 768
Joined: 16 Aug 2003 12:55
Location: Bonn, Germany

Post by dominik81 »

Just a thought: How can you not be able to install Subversion?
User avatar
heavyjoost
Engineer
Engineer
Posts: 26
Joined: 19 Dec 2002 14:00
Location: Canada
Contact:

Post by heavyjoost »

it gives some error while compiling subversion :(

edit: some other question, is that link also updated after every update? (just to make sure I'm using the latest version ;))
Bjarni
Tycoon
Tycoon
Posts: 2088
Joined: 08 Mar 2004 13:10

Post by Bjarni »

heavyjoost wrote:it gives some error while compiling subversion :(
What error do you get and what OS are you using?
User avatar
heavyjoost
Engineer
Engineer
Posts: 26
Joined: 19 Dec 2002 14:00
Location: Canada
Contact:

Post by heavyjoost »

I'm using Gentoo Linux using kernel 2.6.3-mm4. I'll look what errormessage I get
User avatar
orudge
Administrator
Administrator
Posts: 25138
Joined: 26 Jan 2001 20:18
Skype: orudge
Location: Banchory, UK
Contact:

Post by orudge »

heavyjoost wrote:edit: some other question, is that link also updated after every update? (just to make sure I'm using the latest version ;))
No, it's updated once a day, I believe.
User avatar
heavyjoost
Engineer
Engineer
Posts: 26
Joined: 19 Dec 2002 14:00
Location: Canada
Contact:

Post by heavyjoost »

orudge wrote:
heavyjoost wrote:edit: some other question, is that link also updated after every update? (just to make sure I'm using the latest version ;))
No, it's updated once a day, I believe.
that's pretty nice too :)

about subversion, emerge subversion (1.0.2) gives me this error:

Code: Select all

configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating native/Makefile
config.status: creating cls/Makefile
config.status: creating doc/Makefile
config.status: executing depfiles commands
Making all in src
make[1]: Entering directory `/var/tmp/portage/subversion-1.0.2/work/subversion-1.0.2/subversion/bindings/java/javahl/src'
CLASSPATH=../cls:./../cls:$CLASSPATH none/bin/javac -d ../cls -g  org/tigris/subversion/javahl/BlameCallback.java org/tigris/subversion/javahl/ClientException.java org/tigris/subversion/javahl/DirEntry.java org/tigris/subversion/javahl/JNIError.java org/tigris/subversion/javahl/LogMessage.java org/tigris/subversion/javahl/NodeKind.java org/tigris/subversion/javahl/Notify.java org/tigris/subversion/javahl/PromptUserPassword.java org/tigris/subversion/javahl/PromptUserPassword2.java org/tigris/subversion/javahl/PromptUserPassword3.java org/tigris/subversion/javahl/PropertyData.java org/tigris/subversion/javahl/Revision.java org/tigris/subversion/javahl/SVNClient.java org/tigris/subversion/javahl/SVNClientInterface.java org/tigris/subversion/javahl/SVNClientSynchronized.java org/tigris/subversion/javahl/Status.java
/bin/sh: line 1: none/bin/javac: No such file or directory
make[1]: *** [classnoinst.stamp] Error 127
make[1]: Leaving directory `/var/tmp/portage/subversion-1.0.2/work/subversion-1.0.2/subversion/bindings/java/javahl/src'
make: *** [all-recursive] Error 1

!!! ERROR: dev-util/subversion-1.0.2 failed.
!!! Function src_compile, Line 152, Exitcode 2
!!! Compilation failed
but I compiled subversion 1.0.0 myself without errors now, pretty strange
User avatar
heavyjoost
Engineer
Engineer
Posts: 26
Joined: 19 Dec 2002 14:00
Location: Canada
Contact:

Post by heavyjoost »

now it gives me this:

Code: Select all

bash-2.05b$ svn info
svn: '.' is not a working copy
that update shellscript made by Bjarni gives the same error :(. (using subversion 1.0.1)
User avatar
dominik81
OpenTTD Developer
OpenTTD Developer
Posts: 768
Joined: 16 Aug 2003 12:55
Location: Bonn, Germany

Post by dominik81 »

heavyjoost wrote:now it gives me this:

Code: Select all

bash-2.05b$ svn info
svn: '.' is not a working copy
You need to checkout the source first. Use

Code: Select all

svn co svn://svn.openttd.com/openttd/trunk openttd
to do so. Refer to the Linux Readme for further information.
User avatar
heavyjoost
Engineer
Engineer
Posts: 26
Joined: 19 Dec 2002 14:00
Location: Canada
Contact:

Post by heavyjoost »

Ah, it works :). Thank you very much :D
Bjarni
Tycoon
Tycoon
Posts: 2088
Joined: 08 Mar 2004 13:10

Post by Bjarni »

heavyjoost wrote:now it gives me this:

Code: Select all

bash-2.05b$ svn info
svn: '.' is not a working copy
that update shellscript made by Bjarni gives the same error :(. (using subversion 1.0.1)
If you look at the script, you will see that all it does is it updates to the newest revision and then it displays the changelog for all new revisions

It need to have a working copy directory to work. I never planned it to be a script to get the source, only updating it :wink:
Post Reply

Return to “General OpenTTD”

Who is online

Users browsing this forum: No registered users and 29 guests