SVN Copy: Create destination path if it doesn't exist -


is there option can use create directory in case doesn't exist when i'm copying directory within svn server directory within same server? example:

svn copy file:///home/svn/folder/app/trunk file:///home/svn/folder/app/branches/release

...when there's no /branches/ folder? know can if wanted create single level directory (it work if command stopped @ "/branches" want copy further "release"). if try command complain lack of /branches/ folder create /release folder in.

any solution either obvious or creative this? i'd creates path structure specify if finds doesn't exist.

add --parents option svn copy command (type svn copy more details , other things can copy).


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -