Bugs item #1164023, was opened at 2005-03-15 15:04
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=1164023&group_id=54790

Category: Tasks
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Jay Vilalta (jvilalta)
Assigned to: Nobody/Anonymous (nobody)
Summary: vsshistory produces incorrect history

Initial Comment:
Created a new project called bugTest
Added project dir1 to bugTest
Added project dir2 to bugTest
Added file1.txt to dir1
Added file2.txt to dir2

The structure then ends up being like this:
Bugtest
        --> dir1
        --> dir2

Labeled bugtest with 1.0.0
Ran the following task:
<vsshistory
                dbpath="server"
                        fromlabel="1.0.0"
                        path="$/bugTest"
                        username="username"
                        password="password"
                        output="history.xml" />

The history.xml does not contain any changes 
(expected).

Added dir1a under dir1
Bugtest
        --> dir1
                --> dir1a
        --> dir2

Checked out file1.txt. Changed it. Checked it in.

Ran the task again. Got two entries...which is correct, 
except that I think there is a bug because the 
information for adding dir1a is not there. Here are the 
changes I got:

<VssHistory FromLabel="1.0.0" ToLabel="" 
FromDate="" ToDate=""
Path="$/bugTest" Recursive="true" User=""
Generated="2005-02-17T17:53:50.1194602-06:00">
  <Entry Name="dir1" Path="$/bugTest/dir1" 
Action="Added "
Date="2005-02-17T17:48:10.0000000-06:00" 
Version="3" User="username"
Comment="" Label="" LabelComment="" />
  <Entry Name="file1.txt" Path="$/bugTest/dir1/file1.txt" 
Action="Checked in $/bugTest/dir1" Date="2005-02-
17T17:47:40.0000000-06:00" Version="2" 
User="username"
Comment="" Label="" LabelComment="" />
</VssHistory>


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

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


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
NAntContrib-Developer mailing list
NAntContrib-Developer@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nantcontrib-developer

Reply via email to