At 10:21 28.04.2002, Stas Bekman wrote:
it's ok to send complete files when you add new files, the trouble is when a new directory should be added as well. The simplest solution is to create a patch against /dev/null
diff -u /dev/null newdir/newfilename.pod
when this patch is applied and the new dir and the new file will be automatically created.
(probably need to add this tip somewhere)
Ok, good idea. On Windows, you cna do
diff -u NUL newdir/newfilename.pod
Attached is new style.pod
-- Per Einar Ellefsen [EMAIL PROTECTED]
style.pod
Description: Binary data
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
