HI,

I am very much sure I've had a case where some one has made a commit
to code, made the appropriate entry for the Change Log, the change log
has updated correctly but there appears to have been a delay of up to
two days for the code to show as changed.

I have ruled out browser cache because I had not seen the code of that
page for so long, and the late view of non-changed code I saw was did
show some recent changes, but not the most recent one mentioned in the
Change Log.

The project is TeXworks, and the page in question is
http://code.google.com/p/texworks/source/browse/trunk/src/TWApp.cpp
line 532 and the revision is r944.

the part of line 532 that should have updated was

   "mailto:%1?&body=%3";

to look like

   "mailto:%1?body=%3";

as it now does, three days after the Change Log accurately had the
change noted as r944, but yesterday while the Chnage Log note for r944
was accuratley showing as it should, however the code was still copy
and pastable into an email as the old unchanged version

   "mailto:%1?&body=%3";

I am in the Southern Hemisphere, the change was made by someone in the
Northern Hemisphere if that is relevant to any Google server caching.

My concern is that this would affect pulling code down, in that a
change would be noted in the  Change Log, but the code presented/
delivered would actually potentially be stale?

Paul

-- 
You received this message because you are subscribed to the Google Groups 
"Project Hosting on Google Code" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-code-hosting?hl=en.

Reply via email to