http://bugzilla.mcs.anl.gov/swift/show_bug.cgi?id=1425 Summary: Support file rename (move) Product: Swift Version: unspecified Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: Design Decision AssignedTo: [email protected] ReportedBy: [email protected] I have an app that names checkpoint files implicitly. If I invoke it with the name "job0" it produces a checkpoint file named something like "job0-0.checkpoint". Then, if I want to resume from that checkpoint in "job1", I need to rename "job0-0.check" to "job1-0.check". Swift is happy to copy it, but it doesn't seem like there is a way to rename/move it. This is important because the checkpoint files are very large, both slowing a serial copy and requiring more disk space. -- Configure bugmail: http://bugzilla.mcs.anl.gov/swift/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.