Menu

#121 <vsshistory> does not show first versions

0.85
open
nobody
Tasks (69)
5
2007-01-05
2007-01-05
jkohlhepp
No

When you use <vsshistory> if version 1 of a file would match your criteria, it still does not end up in the XML output of the task. I researched this quite a bit. The bug is in MS's SourceSafeTypeLib and not in NAntContrib itself. NAntContrib tries to use IVssItem.get_Versions() with a recursive flag to get all of the versions. This method does not return 1st versions for some reason. I made my own task and used my own recursion to loop through items, and then doing a get_Versions for each leaf item. That succeeded in retrieving first versions.

~ Justin

Discussion


Log in to post a comment.