Ticket #2144 (new defect)

Opened 1 year ago

Last modified 1 year ago

"svn info --xml" breaks old svn clients

Reported by: albertHofkamp Assigned to: albertHofkamp
Priority: normal Milestone:
Component: Combinator Severity: normal
Keywords: Cc:
Author: Branch:

Description

In [12031] the following line was created (svn blame output, line 304, source:trunk/Combinator/combinator/branchmgr.py):

12031      glyph         doc = parse(os.popen("svn info --xml"))

This command combination was introduced in svn 1.3.0 (see http://svn.collab.net/repos/svn/tags/1.3.0/CHANGES), breaking pre-1.3.0 svn clients.

Change History

06/21/07 16:57:14 changed by glyph

  • owner changed from glyph to albertHofkamp.

I don't have any interest in supporting pre-1.3 SVN clients. If you want to develop a patch to do this, please feel free.

jethro@divmod.org