11.07.2015 Views

Version Control with Subversion - Login

Version Control with Subversion - Login

Version Control with Subversion - Login

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

<strong>Subversion</strong> Complete ReferenceNamesvn mkdir — Create a new directory under version control.Synopsissvn mkdir PATH...svn mkdir URL...DescriptionCreate a directory <strong>with</strong> a name given by the final component of the PATH or URL. A directoryspecified by a working copy PATH is scheduled for addition in the working copy. A directoryspecified by a URL is created in the repository via an immediate commit. Multipledirectory URLs are committed atomically. In both cases, all the intermediate directoriesmust already exist unless the --parents option is used.Alternate namesChangesNoneWorking copy; repository if operating on a URLAccesses repositoryOptionsOnly if operating on a URL--editor-cmd EDITOR--encoding ENC--file (-F) FILE--force-log--message (-m) TEXT--parents--quiet (-q)--<strong>with</strong>-revprop ARGExamplesCreate a directory in your working copy:$ svn mkdir newdirAnewdirCreate one in the repository (this is an instant commit, so a log message is required):$ svn mkdir -m "Making a new dir." http://svn.red-bean.com/repos/newdirCommitted revision 26.268

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!