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."

Yes, that should work. The part that is tricky is "svn add" and svn delete". I need to have a list of the files that need to be added and removed before I can commit the changes. That is the reason that I was thinking of having the two directories so that I have something to run a comparison on and generate an array of filenames.

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________

UPHPU mailing list
[email protected]
http://uphpu.org/mailman/listinfo/uphpu
IRC: #uphpu on irc.freenode.net

Reply via email to