Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
markphip opened this issue Sep 15, 2016 · 0 comments
Open
Labels

Comments

@markphip
Copy link
Contributor

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:
@markphip markphip added the bug label Sep 15, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant