[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: TortoiseSVN Shell Extension doesn't show in right click on Windows 7

From: Loritsch, Berin <bloritsch_at_dtri.net>
Date: Mon, 18 Oct 2010 12:30:21 -0400

> Maybe there's some Javascript way to detect 32-bit or 64-bit
> OS and present the corresponding version obviously, with an
> unobtrusive link to "other versions"?

Hmm. Probably the only way to infer this information is through the
USER-AGENT string in the HTTP response. It really all has to do with
what information the user agent provides.

See this page for some information:
http://techpatterns.com/downloads/javascript_browser_detection.php
I don't think that's been updated to include IE8 or the Chrome variants.
I'm not sure if those browsers include x64 in their USER-AGENT
information or not. (I'd have to check at home where I have a 64bit
OS).

Confidentiality Note: The information contained in this message, and any attachments, may contain proprietary and/or privileged material. It is intended solely for the person or entity to which it is addressed. Any review, retransmission, dissemination, or taking of any action in reliance upon this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer.

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2673125

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2010-10-18 18:30:36 CEST

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.