How Differential Gears Works


I stumbled across these videos on our differential gears work.  Pretty interesting.

 

 

author: David Mohorn | posted @ Wednesday, December 30, 2009 5:44 PM | Feedback (1)

Changing Saved User in TortoiseSVN


When you access your SVN repository, your SVN client will prompt you for authentication information.   If you choose to save the information, the next time you use your repository, you will not be prompted for your credentials.   This is great most of the times, but what happens when you need to access your repository using a different credential?  Well, fear no more.  Follow these easy steps to clear out your saved data:

SVNSavedData

  1. From Explorer, right-click the root folder
  2. Select TortoiseSVN
  3. Select Settings
  4. Click “Saved Data'”
  5. Under “Authentication data”, click the “Clear” button

 

Now the next time you access your repository, you will be prompted for your credentials all over.

author: David Mohorn | posted @ Wednesday, December 23, 2009 2:15 AM | Feedback (0)

Notepad++ Subversion Plugin


I’ve been a long-time user of UltraEdit, but over the years as new features keep getting added, it has been getting more bloated and annoying to use.  One important feature that it seems to be lacking is SVN support; which evidently is only available in EUStudio product.  I suppose I could use the external command option, but lately I’ve been drawn to using Notepad++.

Fortunately, I ran across the Notepad++ SVN Plugin which seems to do the trick and integrates nicely. 

NotepadSVN

This plugin still relies on the command-line features of TortoiseSVN.

author: David Mohorn | posted @ Friday, December 18, 2009 12:59 AM | Feedback (0)

SQL Server Management Studio and TortoiseSVN


I have been scouring the web trying to find a solution for integrating SVN control within SQL Server Management Studio.  Unfortunately, SSMS doesn’t appear to have any SVN add-ons the way Microsoft Visual Studio does today, using VisualSVN or AnknSVN.   Red Gate appears to have something brewing for 2010 that looks to be very promising named SQL Source Control.

In the meantime, I ran across this post which actually provided me enough information to use the “External Tools” extensibility within SSMS for TortoiseSVN integration.

Here are the commands:

Title: SVN Commit
Command: C:\Program Files\TortoiseSVN\bin\TortoiseProc.exe
Arguments: /Command:commit /path:"$(SolutionDir)
Initial directory: $(SolutionDir)

Title: SVN Update
Command: C:\Program Files\TortoiseSVN\bin\TortoiseProc.exe
Arguments: /Command:update /path:"$(SolutionDir)"
Initial directory: $(SolutionDir)

Title: SVN Log (Solution)
Command: C:\Program Files\TortoiseSVN\bin\TortoiseProc.exe
Arguments: /Command:log /path:"$(SolutionDir)"
Initial directory: $(SolutionDir)

Title: SVN Log (Current Item)
Command: C:\Program Files\TortoiseSVN\bin\TortoiseProc.exe
Arguments: /Command:log /path:"$(ItemFileName)$(ItemExt)"
Initial directory: $(ItemDir)

Title: SVN Diff
Command: C:\Program Files\TortoiseSVN\bin\TortoiseProc.exe
Arguments: /Command:diff /path:"$(ItemFileName)$(ItemExt)"
Initial directory: $(ItemDir)

 

Update: I happen to run across this MSSCCI compliant SVN-SCC plug-in called Agent SVN.   Unfortunately, the configuration program didn’t seem to want to launch from Windows 2008 Server.  Maybe you will have better luck?

author: David Mohorn | posted @ Thursday, December 17, 2009 11:57 PM | Feedback (1)

SkyDrive Explorer


Ran across this nifty Explorer add-on for Microsoft Windows Live Skydrive.

 

image

author: David Mohorn | posted @ Wednesday, November 11, 2009 3:54 PM | Feedback (0)

iPhone Better than Palm Treo 700W Smartphone


Since I have been really busy lately and haven't  had the opportunity to blog that much, I was inspired tonight to write about the iPhone.

iphone I recently made the plunge and purchased an Apple iPhone 3G 16GB model. 

Treo700W My previous phone was a Palm Treo 700W Smartphone that I purchased about 3+ years ago.  At the time it was the best phone in the world, but it was severely lacking in usability.  Trying to use the phone features, in and of itself, with one hand was almost impossible.  Especially if you hit the wrong button and then had to click the "X" in the upper-right corner of the screen.   Try doing this while driving is nuts!

I later installed TomTom on the Treo and purchased an external GPS receiving and the phone has never worked right since.  It would frequently pop-up TomTom when a call was received, when the phone was turned on, or any other system event on the phone.  It was very frustrating and that issue along with the poor usability is what prompted me to shop for an replacement telephone.

 

The iPhone is simply the best phone I have ever owned.  I have only had the phone for about 3 weeks now and find it 100% cool.  Not just because I'm a gadget geek either.   The fact that I can keep it in-sync similar to my iPod for postcast, pull video postcast from the 3G network, or use a local WiFi connection has almost made me want to ditch my iPod.  Space is my only limiting factor right now...  But I can leave with that and just sync the important stuff that I really care about.

Having the ability to use the telephone with one hand and not have to finger my way thru the screens by selecting tiny buttons and other options or using a stylus is awesome.

The iPhone 3.0 firmware is expected to be released in June 2009.  It will be a free upgrade for existing iPhone owners and cost $10 for current iTouch owners.

I can hardly wait to use the new features!

author: David Mohorn | posted @ Tuesday, April 21, 2009 10:17 PM | Feedback (0)

Test Your Internet Bandwidth


I find www.speedtest.net to be the very best Internet bandwidth speed tester available.  If you haven't checked your bandwidth yet, you should!

  speedtest

author: David Mohorn | posted @ Wednesday, September 17, 2008 11:18 PM | Feedback (0)

SQL Server 2008 RTM Available


In case you haven't noticed, SQL Server 2008 has been released to manufacturing as of 08/05/08.  If you're an MSDN subscriber, you may download it now!

author: David Mohorn | posted @ Thursday, August 07, 2008 10:01 PM | Feedback (0)

vmWare: Installing Windows XP on ESX using LSI Logic Driver


I have been having fun the past couple of days installing ESX 3.02 under vmWare Workstation 6.

I won't bore you with all the technical details, however there is an excellent write-up here

I have since ran into a snag when trying to install XP under my virtualized copy of ESX.  During the XP setup, XP would complain that it could not find my HD.  I ran across this wondering article which worked flawlessly.  I did, however, use the BusLogic driver.

author: David Mohorn | posted @ Monday, May 05, 2008 11:31 PM | Feedback (0)

MSTSC.EXE - no more /console switch in RDC 6.1


One of the changes to RDC 6.1 client released with Windows 2008 is the removal of the /console switch.

The following post explains the changes.

author: David Mohorn | posted @ Monday, April 07, 2008 10:42 PM | Feedback (0)