[Mono-list] Developing in a mix environment

Jason Perkins starkos at gmail.com
Tue Jul 31 07:51:21 EDT 2007


On 7/31/07, John Anderson <sontek at gmail.com> wrote:
> How do you avoid running into new line/carriage return problems between
> editors?

We use svn:eol-style to translate between systems. See the Subversion
manual for more info,


> How do you handle building projects between the systems?

We use Premake (http://premake.sf.net/) to generate Visual Studio and
SharpDevelop files for Windows, MonoDevelop files for Linux, and GNU
makefiles for OS X (and edit in XCode).

Jason


More information about the Mono-list mailing list