Re: [uportal-dev] pre-commit hook re: svn:mime-type preventing commit

2010-03-04 Thread Gary Thompson
@lists.ja-sig.org Sent: Sunday, February 28, 2010 5:02:44 PM GMT -07:00 U.S. Mountain Time (Arizona) Subject: Re: [uportal-dev] pre-commit hook re: svn:mime-type preventing commit I'll give it a shot next time I have to add a new file. On Sun, Feb 28, 2010 at 12:09 PM, Cris J Holdorph holdo

Re:[uportal-dev] pre-commit hook re: svn:mime-type preventing commit

2010-02-28 Thread Nicholas Blair
Add and commit of the new file succeeds if I manually set: svn:mime-type text/plain I don't see any obvious typos with the *.java line in the uportal subversion config: *.java = svn:eol-style=native;svn:keywords=Date Revision Author HeadURL Id;svn:mime-type=text/plain So I'm stumped. On Sun,

Re: [uportal-dev] pre-commit hook re: svn:mime-type preventing commit

2010-02-28 Thread Cris J Holdorph
Did you do the subversion add from the command line or from eclipse? If from eclipse, does anyone know if subclipse will use/pick up those parts of the subversion config file? Cris J H Nicholas Blair wrote: I have the uportal subversion config file from

Re: [uportal-dev] pre-commit hook re: svn:mime-type preventing commit

2010-02-28 Thread Nicholas Blair
Via eclipse. I'm using the have the JavaHL client. I should add I've added one line to the uportal subversion config as prescriped by subclipse to deal with a subversion bug that appears when using the gnome-keyring: password-stores = On Sun, Feb 28, 2010 at 11:39 AM, Cris J Holdorph

Re: [uportal-dev] pre-commit hook re: svn:mime-type preventing commit

2010-02-28 Thread Cris J Holdorph
So do you see the same behavior if you do the the subversion add from the command line? Cris J H Nicholas Blair wrote: Via eclipse. I'm using the have the JavaHL client. I should add I've added one line to the uportal subversion config as prescriped by subclipse to deal with a subversion

Re: [uportal-dev] pre-commit hook re: svn:mime-type preventing commit

2010-02-28 Thread Nicholas Blair
I'll give it a shot next time I have to add a new file. On Sun, Feb 28, 2010 at 12:09 PM, Cris J Holdorph holdo...@unicon.net wrote: So do you see the same behavior if you do the the subversion add from the command line? Cris J H Nicholas Blair wrote: Via eclipse. I'm using the have