Commit message problem with IBM Rational Rhapsody and external svn 1.7 tools
Posted: Mon Aug 10, 2015 3:07 pm
Hi!
I'm evaluating AgentSVN 2.47 as PushOK replacement for Rational Rhapsody in my company.
As we are using SVN 1.7 I use TortoiseSVN in an appropriate version (TortoiseSVN 1.7.13, 64 Bit / Subversion 1.7.10), I configured AgentSVN to not use the internal svn tools.
If I try to commit changed files from Rhapsody, nothing really happens. I looked into the log file and I think I found the problem:
Two lines later in the log file SVN tells me this:
It seems that the quotation marks around the commit message (see string above "My commit message") are wrong. I can clearly reproduce this in the shell. If I change the quotation marks in this way, the commit works fine:
Also I'm not sure if these newlines in the log file are caused by the logging itself or from AgentSVN, which would mean that AgentSVN trys to execute three commands instead of one (first the svn command, then only carriage return, and the third one is "" --changelist CL-25962575). May be this is another bug.
Could you please fix this issue?
Best regards
Timo Steuerwald
I'm evaluating AgentSVN 2.47 as PushOK replacement for Rational Rhapsody in my company.
As we are using SVN 1.7 I use TortoiseSVN in an appropriate version (TortoiseSVN 1.7.13, 64 Bit / Subversion 1.7.10), I configured AgentSVN to not use the internal svn tools.
If I try to commit changed files from Rhapsody, nothing really happens. I looked into the log file and I think I found the problem:
Code: Select all
[Mon Aug 10 16:14:31 2015] >> * Command: svn.exe --non-interactive --trust-server-cert commit --no-unlock -m""My commit message
"" --changelist CL-25962575
Code: Select all
[Mon Aug 10 16:14:32 2015] >> svn.exe: invalid option:
Code: Select all
svn.exe --non-interactive --trust-server-cert commit --no-unlock -m "My submit message" --changelist CL-25962575
Could you please fix this issue?
Best regards
Timo Steuerwald