You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Noorul Islam K M <no...@collab.net> on 2011/05/20 11:55:50 UTC

Re: [PATCH] Fix for issue 3799 - exporting file should not overwrite

Noorul Islam K M <no...@collab.net> writes:

> Noorul Islam K M <no...@collab.net> writes:
>
>> Gavin Baumanis <ga...@thespidernet.com> writes:
>>
>>> Hi Noorul,
>>>
>>> Just a quick message to see if you're still working on this patch or not?
>>> My threads stop at the comments below from Andrew?
>>>
>>
>> Someone has to review this and if everything is fine commit it. Julian
>> did review this earlier and I submitted updated patch. After that this
>> thread has got no updates.
>>
>
> Pinging again. This has been pending for long time now.
>

Pinging again. 

Thanks and Regards
Noorul

Re: [PATCH] Fix for issue 3799 - exporting file should not overwrite

Posted by Noorul Islam K M <no...@collab.net>.
Stefan Sperling <st...@elego.de> writes:

> On Fri, May 20, 2011 at 01:04:18PM +0200, Stefan Sperling wrote:
>
>> On Fri, May 20, 2011 at 03:25:50PM +0530, Noorul Islam K M wrote:
>> > Pinging again. 
>> 
>> Looking into this...
>
> Noorul,
>
> unfortunately your patch does not apply cleanly to trunk anymore.
> Can you update it? Thanks!

Attached is the updated patch. 

Log

[[[ 

Fix for issue #3799. Make svn export display error, when exporting file,
tries to overwrite target.

* subversion/libsvn_client/export.c
  (copy_versioned_files, svn_client_export5): Return
    SVN_ERR_FS_ALREADY_EXISTS if export tries to overwrite existing
    file, child directory.

* subversion/tests/cmdline/export_tests.py
  (export_file_overwrite_fails): Extend test for URL source. Remove
    XFail marker.
  (export_file_overwrite_with_force): New test
  (test_list): Add reference to new test

* subversion/tests/cmdline/externals_tests.py
  (export_wc_with_externals): Fix failing test by passing --force.

Patch by: Noorul Islam K M <noorul{_AT_}collab.net>
]]]

Thanks and Regards
Noorul


Re: [PATCH] Fix for issue 3799 - exporting file should not overwrite

Posted by Stefan Sperling <st...@elego.de>.
On Fri, May 20, 2011 at 01:04:18PM +0200, Stefan Sperling wrote:
> On Fri, May 20, 2011 at 03:25:50PM +0530, Noorul Islam K M wrote:
> > Pinging again. 
> 
> Looking into this...

Noorul,

unfortunately your patch does not apply cleanly to trunk anymore.
Can you update it? Thanks!

Re: [PATCH] Fix for issue 3799 - exporting file should not overwrite

Posted by Stefan Sperling <st...@elego.de>.
On Fri, May 20, 2011 at 03:25:50PM +0530, Noorul Islam K M wrote:
> Pinging again. 

Looking into this...