SVN subcommand mkdir, create a new directory that incorporates version control

Source: Internet
Author: User

Profile:

SVN mkdir PATH ...

SVN mkdir URL ...

Describe:

Create a directory, the name is provided PATH or the last part of the URL, PATH The working copy of the specified directory is scheduled to be added, and the directory specified by the URL as an immediate commit in the repository build. The commit of multiple directory URLs is atomic, and in both cases, the mediation directory must already exist.

Alias:

No

Change:

If it is a URL operation, it will affect the repository, otherwise the working copy

Whether to access repository:

Only when the URI operation is done.

Options:

--message (-M) Text--file (-F) file--quiet (-Q)--username User--password Pass--no-auth-cache--non-interactive--editor-cmd editor--encoding Enc--force-log--config-dir dir

Liezi:

Create a directory on the working copy:

# SVN mkdir newdir

A Newdir

Create a directory in the repository (commit now, so log information is required):

# svn mkdir-m "Making a new dir." Http://192.168.1.200/repos/dyh/File

Authentication Realm: Password for ' root ':
Authentication Realm: Username:admin
Password for ' admin ':

------------ -----------------------------------------------------------
attention!  Your password for authentication Realm:

  
Can-only is stored to disk unencrypted!   You is advised to configure
your system so, Subversion can store passwords encrypted, if
possible.  See the documentation for details.

You can avoid future appearances of this warning by setting the value
of the ' store-plaintext-passwords ' option To either ' yes ' or ' no ' in
'/root/.subversion/servers '.
-----------------------------------------------------------------------
Store Password unencrypted (yes/no)? Yes

Committed revision 344.

SVN org:http://www.subversion.org.cn/svnbook/1.4/

SVN subcommand mkdir, create a new directory that incorporates version control

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.