Both are in
c:\Program Files\Debugging Tools for Windows\sdk\srcsrv
directory, which is where I am making this command line call from.I am trying to do this:
walk.cmd c:\symbols\*.pdb cv2http.cmd HTTP_ALIAS http://avnerd.tv/source
What this will do is swap out the cvs information and replace it with a path to my server where I have the source code.
When I run it I get this:
"Can't open perl script "C:\Program": No such file or directory
for every .pdb that is found.
It looks like it is breaking on the space between Program Files in the path.
So - does anyone know how to either: make this script be forgiving of blank spaces in a path or change the directory this points to so that I can move it and try from there.
**** UPDATE *****
Turns out it was as easy as adding "" around the ~%d0\cv2http.pl call in the cs2http.cmd file - thanks to all who helped on #seneca
No comments:
Post a Comment