[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: rev 3943 - in branches/cvs2svn-mmacek/tests: . testcvs1 testcvs1/space-fname

From: Branko Čibej <brane_at_xbc.nu>
Date: 2002-12-01 01:37:49 CET

mmacek@tigris.org wrote:

>Author: mmacek
>Date: 2002-11-30 14:10:45 -0600 (Sat, 30 Nov 2002)
>New Revision: 3943
>
[snip]

>Modified: branches/cvs2svn-mmacek/tests/cmptag.py
>==============================================================================
>--- branches/cvs2svn-mmacek/tests/cmptag.py (original)
>+++ branches/cvs2svn-mmacek/tests/cmptag.py Sat Nov 30 14:10:45 2002
>@@ -34,9 +34,6 @@
> print " checking tag %s -> %s" % (tag, path)
> check_tag(cvs_repo, module, tag, "svn-repo.tmp", path);
> os.system("rm -rf svn-repo.tmp");
>+ os.system("rm -rf cvs2svn-data.*");
>+ os.system("rm test.log");
>

Hm. Could we please use glob and os.remove, or shutil.rmtree, or
anything except shell commands?

-- 
Brane Čibej   <brane_at_xbc.nu>   http://www.xbc.nu/brane/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Dec 1 01:38:30 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.