[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: MSVC6 IDE complaining about some projects (gen_uri_delims.dsp, ...)

From: Andreas Magnusson <andreas.ch.magnusson_at_home.se>
Date: 2005-07-21 17:34:39 CEST

Alexander Mueller wrote:
> I am trying to build on Windows XP with MSVC6 SP6. Have configured the
> sources with gen-make.py -t dsp. When loading the DSW the MSVC IDE keeps
> telling me for several projects: this projects wasnt created with
> Developer Studio.
>
> Projects with problems:
> - gen_uri_delims.dsp
> - libapr.dsp
> - xml.dsp
>
> Didnt get this error with svn 1.1.4. Anybody an idea?
>
> Xela

Sounds like the .dsp files have LF instead if CRLF in them. Those are
the only files VC6 *has* to have in CRLF.
I imaging you are building from the zip-file? All those comes from the
apr-util folder, and I don't know who it is that creates those files.
But it does seem like someone forgot a svn:eol-style=CRLF on those.
For now, open them in an editor that can change line-endings and re-save
them as CRLF instead of LF.

/Andreas

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jul 21 17:37:56 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.