From: Eric K. <ek...@rz...> - 2002-07-05 15:21:03
|
"Royce Mitchell III" <ro...@ev...> wrote: > Finally found a diff.exe! ( It was hiding in my WinCVS directory ). > > I got dynamic buffer allocation working, and I also fixed some indentation > inconsistency. You can use diff directly from the WinCVS console. The console supports several unix-like command, like cd and pwd. You can use them to navigate the cvs tree, but make sure you use the slash instead of the backslash. To create a patch against the current cvs version you have to change to the desired directory and type 'cvs -z3 diff -u env.c >env.diff'. I'll test your attached patch and commit it. Thanks, Eric |