Bugs item #1629017, was opened at 2007-01-05 14:40
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=474851&aid=1629017&group_id=54790

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Tasks
Group: 0.85
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: jkohlhepp (jkohlhepp)
Assigned to: Nobody/Anonymous (nobody)
Summary: <vsshistory> does not show first versions

Initial Comment:
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

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=474851&aid=1629017&group_id=54790

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
NAntContrib-Developer mailing list
NAntContrib-Developer@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nantcontrib-developer

Reply via email to