TFS and offline mode

Ah the joy of using TFS. Don't get me wrong, the server looks like a well architected and well thought source server. No, my real problem is the client.

First, I hate Visual Studio trying to manage my source control. I hated it when SourceSafe was around, hated it with SourceGear Vault, and was very happy no real solution existed to get some manager to decide it was a good idea when I was using Perforce, cvs or svn.

Second, why in the name of god should I check-out a file to work on it? It has no rationale whatsoever. My colleagues ask me to check-in files I've checked-out, but what for? People end up being anal about a check-out that has no value whatsoever. I believe I should be in control with no pressure from anyone to check-in my file after I merge it with whatever changes have been made since the last time I got the last version. And I also believe it's my responsibility and my responsibility alone to ensure I merge my code. Don't take away my freedom!

Third, how could they forget most developers don't have access to their source server all the time? Maybe it's an independent developer thing, but in the evening I like modifying code here and there... And I can't! Because each modify end up in visual studio asking me to check-out the file... Argh!

Not all is lost though. It would seem that some people at Microsoft thought of us when they released the Team Foundation PowerToys. Once you've installed it and added it to your path, you can do the lovely, and oh so sweet:

C:\mysrc> tfpt online

And off you go. This little gem will compare all your files and let you know which ones are different from the server, letting you queue the changes for the next time you reconnect to the server. Of course the attrib -r is your responsibility, but it's a small price to pay.

Also very useful for people that wants to know which files they've actually modified when they check-out a whole solution or project before going home, the uu command works the same way as the Cancel check-out for unmodified files (or similar name) that the perforce client has. Sweet.

Now when will we be able to remove this check-out absurdity all together and go back to the more natural modify - get latest - merge - commit ? Oh and a powershell version of the tool would be fabulous...

Ads

Comment