linux - svn relocate not showing in svn help list what does it mean? -


when type svn help shows list of commands svn relocate not there in list . mean ? svn version 1.6.11 ropdel (pdel, pd) propedit (pedit, pe) propget (pget, pg) proplist (plist, pl) propset (pset, ps) resolve resolved revert status (stat, st) switch (sw) unlock

it means svn relocate not available in svn 1.6.

you can find documentation @ 1.7/svn.ref.svn.c.relocate.html

as mentioned in "relocate without relocate in subversion?", in 1.6, was:

svn switch --relocate old_url new_url 

as opposed 1.7:

svn relocate new_url 

Comments

Popular posts from this blog

javascript - Hide toolbar of pdf file opened inside iframe using firefox -

Copy range with conditional formatting -

Ansible - ERROR! the field 'hosts' is required but was not set -