> -----Original Message-----
> From: Lutz Dornbusch [mailto:svn_at_yogasurftech.de]
> Sent: Tuesday, 25 November 2008 11:12
> To: users_at_subversion.tigris.org
> Subject: no --autocreate for intermediate folders planned?
>
> Hello,
> is there a plan to implement a --autocreate feature for svn
> copy to create all intermediate folders by optionally add an
> cmd-switch? For
> example:
>
> svn cp --autocreate file:///opt/svn/trunk/alpha/beta/myProject
> file:///opt/svn/tags/alpha/beta/myProject
>
> and svn should create alpha and beta folder in same
> transaction, if they do not exist ?
>
> Is this feature already discussed, planned?
...implemented. Introduced with SVN 1.5 - it's the "--parents" argument: http://svnbook.red-bean.com/en/1.5/svn.ref.svn.c.copy.html
Cheers
John
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
> For additional commands, e-mail: users-help_at_subversion.tigris.org
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-11-25 01:52:04 CET