SVN syncro

Hi List,
how can I synchronize daily the SVN gnuradio root directory with a SVN
local folder??

Davide A.

web: http://www.davideanastasia.com/
email: [email protected]

2007/1/29, Davide A. [email protected]:

Hi List,
how can I synchronize daily the SVN gnuradio root directory with a SVN
local folder??

Assuming that you are using a unix-like operating system, a simple
cron job should do the trick. Type “crontab -e” in a terminal window,
and add “@daily svn up ” at the bottom of that
file.

Trond D.