[UPHPU] automatic SVN management on one directory

Bryan Petty bryan at ibaku.net
Mon Oct 22 18:03:07 MDT 2007


On 10/22/07, Wade Preston Shearer <lists at wadeshearer.com> 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


More information about the UPHPU mailing list