[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-08 04:27:08 CET

Michael W Thelen wrote:

> Gerard Samuel wrote:
>
>> I figured out what it was.
>> It seems that you have to have all file types listed that you're
>> importing.
>> I added entries for *.ini and *.xml, and it worked without any
>> problems...
>
>
> You shouldn't need to have auto-props turned on for all file types
> you're importing. In fact, you shouldn't need to have auto-props turned
> on for *any* file types you're importing. Could you give some more
> details? There was some confusion about exactly which configuration
> causes the crash... could you post versions of the config file that do
> and do not cause the crash? And could you describe the files you are
> importing?

I thought it was wierd that I had to specify the files.
Im still new to subversion, so I may have been doing something or
have something setup wrong.
I was importing a variety of php/txt/ini/xml files.
Here is stripped down version of what Im using that seems to work.
-----
[miscellany]
use-commit-times = yes
enable-auto-props = yes

[auto-props]
*.sh = svn:eol-style=LF;svn:executable
*.txt = svn:eol-style=LF
*.html = svn:eol-style=LF
*.ini = svn:eol-style=LF
*.xml = svn:eol-style=LF
*.png = svn:mime-type=image/png
*.jpg = svn:mime-type=image/jpeg
*.php = svn:keywords=Id;svn:eol-style=LF

Here is what I was using before when it was core dumping (stripped down)
-----
[miscellany]
use-commit-times = yes
enable-auto-props = yes

[auto-props]
*.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

I still have the last core dump if anyone wants to inspect it.
Email me off-list as its ~ 2.5M

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