Question

How do do an update of update a svn controlled folder every minute to grab the latest repo?

Was it helpful?

Solution

If you are on windows
Use the windows task scheduler (in the control panel) to schedule the svn.exe command line client to do a svn update c:\workingcopy

An alternative might be to use SvnNotifier to get a tray notification when you need to do an update.

If you are on unix/linux
Schedule svn update ~/workingcopy/ with cron.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top