Phil Steitz wrote:
On 1/29/08, sebb <[EMAIL PROTECTED]> wrote:
For renames, one can just use svn move:
move (mv, rename, ren): Move and/or rename something in working copy
or repository.
usage: move SRC DST
Note: this subcommand is equivalent to a 'copy' and 'delete'.
Note: the --revision option has no use and is deprecated.
SRC and DST can both be working copy (WC) paths or URLs:
WC -> WC: move and schedule for addition (with history)
URL -> URL: complete server-side rename.
This can also be done in Eclipse and probably other IDEs.
Although it is equivalent to copy/delete, it's probably safer to do it
as one SVN command.
Thanks and sorry for having to ask simple questions like this, but
just to make sure, svn move and svn copy both preserve history,
correct?
Yes.
Mark
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]