I need to implement a script that can check in a directory,
and determine whether certain files have been modified. Any
ideas how I can do this?
Oh and no subversion or any VCS.
Ted.
···
--
Posted via http://www.ruby-forum.com/.
I need to implement a script that can check in a directory,
and determine whether certain files have been modified. Any
ideas how I can do this?
Oh and no subversion or any VCS.
Ted.
--
Posted via http://www.ruby-forum.com/.
file stat
ruby inotify
On 12/08/2010 01:17 PM, Ted Flethuseo wrote:
I need to implement a script that can check in a directory,
and determine whether certain files have been modified. Any
ideas how I can do this?Oh and no subversion or any VCS.
Ted.