November, 2005

Posts
  • Ankur

    Thread.Abort() on a thread executing a Finally/Catch or .ctor block.

    • 4 Comments
    Issue: If a thread t is in some catch or finally or cctor block, calling t.Abort() from another thread does not have any effect on the thread. Here is the code to repro this. using System; using System.Threading; namespace ConsoleApplication2 { class...
  • Ankur

    Migration of partial history from VSS to TeamFoundation

    • 0 Comments
    I have an VSS repository i have been using for past 5 years but i do not care for history beyond 2 years. Moving to Teaamfoundation i would like to discard that history. How do i do that? Either you can use archieve feature in VSS to remove that history...
  • Ankur

    Incremantal migration with VSSConverter

    • 0 Comments
    Why incremental migration? Case 1: Migration takes a lot of time so I will migraqte a copy of my VSS repository and continue working on the original. after migration of copy I will migrate the delta between original and copy. Case 2: Migration was...
Page 1 of 1 (3 items)