Steven Crosley <[EMAIL PROTECTED]> writes:

>
> mvn scm:checkin -Dmessage="This is a test"
>
> I get a successful build, but the svn executes a file command instead
> of sending it to my repository:
>
> [INFO] [scm:checkin]
> [INFO] Executing: svn --non-interactive commit --file /tmp/maven-
> scm-947054377.commit
> [INFO] Working directory: /Users/myuser/Documents/Projects/sampleproject
>

What do you mean by 'executes a file command' ? The preceding command
is a valid svn commit, the --file tells svn to use the given as commit
message. If it is this command that gets executed, the changes are
commited. 

Regards,
-- 
OQube < software engineering \ génie logiciel >
Arnaud Bailly, Dr.
\web> http://www.oqube.com


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to