DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17181>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17181 Build fails while trying to get VSS files by label ------- Additional Comments From [EMAIL PROTECTED] 2003-04-11 21:35 ------- I take it back - the space does not seem to be the issue. It seems that the GET at a label is working for first level items, but not sub- folders. If I manually go in and label each subfolder (in the VSS GUI) the GET works. This led me to believe that my VSS DB was less that clean. I think I've fixed this for myself. I did two things: 1) Created a new VSS DB (Using VSS6.0 sp5) 2) Figured out that I can specify the database directory in the vssget task (not documented) using the serverpath attribute as follows: <vssget ssdir="${vss.ssdir}" serverpath="${vss.serverpath}" vsspath="${cm.vss.path}" localpath="." login="${vss.login}, ${vss.passwd}" label="${cm.vss.label}" writable="false" recursive="true"/> I can now recursively GET from VSS at a label using ant.