C2C SVN Changelog

Also, I just migrated my SDK SVN repo and now it seems to be ignoring my makefilepaths. Which means building the DLL is a problem now. Is anyone else having this issue?
 
Do you know why it keeps asking for my password, even though i have it already "checkedout"?

I had to use the https variant because otherwise it would keep asking me for the password without (obvious - at least 20+ before I gave up) end. Using the https variant solved it for me.
 
Also, I just migrated my SDK SVN repo and now it seems to be ignoring my makefilepaths. Which means building the DLL is a problem now. Is anyone else having this issue?

Have you copied your makefilepaths from your old copy over the freshly checked out one (which won't be set up for your environment) in the new one?

Edit - also I had to copy the 'boost' folder from 'sources' in my old copy to my new - for some reason it doesn't seem to be part of the SVN.
 
Have you copied your makefilepaths from your old copy over the freshly checked out one (which won't be set up for your environment) in the new one?

Edit - also I had to copy the 'boost' folder from 'sources' in my old copy to my new - for some reason it doesn't seem to be part of the SVN.
The boost folder is not needed there as it is already part of your BtS installation (but I guess you use a copy instead of referencing it directly).
 
Have you copied your makefilepaths from your old copy over the freshly checked out one (which won't be set up for your environment) in the new one?

Edit - also I had to copy the 'boost' folder from 'sources' in my old copy to my new - for some reason it doesn't seem to be part of the SVN.

Yes. I have it set up the same but Visual Studio is trying to use the old paths (the ones from the default SVN makefile). I've tried unloading and reloading the project and closing VS but it doesn't help.
 
I had to use the https variant because otherwise it would keep asking me for the password without (obvious - at least 20+ before I gave up) end. Using the https variant solved it for me.

I have it on desktop. and i just TRY to update and it still asks for password, are we still talking about the same thing?
 
I have it on desktop. and i just TRY to update and it still updates, are we still talking about the same thing?

The OLD one still exist and works but is now read-only, so yes you can update it, but you cannot modify it any more, so it's effectively dead except as a record of the past (and the history is also available on the new one too, so the old is essentially pointless)
 
Yes. I have it set up the same but Visual Studio is trying to use the old paths (the ones from the default SVN makefile). I've tried unloading and reloading the project and closing VS but it doesn't help.

It's working fine for me (after copying 'boost' over) so no idea, sorry.
 
Yes. I have it set up the same but Visual Studio is trying to use the old paths (the ones from the default SVN makefile). I've tried unloading and reloading the project and closing VS but it doesn't help.

OK, I fixed it. The TOOLKIT variable was commented out by accident, go figure.
 
The OLD one still exist and works but is now read-only, so yes you can update it, but you cannot modify it any more, so it's effectively dead except as a record of the past (and the history is also available on the new one too, so the old is essentially pointless)

Thats what i am talking about the NEW one, i deleted the old one already??
 
Thats what i am talking about the NEW one, i deleted the old one already??

This is the path I used to make it work like before (ie, only enter user authentication once).
Code:
https://ls612@svn.code.sf.net/p/caveman2cosmos/code/trunk

Try that (of course remembering to replace ls612 with strategyonly).
 
This is the path I used to make it work like before (ie, only enter user authentication once).
Code:
https://ls612@svn.code.sf.net/p/caveman2cosmos/code/trunk

Try that (of course remembering to replace ls612 with strategyonly).

You need to do it without the trailing /trunk if you need the entire thing (extra leaderheads etc.) as well
 
Just pushed to (new) SVN (5215):
  • Fixed end of turn hang recently reported
  • Fixed minor AI bug with combatmod promotion evaluation
  • Fixed incorrect assessment of buildings enabled by a tech that also require other techs in tech valuation
  • Boosted tech valuation of free-tech (and free great person/units to a lesser extent) on first discovery techs
  • Fixed incorrect evaluation of techs that enable buildings which boost production by combat type

Note - most of these are to address the points raised in the AI not teching to Sedentary Lifestyle efficiently thread, though they are generic issues that relate to the entire tech tree.
 
OMG after updating I went to check the log and I had to put my password in like 6 times in a row before it would show me it. Grrr. :mad:

Look at post 5771, it took OUT the ssh stuff, try that with a new export.
 
Not "Export", "Show Log".

Thats what i am saying, more than likely you have the ssh stuff in the export you did before, you have to re-do the thunk and export it withOUT that for a NEW SVN, at least thats what i had to do, just like Koshling and ls612 informed us about.

Look at 5770 (attached) and 5771 lines see the difference??? Its doesn't ask for the password but once, and then thats it.
 
I have downloaded the new SVN as a non-modder at revision 5216. The folder now has a size of 5.06 GB (a little bit more than 1 GB had to be downloaded). My old SVN folder (created on May 2012) has a size of 19.3 GB. Is this correct or has there been an error?
 
I have downloaded the new SVN as a non-modder at revision 5216. The folder now has a size of 5.06 GB (a little bit more than 1 GB had to be downloaded). My old SVN folder (created on May 2012) has a size of 19.3 GB. Is this correct or has there been an error?

Depends - did you download from the root or just from the 'trunk' folder. If the latter it sounds fine.
 
Back
Top Bottom