Re: How to use /makeparents command to create intermediate folders using TortoiseSVN batch commands.
Stefan Küng <[email protected]>
| Newsgroups | gmane.comp.version-control.subversion.tortoisesvn.devel |
|---|---|
| Message-ID | <[email protected]> |
On 14.12.2016 19:11, siddharth Goel wrote:
> Could someone please help me out with this one?
>
> While copying one folder to another location using Batch Script. I
> want SVN to create intermediate parent folders. I am using command -
>
> TortoiseProc.exe /command:copy
> /path:https://example.com/svn/Base/trunk/V18/DUMMY
> <https://example.com/svn/Base/trunk/V18/DUMMY>/url:https://example.com/svn/Base/branches/DEV/SID2508/TRUNK/V18/20161201/COB/Copy
> <https://example.com/svn/Base/branches/DEV/SID2508/TRUNK/V18/20161201/COB/COPY> /makeparents
> /logmsg:"Copy FOLDER" /closeonend:3
>
> The command is executing but 'Create Immediate Folder' checkbox is
> not checked automatically. I want it to be checked automatically so
> that the user need not worry about it and it does not give errors.
works fine for me: the checkbox is checked if /makeparents is passed on
the command line, and not checked if it isn't.
Are you sure you're passing the command right, not perhaps with a typo?
Stefan
--
___
oo // \\ "De Chelonian Mobile"
(_,\/ \_/ \ TortoiseSVN
\ \_/_\_/> The coolest interface to (Sub)version control
/_/ \_\ http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&dsMessageId=3197213
To unsubscribe from this discussion, e-mail: [[email protected]].