On 2/6/07, Stefano Bagnara <[EMAIL PROTECTED]> wrote:
AFAIK "svn move" is the equivalent to "svn copy" followed by "svn delete".
So you can also use "svn move" as it need one less command.

Internally to Subversion, move is currently indeed just a copy
followed by a delete - however, that will likely not always be the
case - Subversion has an 'atomic-renames' branch that's been planned
for years to be much more efficient about moves.

Plus, move is more user friendly.  =)

HTH.  -- justin

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to