You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Madan U Sreenivasan <ma...@collab.net> on 2006/06/16 07:20:41 UTC

[PATCH] Cleanup wc in the svn.wc python binding test script

Hi,

    The subversion/bindings/swig/python/tests/wc.py script fails, when run  
more than once.
    This is because the working copy path used is not cleaned-up after use.  
Pl. find attached a patch to fix this.

[[[
Cleanup wc in the svn.wc python binding test script.

* subversion/bindings/swig/python/tests/wc.py
   (global): import shutil.
   (setUp): Remove wc path, if already exists.
   (tearDown): Cleanup wc path after the tests.
]]]


Regards,
Madan.

Re: [PATCH] Cleanup wc in the svn.wc python binding test script

Posted by Garrett Rooney <ro...@electricjellyfish.net>.
On 6/17/06, Madan U Sreenivasan <ma...@collab.net> wrote:

> A gentle reminder to the committers... am dependant on part of this patch
> for my next patch too...

For the benefit of anyone else working through their email backlog, it
looks like Jelmer has committed a version of this already.

-garrett

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

Re: [PATCH] Cleanup wc in the svn.wc python binding test script

Posted by Madan U Sreenivasan <ma...@collab.net>.
On Fri, 16 Jun 2006 12:50:41 +0530, Madan U Sreenivasan <ma...@collab.net>  
wrote:

> Hi,
>
>     The subversion/bindings/swig/python/tests/wc.py script fails, when  
> run
> more than once.
>     This is because the working copy path used is not cleaned-up after  
> use.
> Pl. find attached a patch to fix this.
>
> [[[
> Cleanup wc in the svn.wc python binding test script.
>
> * subversion/bindings/swig/python/tests/wc.py
>    (global): import shutil.
>    (setUp): Remove wc path, if already exists.
>    (tearDown): Cleanup wc path after the tests.
> ]]]


A gentle reminder to the committers... am dependant on part of this patch  
for my next patch too...


Regards,
Madan.

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