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
committed. thanks.
please update your style.pod, I've moved the section you've submitted before into Changes_file.pod.
--
__________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
