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

Re: [PATCH] Locking tests to verify 'svn status'

From: <kfogel_at_collab.net>
Date: 2005-04-04 18:23:00 CEST

Ben Collins-Sussman <sussman@collab.net> writes:
> It may be the case that we'll need to update the status-parser in
> tree.py to return the "KOBT" column as a tree-node attribute, but
> that's not a big deal to tweak. Karl may have already done that this
> week.

It should be present as the 'writelocked' attribute, see line 686-687
of svntest/tree.py:

        if match.group(5) != ' ':
          atthash['writelocked'] = match.group(5)

-Karl

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Apr 4 18:49:25 2005

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.