On 10/22/07, Wade Preston Shearer <[EMAIL PROTECTED]> wrote: > > Svn won't commit anything if there are no changes, so can't you > > safely put the svn checkin on a cron job: > > > > svn ci -m "This is the hourly checkin." > > Is there any way to add all new files recursively?
$svn add * It's recursive by default, but not into already added directories, which is why the "*" is necessary. Regards, Bryan Petty _______________________________________________ UPHPU mailing list [email protected] http://uphpu.org/mailman/listinfo/uphpu IRC: #uphpu on irc.freenode.net
