Hello,
My next guess would be that the -m paramter simply must be in the front.
In my scripts I use
$svn -m "tag erstellen" cp "$repository/branches/v$base_Branch/uls" "$repository/tags/released/v$tag/uls"
Hello,
Now thats fairly funny, it seems like your aix shell doesn't treat quotes the same way other unix tools do?
Have you tried using single quotes instead of double quotes?
svn -m 'jira:RTPS-9898 EPC 2021 install' copy <src> <dst>
Best regards,
Thorsten
Does quoting in general work as expected?
For example if you
touch "hello world" do you end up with one file hello world or 1
file hello and 1 file world?
Hi..it's https:// for both urls.Thanks!