This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: SVN Test Repo updated


In article <20050217091502.GG19378@ay.vinc17.org> you write:
>AFAIK, Subversion uses UTC time internally, but always works with the
>local time of the user for the interface (I don't know what happens for
>ambiguous dates, due to summer/winter times). Anyway, Subversion has
>global revisions, so that doing a dichotomy is much easier than with
>CVS, and using times is not necessary.

Bottom-line: it's very easy to shoot oneself in the foot while writing
wrapper scripts. The default interface will give you local time listing,
anything  you generate from that will have localtime listing, so any
`nice' meta-generated information can have issues.

Bad decision, IMO. And something to REALLY watch out for when/if GCC
switches to subversion.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]