Skip to content

Can not parse messages in the format 'A (bin) FILENAME' [Tigris #1443] #18

@markphip

Description

@markphip

Description

When svn commandline client returns:

A   (bin)   FILENAME

the output can not be parsed. A warning is given.

Possible solution:

In org.tigris.subversion.svnclientadapter.commandline.parser.SvnOutParser.java 
it says:

new SvnActionRE("A  (bin)  ([^ ].+)",CmdLineNotifyAction.add,SvnActionRE.PATH),

I think it should be:

new SvnActionRE("A  \(bin\)  ([^ 
].+)",CmdLineNotifyAction.add,SvnActionRE.PATH),

since '(' and ')' are use to create groups and do no match the character '(' and 
')'.

Metadata Imported from Tigris (Issue 1443)

  • Creation Date: 2012-08-07 03:26:41
  • Reporter: guidol
  • Subcomponent: svnClientAdapter
  • Version: current
  • Milestone: not determined
  • Keywords:
  • Cc:

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions