Re: 1 cset was pushed to modules/xproject: win-unix convertion...
Volodymyr Metenchuk <voll-/[email protected]>
| Newsgroups | gmane.comp.cms.xaraya.bk-notices |
|---|---|
| Organization | Xaraya |
| Message-ID | <[email protected]> |
Carl thank you, but the problem not in the dos2unix converting. File is correct (doesn't have any windows CRLF) but pre-appy.qa trigger deny to push it. voll Carl P. Corliss wrote: > Volodymyr Metenchuk wrote: > >> Very strange issue with files in xproject repo. >> I work at Fedora box. >> >> I saw before editing that files are with windows CR. >> I converted it by dos2unix and tried to push, >> but can't do it because BK complains about windows CR! >> >> This script >> >> wincr=`echo -en '\r\n'` >> grep -ce "$wincr" xarnewfuncs.php >> >> return 0, >> so it likes all are working, >> but anyway BK don't allow push me >> >> voll >> >> Volodymyr Metenchuk wrote: >> >>> Changes were applied by voll to modules/xproject level 20. >>> The following cset was applied: >>> ChangeSet >>> 1.299 05/02/24 23:43:22 voll-/[email protected] +1 -0 >>> win-unix convertion >>> xarnewfuncs.php >>> 1.10 05/02/24 23:41:41 voll-/[email protected] +1 -1 >>> win-unix convertion >>> Links for the differences: >>> http://xaraya.com:15000/modules/xproject/[email protected] > > > try something like: > > bk sfiles -g | grep php$ | xargs -i perl -pi -e 's/\r\n/\n/g' {} > > -- > Carl