SVN move Modify Name

Source: Internet
Author: User
Tags svn
name

SVN move-move a file or directory. Overview

SVN move SRC DST
Description

This command moves the file or directory to your working copy or to the repository. Tips

This command is equivalent to SVN copy plus an svn delete . Note

Subversion does not support copying between working copies and URLs, and you can only move files within one repository-subversion does not support movement across the repository. WC-WC

Move and subscribe a file or directory that will be added (including history). URL-url

Full server-side renaming. aliases

MV, rename, ren change

If a URL operation affects the repository, or if the working copy accesses the repository

The option is only available when you are working on a URL

--message (-m) TEXT
--file (-f) file
--revision (-R) REV (OBSOLETE)
--quiet (
-Q)--force
-- Username USER
--password PASS
--no-auth-cache
--non-interactive
--editor-cmd Editor
-- Encoding ENC
--force-log
--config-dir dir
Example

Move work Copy Bede a file:

$ svn move foo.c bar.c
A         bar.c
D         foo.c

Move a file in the repository (one commits immediately, so you need to submit the information):

$ svn move-m "move a file" http://svn.red-bean.com/repos/foo.c \
                            http://svn.red-bean.com/repos/bar.c

Committed Revision 27.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.