jira-importer commented on issue #261: URL: https://github.com/apache/maven-scm/issues/261#issuecomment-2964581726
**[Bernd](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=berndq)** commented This is the output from the command line: D:\xx\>svn --username maven --non-interactive update Revision 380. org.apache.maven.scm.provider.svn.svnexe.command.update.SvnUpdateConsumer contains private static final String AT_REVISION_TOKEN = "At revision"; .. else if ( line.startsWith( AT_REVISION_TOKEN ) ) { String revisionString = line.substring( AT_REVISION_TOKEN.length() + 1, line.length() - 1 ); revision = parseInt( revisionString ); so line.startsWith( AT_REVISION_TOKEN ) ) most likely does not compare sucessfully. -- 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]
