Tagged Questions
5
votes
7answers
2k views
How to make Subversion (or any program) perform periodic commits?
I want to configure my computer so that say every half an hour it automatically commits the program I am working on. I am using a svn repository so even if it was just a script that ran 'svn ci' every ...