On Monday 13 March 2006 05:02, Juergen Donnerstag wrote: > I'm currently not able to add a java file. The svn:mime-type is not > set. I assume a default can be configured with svn. Any idea?
On Linux systems there is a $HOME/.subversion/config and in there you ccould configure something like; [auto-props] *.bat = svn:eol-style=CRLF;svn:executable *.block = svn:eol-style=native *.c = svn:eol-style=native *.cgi = svn:eol-style=native *.cpp = svn:eol-style=native *.css = svn:eol-style=native *.dll = svn:mime-type=application/octet-stream *.dsp = svn:eol-style=CRLF *.dsw = svn:eol-style=CRLF *.ent = svn:eol-style=native *.gif = svn:mime-type=image/gif *.h = svn:eol-style=native .htaccess = svn:eol-style=native *.html = svn:eol-style=native *.jar = svn:mime-type=application/octet-stream *.jpg = svn:mime-type=image/jpeg *.java = svn:eol-style=native *.meta = svn:eol-style=native *.png = svn:mime-type=image/png *.properties = svn:eol-style=native *.sequence = svn:eol-style=native *.sh = svn:eol-style=LF;svn:executable *.svg = svn:eol-style=native *.txt = svn:eol-style=native *.x* = svn:eol-style=native Makefile = svn:eol-style=native KEYS = svn:eol-style=native which would give some decent defaults. Cheers Niclas ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ Wicket-develop mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-develop
