I'm trying to checkin a file using rcleartool and pass in a comment which contains more than 1 line (on windows)
> rcleartool.bat ci file1.cxx -c "comment with more than one line"
but this doesn't seem to work well, infact I can't even enter such a think in bash or in cmd
can anyone give me any pointers if there is a way to encode \n in the message
doing
rcleartool.bat ci file1.cxx -c "comment \nwith more than\none\nline"
simply leave the string "\n" in my message and not an actual newline
Is this possible? rcleartool doesn't seem to take the -cfile argument
Many thanks in advance Paul
Usage: checkin | ci [-c/omment comment | -cq | -cqe | -nc] [-kee/p | -rm] [-pti/ me] [-fro/m source-pname] [-ide/ntical] {-cac/t | activity-selector ... | [-ato/ mic] pname ...}– MyDeveloperDay Mar 09 '16 at 13:42