Hi, it seems the Maven-scm-plugin 1.5 beta 3 gets confused over the output of svn when extrenals are used in svn.
The output of my svn command is: > svn update --non-interactive Fetching external item into 'common' External at revision 3257. At revision 3257. so, the output of doing: > maven scm:update [INFO] Executing: svn update --non-interactive [INFO] Working directory: ..... [WARNING] Unexpected input, the line must be at least three characters long. Line: ''. [INFO] Unknown file status: 'F'. [INFO] Unknown file status: 'E'. [WARNING] Unexpected input, the line must be at least three characters long. Line: ''. Should the plugin call svn -q ? Or should I set a flag somwhere? Regards Mark Donszelmann --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
