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

Attachments (1)

CreatePath.cmd (726 bytes) - added by aschn 16 years ago.
CreatePath?.cmd from the ODIN project

Download all attachments as: .zip

Change History (1)

Changed 16 years ago by aschn

Attachment: CreatePath.cmd added

CreatePath?.cmd from the ODIN project

Note: See TracTickets for help on using tickets.