OpenTTD is a fully open-sourced reimplementation of TTD, written in C++, boasting improved gameplay and many new features.
Moderator: OpenTTD Developers
heavyjoost
Engineer
Posts: 26 Joined: 19 Dec 2002 14:00
Location: Canada
Contact:
Post
by heavyjoost » 09 May 2004 20:58
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
orudge
Administrator
Posts: 25218 Joined: 26 Jan 2001 20:18
Skype: orudge
Location: Banchory, UK
Contact:
Post
by orudge » 10 May 2004 11:32
heavyjoost
Engineer
Posts: 26 Joined: 19 Dec 2002 14:00
Location: Canada
Contact:
Post
by heavyjoost » 10 May 2004 14:22
You guys rock
dominik81
OpenTTD Developer
Posts: 768 Joined: 16 Aug 2003 12:55
Location: Bonn, Germany
Post
by dominik81 » 10 May 2004 16:20
Just a thought: How can you not be able to install Subversion?
heavyjoost
Engineer
Posts: 26 Joined: 19 Dec 2002 14:00
Location: Canada
Contact:
Post
by heavyjoost » 10 May 2004 16:52
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
Posts: 2088 Joined: 08 Mar 2004 13:10
Post
by Bjarni » 10 May 2004 17:08
heavyjoost wrote: it gives some error while compiling subversion
What error do you get and what OS are you using?
heavyjoost
Engineer
Posts: 26 Joined: 19 Dec 2002 14:00
Location: Canada
Contact:
Post
by heavyjoost » 10 May 2004 17:14
I'm using Gentoo Linux using kernel 2.6.3-mm4. I'll look what errormessage I get
orudge
Administrator
Posts: 25218 Joined: 26 Jan 2001 20:18
Skype: orudge
Location: Banchory, UK
Contact:
Post
by orudge » 10 May 2004 18:02
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.
heavyjoost
Engineer
Posts: 26 Joined: 19 Dec 2002 14:00
Location: Canada
Contact:
Post
by heavyjoost » 10 May 2004 18:13
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
heavyjoost
Engineer
Posts: 26 Joined: 19 Dec 2002 14:00
Location: Canada
Contact:
Post
by heavyjoost » 10 May 2004 18:51
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)
dominik81
OpenTTD Developer
Posts: 768 Joined: 16 Aug 2003 12:55
Location: Bonn, Germany
Post
by dominik81 » 10 May 2004 19:53
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.
heavyjoost
Engineer
Posts: 26 Joined: 19 Dec 2002 14:00
Location: Canada
Contact:
Post
by heavyjoost » 10 May 2004 20:20
Ah, it works
. Thank you very much
Bjarni
Tycoon
Posts: 2088 Joined: 08 Mar 2004 13:10
Post
by Bjarni » 10 May 2004 22:51
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
Users browsing this forum: Google [Bot] and 27 guests