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

RE: svn commit: r1144397 - /subversion/trunk/win-tests.py.

From: Bert Huijben <bert_at_qqmail.nl>
Date: Fri, 8 Jul 2011 10:49:44 -0700

Maybe we should move it from tools to subversion and promote it to
supported?

Bert Huijben (Cell phone) From: philip_at_apache.org
Sent: vrijdag 8 juli 2011 19:35
To: commits_at_subversion.apache.org
Subject: svn commit: r1144397 - /subversion/trunk/win-tests.py
Author: philip
Date: Fri Jul 8 17:35:31 2011
New Revision: 1144397

URL: http://svn.apache.org/viewvc?rev=1144397&view=rev
Log:
* win-tests.py: Copy svnmucc in an attempt to fix the tests.

Modified:
    subversion/trunk/win-tests.py

Modified: subversion/trunk/win-tests.py
URL: http://svn.apache.org/viewvc/subversion/trunk/win-tests.py?rev=1144397&r1=1144396&r2=1144397&view=diff
==============================================================================
--- subversion/trunk/win-tests.py (original)
+++ subversion/trunk/win-tests.py Fri Jul 8 17:35:31 2011
@@ -656,6 +656,8 @@ if create_dirs:
     baton = copied_execs
     for dirpath, dirs, files in os.walk('subversion'):
       copy_execs(baton, dirpath, dirs + files)
+ for dirpath, dirs, files in os.walk('tools/client-side/svnmucc'):
+ copy_execs(baton, dirpath, dirs + files)
   except:
     os.chdir(old_cwd)
     raise
Received on 2011-07-08 19:50:18 CEST

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.