Bugs item #1019972, was opened at 2004-08-31 22:26
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=1019972&group_id=54790

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Doeke Zanstra (doekman)
Assigned to: Nobody/Anonymous (nobody)
Summary: problem with vssget, single file

Initial Comment:
Sorry for the bad summary; I couldn't come up with a
better one. The problem:

When you reference a file in source-safe with the path
attribute, but you supply a path (without filename) in
the attribute localpath, an error occurs.

Task XML:
<vssget
        user="usr"
        password="pwd"
        localpath="D:\workingFolder"
        path="$/test.txt"
        dbpath="D:\vss\VSS\srcsafe.ini"
/>

The directory D:\workingFolder does exist. The file
test.txt also does exist in source safe.

Error message is: Access to file "D:\workingFolder" denied

When specifying a folder+filename in the localpath
attribute (workaround), everything works well:
<vssget
        user="usr"
        password="pwd"
        localpath="D:\workingFolder\test.txt"
        path="$/test.txt"
        dbpath="D:\vss\VSS\srcsafe.ini"
/>

It's tested against 0.84 and the nightly build of
2004-08-20

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

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


-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click
_______________________________________________
NAntContrib-Developer mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nantcontrib-developer

Reply via email to