[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:34:54 -0400

> From: Loritsch, Berin [mailto:bloritsch_at_dtri.net]
> 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.

Correction. I just found a resource that gave us the magic bits:

<script language=javascript>
  <!--
  document.write("<br>OS:"+window.navigator.platform);
  document.write("<br>Browser:"+window.navigator.userAgent);
  document.write("<br>CPU type:"+window.navigator.cpuClass);
  //-->
</script>

(reference http://forums.asp.net/t/1299234.aspx [bottom of page])

It's window.navigator.cpuClass that gives you the important information.

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=2673127

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2010-10-18 18:35:01 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.