Is there a way to make Nautilus move files under version control using the VCS's move command?
- by Matthew
For example, say I moved a file from /project/file.cs to /project/subdir/file.cs. It would be nice if nautilus automatically converted this to bzr mv /project/file.cs /project/subdir/file.cs. Is it possible to set this up?
It would also be nice if I was warned when doing a plain old mv on version controlled files, but I suppose that's a separate question.