Pages
-
Recent Posts
- Solution to the fetch puzzle
- Solve puzzle with code
- Windigo 1.1 Released
- Call For Windigo Beta Testers
- ChildWindow Positioning
- Remove ListBoxItem Highlighting
- Sideload Windows Phone
- Getting Started with MVVM
- Win Advanced MVVM Book
- SVN Merge – Selecting Changesets
- Code Validation in TortoiseSVN pre_commit_hook
- Using Model-View-ViewModel in WPF Applications
- Use Legacy Printer From Windows 7
- Should you get into Silverlight or Flash ?
- Session Recommendations for SoCal Code Camp @ USC
-
Recent Comments
- SQL Azure – How to connect SQL Management Studio and import Northwind database | @SPJeff on SQL Azure Notes
- Raju on WPF – LINQ to SQL Sample
- Solution to the fetch puzzle on Solve puzzle with code
- Lorenzo on Call For Windigo Beta Testers
- niroop on Code Validation in TortoiseSVN pre_commit_hook
- sd on WPF – LINQ to SQL Sample
- Call For Windigo Beta Testers on Contact Me
- Zachary on Scrum Tools
- Tammie Oddo on WPF – LINQ to SQL Sample
- MH Lines on Scrum Tools
- Database Version Control – You Don’t Have To Hang Your Head In Shame « Eric Maibach on DbUpdater
- tewari on Database Schema Version Control Tool
- Shannon Holck on Database Schema Version Control Tool
- tewari on SVN Merge – Selecting Changesets
- Rahul on SVN Merge – Selecting Changesets
Category Archives: tips
SVN Merge – Selecting Changesets
Here is a simple scenario – I have already merged changesets 45-55 from the trunk to branch b1. After this merge, more changes (56-60) were submitted into the trunk and I now need to merge those changes also to branch b1.
Which changesets do you select to merge ? 56-60, right ? Well, not exactly. It [...]
Also posted in version-control Tagged merge-tracking, Subversion, SVN, TortoiseSVN, version-control 2 Comments
Code Validation in TortoiseSVN pre_commit_hook
If you want to abort a commit if your code fails certain rule and you don’t have access to the SVN Server to configure a hook. What do you do ?
Assuming you are using TortoiseSVN, you can configure a Client-Side hook.
Here is an example – Say you want to abort commit if you have a [...]
Also posted in version-control Tagged hook, PowerShell, pre_commit_hook, SVN, tips, Tools, TortoiseSVN, validation 1 Comment
Use Legacy Printer From Windows 7
I have NEC SuperScript 870 laser printer connected to my Home PC. I was not able to print to this printer from my new HP dv6-1375dx Windows 7 laptop. My machines are connected via Hamachi. Here is what I did to get around the lack of NEC driver for Windows 7 (I found this tip [...]
Posted in tips Leave a comment









Sideload Windows Phone