ContributionsMost RecentMost LikesSolutionsExport environments for reload to another projectThere is actually no way in SoapUI Pro to export all environments of a project to be imported into another project. For a new project the work-around could be to copy the entire project including the existing environments and then delete all TestSuites for a clean start. But for an existing project which should have the same environments there is no way to import them, so you must update or create them manually. So I feel the need for this feature of environment-sharing.Re: inconsistent line ending styleWe found another solution: TortoiseSVN / Settings / Subversion configuration file / Edit "config" Edit in chapter "### Regular Types" the line starting with ".xml" BEFORE: *.xml = svn:mime-type=text/xml;svn:eol-style=native;svn:keywords=Id LastChangedDate LastChangedBy LastChangedRevision URL AFTER: *.xml = svn:mime-type=text/xml;svn:keywords=Id LastChangedDate LastChangedBy LastChangedRevision URL So in that line the entry "svn:eol-style=native" was removed. Then it worked, we could committ with SVN without errors (Win7, soapUI PRO 4.5.1)Re: inconsistent line ending styleI have the same problem with soapUI PRO 4.5.1. After switch to composite project and saving the project I got the folder-structure as needed, but when i check-in with tortoise svn i get the "insonsistent line ending"-error. How can I solve this problem? We need the composite mode for collaborative work and the SVN. please help.