jira-importer commented on issue #697: URL: https://github.com/apache/maven-scm/issues/697#issuecomment-2964613758
**[Victor Volle](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=vrvolle)** commented Index: SvnStatusConsumer.java --- --- SvnStatusConsumer.java (revision 788643) +++ SvnStatusConsumer.java (working copy) @@ -81,7 +81,7 @@ String statusString = line.substring( 0, 1 ); - String file = line.substring( 7 ); + String file = line.substring( 7 ).trim(); ScmFileStatus status; -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
