Is there a way to make Nautilus move files under version control using the VCS's move command?
Posted
by Matthew
on Stack Overflow
See other posts from Stack Overflow
or by Matthew
Published on 2009-12-19T05:41:55Z
Indexed on
2010/04/20
7:03 UTC
Read the original article
Hit count: 271
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.
© Stack Overflow or respective owner