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)


__________________________________________________________________ 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]



Reply via email to