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

Re: Subversion core dumping...

From: Gerard Samuel <svn_at_trini0.org>
Date: 2005-02-07 05:49:36 CET

Gerard Samuel wrote:

> Im currently running 1.1.3 on FreeBSD.
>
> I have this in my .subversion/config file ->
> -- snip --
> [auto-props]
> # *.c = svn:eol-style=native
> # *.cpp = svn:eol-style=native
> # *.h = svn:eol-style=native
> # *.dsp = svn:eol-style=CRLF
> # *.dsw = svn:eol-style=CRLF
> # *.sh = svn:eol-style=native;svn:executable
> # *.txt = svn:eol-style=native
> # *.png = svn:mime-type=image/png
> # *.jpg = svn:mime-type=image/jpeg
> # Makefile = svn:eol-style=native
> *.sh = svn:eol-style=LF;svn:executable
> *.txt = svn:eol-style=LF
> *.html = svn:eol-style=LF
> *.png = svn:mime-type=image/png
> *.jpg = svn:mime-type=image/jpeg
> *.php = svn:keywords=Id;svn:eol-style=LF
>
> If I comment out everything below ->
> # Makefile = svn:eol-style=native
> except the last one (the one for php files),
> subversion would core dump when importing files.
>
> Any ideas??
> Thanks

Typo: If I comment out everything below ->
# Makefile = svn:eol-style=native
except the last one (the one for php files),
subversion does *not* core dump when importing files.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Feb 7 06:30:08 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.