Class ChangeSet::MoveOperation
In: lib/fastcst/changeset.rb
Parent: Object

Records a move operation that moves a file from one path to another, and then sets it’s mtime to the original setting.

Methods

new   run   skip   test  

Public Class methods

It needs to know the from and to paths, and the target mtime.

Public Instance methods

Simply performs the move and the mtime set.

Skip does nothing.

Performs tests to see if it’s safe/possible to perform this operation

[Validate]