Re: mv != (cp && rm)
From: Mattias Rönnblom <hofors_at_lysator.liu.se>
Date: 2001-11-28 00:19:09 CET
Karl Fogel <kfogel@newton.ch.collab.net> writes:
> Mattias R�nnblom <hofors@lysator.liu.se> writes:
It knows that is derived (copied) from the old node, but it doesn't
Compare this to a regular UNIX file system:
matro@isengard$~> echo foo > foo
Now I've created a filesystem object with two names
matro@isengard$~> cp foo kex
I communicate "I want a copy of foo to be stored as the name kex.
Compared to
matro@isengard$~> mv foo kex
which says "I want to rename the file foo to kex. It should be
> What you say about capturing the users' intention is true, but
I think what I'm trying to say that there is just one side of a mv
Kind regards,
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.