Apolyton Archive  |  Preserved copy of the Apolyton Civilization Site and its forums as they stood in September 2005. Read-only; nothing here can be posted to or replied to.  |  Forum index |  About this archive |  The 1998–2001 UBB forums
Today on Apolyton WARDELL INTERVIEW PROMO A.C.S. HISTORY CHAPTER 4 GET CIV4 /w FREE PLUS! A.C.S. PHOTO GALLERY GET A.O.M. V1.1
Apolyton Civilization Forums
main| civ2| civ3| civ4| smac| ctp2| ron| moo3| galciv| galciv2| alt| about|
ApolytonPLUS | register | search | faq | new posts | pm (-/-) | upload | members
hall of fame new! | civgroups | civgroups news | interviews | the column | radio | chat | directory | news | store | PLUS
Apolyton Civilization Forums : Powered by vBulletin version 2.0.3 Apolyton Civilization Forums > Call To Power II > CtP2-Source Code Project > good news
Show a Printable Version | Email This Page to Someone! | Receive updates to this thread | Report this to Apolyton news!
CivGroups
CTP2 Source Code Project (59): Not a Member - Join

bottom of page
  
Author
Thread   
Pages (4): [ 1   2   3   4   ]
< Last Thread     Next Thread > Post New Thread     Post A Reply
ctplinuxfan is offline ctplinuxfan
Warlord

Jan 2004
time: 06:31
  Old Post 19-01-2005 03:43
Edit/Delete Message Reply w/Quote
#31 Report this post to a moderator
Got spare money?

Just a sidenote that i started merging the sources and am nearly done with what i could get and got.

These are the patches I'm missing (all by Fromafar):



Beside that, 2004 is complete and 2003 is almost complete (thanks again for your help, Martin).

TBD:

  • collect missing patches. Fromafar? Martin? Anybody else?
  • perhaps update svn:ignore properties a bit
  • cross fingers that dump fits on webspace (current size: 115349625 bytes, ~29MB bzip2 compressed)


The attached zip contains two lists:

  • rep_ignore.txt Mainly files generated during compilation, thus to be ignored by version control
  • rep_skip.txt Above files plus some files of patch sets, that are unneeded (e.g. backup copies)


@kaan: trunk is about 53MB atm.
when i'm finished and you load the dump onto the server, checkouts need to be wiped and made again, so i didn't request a account yet.
do you host on windows or linux (i.e. does the dump need to have CRLF eol-style or LF eol-style as native)?

Attachment: not_added.zip
This has been downloaded 1 time(s).

ctplinuxfan is offline ctplinuxfan
Warlord

Jan 2004
time: 06:31
  Old Post 19-01-2005 04:00
Edit/Delete Message Reply w/Quote
#32 Report this post to a moderator
Got spare money?

quote:
Originally posted by kaan
What services do we need?

I figure that we need the subversion server and a bugzilla, and maybe even a gameserver for multiplayer.

Is there anything i forgot?

Maybe a homepage with information on how to use these services? A Wiki perhaps?


Google search: bug tracking +wiki +project management +subversion
left http://www.edgewall.com/trac/ with a project hosted on
http://projects.edgewall.com/trac/

Looks nice, can anybody check if this something for us?

J Bytheway is offline J Bytheway
Emperor
England
Jul 2001
time: 05:31
  Old Post 19-01-2005 04:08 Visit J Bytheway's homepage!
Edit/Delete Message Reply w/Quote
#33 Report this post to a moderator
Support Apolyton, buy Civilization III: Complete

quote:
Originally posted by kaan
great, lets merge when your done


Well, I've finished stage 1 - all the source alterations are in the repository. (Three mistakes that I know about crept in, I hope there aren't too many others that I don't know about...)

Now I just need to set some properties properly... Should be possible with a couple of well-written shell scripts (easy, right ).

J Bytheway is offline J Bytheway
Emperor
England
Jul 2001
time: 05:31
  Old Post 19-01-2005 04:12 Visit J Bytheway's homepage!
Edit/Delete Message Reply w/Quote
#34 Report this post to a moderator
Support Apolyton or Terrorists Win

...and it looks like ctplinux fan is nearly done too. I know I said I wouldn't bother if he did, but my pride got the better of me. Well, competition is healthy, but I still think his will be better than mine .

Last edited by J Bytheway on 19-01-2005 at 04:26

J Bytheway is offline J Bytheway
Emperor
England
Jul 2001
time: 05:31
  Old Post 19-01-2005 04:19 Visit J Bytheway's homepage!
Edit/Delete Message Reply w/Quote
#35 Report this post to a moderator
Remove this text

quote:
Originally posted by ctplinuxfan
These are the patches I'm missing (all by Fromafar):


I think I have all of those. I could email them to you if you send me an address.

quote:
TBD:

  • cross fingers that dump fits on webspace (current size: 115349625 bytes, ~29MB bzip2 compressed)


Hmm... That sounds very big. Are you using the --deltas option when you dump? With that, mine is only 21MB uncompressed, 15MB compressed.

ctplinuxfan is offline ctplinuxfan
Warlord

Jan 2004
time: 06:31
  Old Post 20-01-2005 04:30
Edit/Delete Message Reply w/Quote
#36 Report this post to a moderator
Support Apolyton, buy Galactic Civilizations: Deluxe Edition

quote:
Originally posted by J Bytheway
quote:
Originally posted by ctplinuxfan
These are the patches I'm missing (all by Fromafar):


I think I have all of those. I could email them to you if you send me an address.

This would be nice, please email them to holger.thon@inetmx.de
What files do you need?

quote:

Hmm... That sounds very big. Are you using the --deltas option when you dump? With that, mine is only 21MB uncompressed, 15MB compressed.

Well, i wrote a perl-script to generate it on-the-fly, don't know how to implement the delta format. But if i dump the repos with --deltas, it's 26MB uncompressed and 18MB bz2-compressed.

J Bytheway is offline J Bytheway
Emperor
England
Jul 2001
time: 05:31
  Old Post 20-01-2005 05:08 Visit J Bytheway's homepage!
Edit/Delete Message Reply w/Quote
#37 Report this post to a moderator
Support Apolyton, buy Call to Power 2

quote:
Originally posted by ctplinuxfan
This would be nice, please email them to holger.thon@inetmx.de


Sent.

quote:
What files do you need?


I'm missing everything from before 2004.02.01, at which time the naming conventions were rather confused anyway, and I didn't really try to handle those files properly. The first thing I added to the repository past the pristene Activision package was the 2004.03.28 all pack.

quote:
Well, i wrote a perl-script to generate it on-the-fly, don't know how to implement the delta format. But if i dump the repos with --deltas, it's 26MB uncompressed and 18MB bz2-compressed.


That sounds more plausible. If you've got all the revisions right from the start then that would seem a sensible figure.

Keep up the good work .

For myself, I've become a little confused by text encodings. If only Martin didn't have an umlaut in his name...

J Bytheway is offline J Bytheway
Emperor
England
Jul 2001
time: 05:31
  Old Post 20-01-2005 19:05 Visit J Bytheway's homepage!
Edit/Delete Message Reply w/Quote
#38 Report this post to a moderator
Get a bigger avatar today!

quote:
Originally posted by ctplinuxfan
This would be nice, please email them to holger.thon@inetmx.de


My message to that address bounced with the following error:

Recipient address rejected: User unknown in local recipient table

ctplinuxfan is offline ctplinuxfan
Warlord

Jan 2004
time: 06:31
  Old Post 20-01-2005 22:05
Edit/Delete Message Reply w/Quote
#39 Report this post to a moderator
Put an end to popups!

Oh, sorry, i forgot i had to delete that address because i got too much lovely spam, wonderful ...
It's still @inetmx.de , but ctplinuxfan@ that domain.

I'll collect the files before 2004.02.01...

J Bytheway is offline J Bytheway
Emperor
England
Jul 2001
time: 05:31
  Old Post 22-01-2005 05:53 Visit J Bytheway's homepage!
Edit/Delete Message Reply w/Quote
#40 Report this post to a moderator
Support Apolyton buy from Amazon

quote:
Originally posted by ctplinuxfan
Looks nice, can anybody check if this something for us?


From what I can see, it looks good, and I can't see any reason not to use it. It appears to provide convinient integration between all the aspects we have (subversion, bug tracking, documentation).

J Bytheway is offline J Bytheway
Emperor
England
Jul 2001
time: 05:31
  Old Post 22-01-2005 06:11 Visit J Bytheway's homepage!
Edit/Delete Message Reply w/Quote
#41 Report this post to a moderator
Browse Apolyton AD-FREE

Right, I finally conquered the umlauts and I think my construction is done.

I've built a repository with most of the alterations in place (as mentioned before I'm missing the ones at the beginning, and also 3 in the middle got misplaced slightly. Because I wasn't sensible enough to build it in an automated fashion (as I deduce ctplinuxfan is) there's not really any easy way for me to go back and put them in without starting from scratch), up to my last source patch (the num players alteration).

I've used mostly the same conventions as cplinuxfan, except that I didn't change the svn:date properties, but rather stored the posting date in apolyton_post_date, and I haven't set all the svn:eol-style properties on the source files.

The svn:ignore properties are sufficient for the debug and final versions, but not the release version.

kaan: The bzip2-ed dumpfile is a fraction under 15MB, which is more than I can email - are you perchance running an ftp server on this machine of yours too?

Of course, if you'd rather not bother with mine and simply skip to ctplinuxfan's version that's fine - but it seems sensible to me to take both .

ctplinuxfan is offline ctplinuxfan
Warlord

Jan 2004
time: 06:31
  Old Post 22-01-2005 21:35
Edit/Delete Message Reply w/Quote
#42 Report this post to a moderator
Remove this text

I just finished the dump, too.

@kaan: I just have 180MB volume left for this month, so i just sent you a link, to make sure you will be able to download it.

kaan is offline kaan
Prince
Aarhus
Mar 2001
time: 05:31
  Old Post 23-01-2005 20:05
Edit/Delete Message Reply w/Quote
#43 Report this post to a moderator
Support Apolyton, buy Civilization 2

My problem is very much that i dont have the time these next few months.
Ille see what i can do about a ftp server today.

J Bytheway is offline J Bytheway
Emperor
England
Jul 2001
time: 05:31
  Old Post 23-01-2005 21:02 Visit J Bytheway's homepage!
Edit/Delete Message Reply w/Quote
#44 Report this post to a moderator
Got spare money?

Well, if you're short of time, don't worry about me - focus on getting ctplinuxfan's dump in place, and then mine will probably be basically obsolete anyway.

J Bytheway is offline J Bytheway
Emperor
England
Jul 2001
time: 05:31
  Old Post 04-02-2005 19:28 Visit J Bytheway's homepage!
Edit/Delete Message Reply w/Quote
#45 Report this post to a moderator
Support Apolyton, buy GURPS/ Alpha Centauri

Any progress?

Keygen is offline Keygen
Emperor
Athens, Hellas
Jan 2000
time: 07:31
  Old Post 16-02-2005 16:23 Visit Keygen's homepage!
Edit/Delete Message Reply w/Quote
#46 Report this post to a moderator
Support Apolyton, buy Galactic Civilizations: Deluxe Edition

I wonder what is the status of the version control system. Has kaan managed to get the code online or not?

Fromafar is offline Fromafar
Prince

May 2003
time: 06:31
  Old Post 16-02-2005 22:59
Edit/Delete Message Reply w/Quote
#47 Report this post to a moderator
Support Apolyton, buy GURPS/ Alpha Centauri

He has. An archive is online with the original code, the files from the 2004.12.27 all pack, and the individual changes up to (not including) 2005.01.11. Useful, if you just want to get the (almost) latest version, or need a reference to check your own recent modifications against.

However, the step from the original code to the 2004.12.27 all pack is quite large. In parallel, ctplinuxfan and J Bytheway have been working on archives that contain more versions, but these are not online yet. When one of these is going to replace the current archive, any additions to the current achive will probably have to be redone, so we have not really been using it as a version control system yet.

Keygen is offline Keygen
Emperor
Athens, Hellas
Jan 2000
time: 07:31
  Old Post 17-02-2005 00:39 Visit Keygen's homepage!
Edit/Delete Message Reply w/Quote
#48 Report this post to a moderator
Support Apolyton, buy GURPS/ Alpha Centauri

Thanks Fromafar

So if I am not mistaken, ctplinuxfan has merged the original gode with all past changes but kaan hasn't put it online yet, right?

kaan is offline kaan
Prince
Aarhus
Mar 2001
time: 05:31
  Old Post 01-03-2005 13:45
Edit/Delete Message Reply w/Quote
#49 Report this post to a moderator
Support Apolyton, pre-order Civilization IV

Some of you might have noticed that the server isnt running.
Sunday there were a malfunction in the serverroom and the temperature was 37.2 grades celsius.
My server, an ageing netfinity 5000, have since refused to start. Im working on a solution.

-klaus

kaan is offline kaan
Prince
Aarhus
Mar 2001
time: 05:31
  Old Post 12-03-2005 17:27
Edit/Delete Message Reply w/Quote
#50 Report this post to a moderator
Inflate your Upload Space

Hi foks, heres a little update.

I have finished the project i was working on and now im using a lot of energy on getting my money for it.
This means that i have studiet some law an hired a lawyer to write threatning letters to the company i worked for.
This is all in place now and im getting more and more time on my hands again.
I will try to revive the server this weekend and hopefully it will be fully operational by sunday evening.
Im also renaming it to "Deathstar" because it is bulky, black, powerfull and has died on me when i least needed it

-klaus

kaan is offline kaan
Prince
Aarhus
Mar 2001
time: 05:31
  Old Post 14-03-2005 14:51
Edit/Delete Message Reply w/Quote
#51 Report this post to a moderator
Got spare money?

Last night i got the server up and running again, this time with a hotspare in the raid.
Today i am going to reestablish subversion.
Since all data was lost i will need your username/password again.

-klaus

Keygen is offline Keygen
Emperor
Athens, Hellas
Jan 2000
time: 07:31
  Old Post 18-03-2005 20:54 Visit Keygen's homepage!
Edit/Delete Message Reply w/Quote
#52 Report this post to a moderator
Remove this text

Should we need a backup version control server? I have a server online and I'm able to host one if it's needed.

kaan is offline kaan
Prince
Aarhus
Mar 2001
time: 05:31
  Old Post 18-03-2005 22:14
Edit/Delete Message Reply w/Quote
#53 Report this post to a moderator
Support Apolyton buy from Amazon

now the server is running fully again, next step is to get a dump from one of your repositorys.

Keygen: that is a splendid idea

J Bytheway is offline J Bytheway
Emperor
England
Jul 2001
time: 05:31
  Old Post 18-03-2005 22:41 Visit J Bytheway's homepage!
Edit/Delete Message Reply w/Quote
#54 Report this post to a moderator
Get a bigger avatar today!

quote:
Originally posted by kaan
now the server is running fully again, next step is to get a dump from one of your repositorys.


As I said before, I think the best way for you to get mine would be to allow me to upload it via ftp. If ctplinuxfan's is still where he put it before, then that would probably be rather easier for you to get.

kaan is offline kaan
Prince
Aarhus
Mar 2001
time: 05:31
  Old Post 19-03-2005 02:07
Edit/Delete Message Reply w/Quote
#55 Report this post to a moderator
Support Apolyton, buy Civilization 2

The repository made by ctplinuxfan is now online, i dont think it is up to current so please dont make any commits yet.
If someone were to take on the task of bringing the repository up to date i will be very thankfull as i cant spare any more time right now.

im finding more and more of your old passwords in my old mail folder so please try the old password before reapplying, thank you

-klaus

Martin Gühmann is offline Martin Gühmann
Emperor
Berlin, Germany
Mar 2001
time: 06:31
Post  Old Post 19-03-2005 03:32 Visit Martin Gühmann's homepage!
Edit/Delete Message Reply w/Quote
#56 Report this post to a moderator
Got spare money?

When I try to connect I get a "No respository found in svn://217.195.177.70/home/ctp2/sub" error.

-Martin

kaan is offline kaan
Prince
Aarhus
Mar 2001
time: 05:31
  Old Post 19-03-2005 04:04
Edit/Delete Message Reply w/Quote
#57 Report this post to a moderator
Browse Apolyton AD-FREE

quote:
Originally posted by Martin Gühmann
When I try to connect I get a "No respository found in svn://217.195.177.70/home/ctp2/sub" error.

-Martin


sorry, my fault, the URL has changed.
Besides that i didnt make a user for you martin, please send me a private message or email with your username/password.

svn://ctp2.kaan.dk/ctp2

ctplinuxfan is offline ctplinuxfan
Warlord

Jan 2004
time: 06:31
  Old Post 20-03-2005 19:23
Edit/Delete Message Reply w/Quote
#58 Report this post to a moderator
Support Apolyton buy from Amazon

Hi,

here is an incremental dump that should provide the changes until 14.03.05 06:13:57.

Please place it into repository with:

code:
bzip2 -dc file.bz2 | svnadmin load /path/to/repos/ctp2


Ciao
Holger

Attachment: ctp2-kaan-dk-r282-incremental-delta-r283-r291.dump.bz2
This has been downloaded 2 time(s).

ctplinuxfan is offline ctplinuxfan
Warlord

Jan 2004
time: 06:31
  Old Post 20-03-2005 19:40
Edit/Delete Message Reply w/Quote
#59 Report this post to a moderator
Lose 30 kilos (of popups)

I have no internet access at home for some time, so it's rather rare when i can send files.

In case the dump cannot be applied due to a checksum error, here is an incremental dump without deltas. Please only apply it once to the repository and only if applying the dump of my previous post fails (cmd like in the post above):

Size|Filename
439663|ctp2-kaan-dk-r282-incremental-r283-r291.dump.bz2

Attachment: ctp2-kaan-dk-r282-incremental-r283-r291.dump.bz2
This has been downloaded 0 time(s).

kaan is offline kaan
Prince
Aarhus
Mar 2001
time: 05:31
  Old Post 20-03-2005 21:47
Edit/Delete Message Reply w/Quote
#60 Report this post to a moderator
Tired of ads?

Thanks ctplinuxfan, the repository is now up to date.
The first patch worked fine

 
Pages (4): [ 1   2   3   4   ]
< Last Thread     Next Thread > Post New Thread     Post A Reply
All times are GMT. The time now is 05:31.
Apolyton Time is 00:31.
    top of page
Rate This Thread:
Forum Jump:
Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is ON
vB code is ON
Smilies are ON
[IMG] code is ON
 




Contact Us - Apolyton Civilization Site - Support Us!

Building a better Apolyton through better information. Click here and take our poll!
Non-US visitors, click here!

Powered by: vBulletin Version 2.0.3
Copyright ©2000, 2001, Jelsoft Enterprises Limited.

Page generated in 0.0559 seconds (91.26% PHP - 8.74% MySQL) with 36 queries
Page Loading Time:

Support Apolyton: Amazon USA | Amazon UK | Amazon DE | Amazon FR |
Support Apolyton and get FREE PLUS, Buy from Chips&Bits: Galactic Civilizations | Galactic Civilizations: Deluxe Edition | Call to Power 2 | Civilization: The Boardgame | GURPS/ Alpha Centauri | Alpha Centauri | Civilization IV | Civilization III: Complete |


Front Page | Civilization IV | Civilization III | Civilization II | Call to Power II | Alpha Centauri | Master of Orion III
Rise of Nations | Galactic Civilizations | Galactic Civilizations II | Misc
Alt.Civs | Civ I | C:CtP I | About | News | Directory | Apolyton Store | Forums | Chat | Columns | Interviews | Newsletter
Scenario League | CSC | Clash of Civs | Spanish Site | CtP Maps | Cradle of Civ | WesW's Ctp1/2 Site | Civ3 Haven

apolyton.net | apolyton.com | civilization2.net | civilization3.net | civilization4.net | civilizationiv.info | calltopower.net | galciv.net | galciv2.net | moo3.net