Bugs item #1407370, was opened at 2006-01-16 15:18
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=1407370&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
Submitted By: a-peter (a-peter)
Assigned to: Nobody/Anonymous (nobody)
Summary: vssget doesn't work for certain labels

Initial Comment:
Within our project we had assigned two styles of
labels. First style was "Version 1.x.y.z", later on we
switched to the second style "1.x.y.z".

When i try to get a labled version of the project, the
first form does work, the second does not.

<vssget 
   filetimestamp="Updated"
   localpath="d:\Projects\Source\Include"
   recursive="true" 
   replace="true" 
   writable="false" 
   removedeleted="false"
   dbpath="\\...\share\develop\vss\srcsafe.ini"
   path="$/Projects/Source/include"
   version="Version 1.00.00.11" />

does work, getting the correct (old) version of all
files. But using

<vssget 
   filetimestamp="Updated"
   localpath="d:\Projects\Source\Include"
   recursive="true" 
   replace="true" 
   writable="false" 
   removedeleted="false"
   dbpath="\\...\share\develop\vss\srcsafe.ini"
   path="$/Projects/Source/include"
   version="1.00.00.12" />

does not work correct. Not as expected the old, labeled
versions are gotten, but the current versions of all files.

I have set up a small testing project using C# and the
SourceSafe.Interop.dll. The results are the same as
with NAntContrib and the vssget task.

It seems that a label, beginning with digits is
treatended like a version number. And if a version
number is not found, the current version of the
file/project will be got.

My question: Is the bug located in the interop-dll or
in the automation interface of VSS? Is there a
possibility to obtain Labels beginning with a digit?



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

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


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
NAntContrib-Developer mailing list
NAntContrib-Developer@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nantcontrib-developer

Reply via email to