Opened 16 years ago
#1 new defect
MakePath fails to create project directory
Reported by: | aschn | Owned by: | somebody |
---|---|---|---|
Priority: | major | Component: | component1 |
Version: | Keywords: | ||
Cc: |
Description
Apparently the XCOPY call in MakePath of CVSWPS.CMD doesn't work always as expected: The MakePath function won't create any dir here anymore. It looks like timing reasons apply here.
I have fixed that by making MakePath call an external utility of mine, called MakeDirTree. It's written in REXX and uses SysMkDir instead.
We should better use Knut's well-known recursively called CreatePath function instead.
BTW: I don't the NOSA client anymore since ages. But for users who are new to CVS it's of much help. Especially in that case it's important to make the client work as safety as possible.
Andreas Schnellbacher
CreatePath.cmd from the ODIN project