checkout function does not work
Brought to you by:
mhearn
When you try to checkout the project from the wincvs
1.2 gui it fails.
This appears to be the result of not converting
paths that contain unix style command paths to winnt
command path.
for example
cvs checkout -P mmp/src/ad
does not work
cvs checkout -P mmp\src\ad
does work
The code needs a change to windows pathing convention.