You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Lieven Govaerts <lg...@mobsol.be> on 2006/06/09 20:04:14 UTC

[PATCH] svn export creates intermediate folders

Hi,


attached patch makes svn export consistent with svn checkout in creating the
intermediate folders of the target path (if needed). The patch includes a
new python test.

Original thread is here (not really a discussion, basically rooneg says he
supports the idea)
http://svn.haxx.se/dev/archive-2006-06/0304.shtml

Thanks for applying the patch if it's okay.

regards,

Lieven.

[[[
Make svn export create intermediate non-existing folders of the target path.

* subversion/libsvn_client/export.c
  (open_root_internal): Make dirs recursively

* subversion/tests/cmdline/export_tests.py:
  (export_creates_intermediate_folders): New test.
  (test_list): Run the new export test.
]]]

Re: [PATCH] svn export creates intermediate folders

Posted by Julian Foad <ju...@btopenworld.com>.
Garrett Rooney wrote:
> On 6/9/06, Lieven Govaerts <lg...@mobsol.be> wrote:
>>
>> attached patch makes svn export consistent with svn checkout in 
>> creating the
>> intermediate folders of the target path (if needed). The patch includes a
>> new python test.
>>
>> Original thread is here (not really a discussion, basically rooneg says he
>> supports the idea)
>> http://svn.haxx.se/dev/archive-2006-06/0304.shtml
>>
>> Thanks for applying the patch if it's okay.
> 
> Looks good to me.  +1 to commit.

For the record, this was committed in r20030, and I have just tweaked the log 
message to mention that the reason for the change is for consistency with "svn 
checkout".

- Julian

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: [PATCH] svn export creates intermediate folders

Posted by Garrett Rooney <ro...@electricjellyfish.net>.
On 6/9/06, Lieven Govaerts <lg...@mobsol.be> wrote:
> Hi,
>
>
> attached patch makes svn export consistent with svn checkout in creating the
> intermediate folders of the target path (if needed). The patch includes a
> new python test.
>
> Original thread is here (not really a discussion, basically rooneg says he
> supports the idea)
> http://svn.haxx.se/dev/archive-2006-06/0304.shtml
>
> Thanks for applying the patch if it's okay.

Looks good to me.  +1 to commit.

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org