You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2015/03/26 14:37:52 UTC

svn commit: r1669342 - /ofbiz/site/svn/config

Author: jleroux
Date: Thu Mar 26 13:37:52 2015
New Revision: 1669342

URL: http://svn.apache.org/r1669342
Log:
Adds the patch file type, because of tools\demo-backup where there are some patches.
Can be useful in other cases...

Modified:
    ofbiz/site/svn/config

Modified: ofbiz/site/svn/config
URL: http://svn.apache.org/viewvc/ofbiz/site/svn/config?rev=1669342&r1=1669341&r2=1669342&view=diff
==============================================================================
--- ofbiz/site/svn/config (original)
+++ ofbiz/site/svn/config Thu Mar 26 13:37:52 2015
@@ -15,7 +15,7 @@
 ### Section for configuring external helper applications.
 ### Set editor to the command used to invoke your text editor.
 ###   This will override the environment variables that Subversion
-###   examines by default to find this information ($EDITOR, 
+###   examines by default to find this information ($EDITOR,
 ###   et al).
 ### Set diff-cmd to the absolute path of your 'diff' program.
 ###   This will override the compile-time default, which is to use
@@ -107,6 +107,7 @@ enable-auto-props = yes
 *.html       = svn:mime-type=text/html;svn:eol-style=native;svn:keywords="Date Rev Author URL Id"
 *.htm        = svn:mime-type=text/html;svn:eol-style=native;svn:keywords="Date Rev Author URL Id"
 *.css        = svn:mime-type=text/css;svn:eol-style=native;svn:keywords="Date Rev Author URL Id"
+*.patch        = svn:mime-type=text/plain;svn:eol-style=native;svn:keywords="Date Rev Author URL Id"
 *.dsp        = svn:eol-style=CRLF
 *.bat        = svn:eol-style=CRLF
 *.dsw        = svn:eol-style=CRLF
@@ -128,9 +129,9 @@ enable-auto-props = yes
 *.dbf        = svn:mime-type=application/octet-stream
 *.mif        = svn:mime-type=application/octet-stream
 *.mid        = svn:mime-type=application/octet-stream
-Makefile     = svn:mime-type=text/plain;svn:eol-style=native 
-README       = svn:mime-type=text/plain;svn:eol-style=native 
-NOTICE       = svn:mime-type=text/plain;svn:eol-style=native 
+Makefile     = svn:mime-type=text/plain;svn:eol-style=native
+README       = svn:mime-type=text/plain;svn:eol-style=native
+NOTICE       = svn:mime-type=text/plain;svn:eol-style=native
 LICENSE      = svn:mime-type=text/plain;svn:eol-style=native
 ant          = svn:mime-type=text/plain;svn:eol-style=LF
 ij.ofbiz     = svn:mime-type=text/plain;svn:eol-style=LF



Re: svn commit: r1669342 - /ofbiz/site/svn/config

Posted by Jacques Le Roux <ja...@les7arts.com>.
Be reassured, there is only this line changed

+*.patch        = svn:mime-type=text/plain;svn:eol-style=native;svn:keywords="Date Rev Author URL Id"

Tools...!

Jacques

Le 26/03/2015 14:37, jleroux@apache.org a écrit :
> Author: jleroux
> Date: Thu Mar 26 13:37:52 2015
> New Revision: 1669342
>
> URL: http://svn.apache.org/r1669342
> Log:
> Adds the patch file type, because of tools\demo-backup where there are some patches.
> Can be useful in other cases...
>
> Modified:
>      ofbiz/site/svn/config
>
> Modified: ofbiz/site/svn/config
> URL: http://svn.apache.org/viewvc/ofbiz/site/svn/config?rev=1669342&r1=1669341&r2=1669342&view=diff
> ==============================================================================
> --- ofbiz/site/svn/config (original)
> +++ ofbiz/site/svn/config Thu Mar 26 13:37:52 2015
> @@ -15,7 +15,7 @@
>   ### Section for configuring external helper applications.
>   ### Set editor to the command used to invoke your text editor.
>   ###   This will override the environment variables that Subversion
> -###   examines by default to find this information ($EDITOR,
> +###   examines by default to find this information ($EDITOR,
>   ###   et al).
>   ### Set diff-cmd to the absolute path of your 'diff' program.
>   ###   This will override the compile-time default, which is to use
> @@ -107,6 +107,7 @@ enable-auto-props = yes
>   *.html       = svn:mime-type=text/html;svn:eol-style=native;svn:keywords="Date Rev Author URL Id"
>   *.htm        = svn:mime-type=text/html;svn:eol-style=native;svn:keywords="Date Rev Author URL Id"
>   *.css        = svn:mime-type=text/css;svn:eol-style=native;svn:keywords="Date Rev Author URL Id"
> +*.patch        = svn:mime-type=text/plain;svn:eol-style=native;svn:keywords="Date Rev Author URL Id"
>   *.dsp        = svn:eol-style=CRLF
>   *.bat        = svn:eol-style=CRLF
>   *.dsw        = svn:eol-style=CRLF
> @@ -128,9 +129,9 @@ enable-auto-props = yes
>   *.dbf        = svn:mime-type=application/octet-stream
>   *.mif        = svn:mime-type=application/octet-stream
>   *.mid        = svn:mime-type=application/octet-stream
> -Makefile     = svn:mime-type=text/plain;svn:eol-style=native
> -README       = svn:mime-type=text/plain;svn:eol-style=native
> -NOTICE       = svn:mime-type=text/plain;svn:eol-style=native
> +Makefile     = svn:mime-type=text/plain;svn:eol-style=native
> +README       = svn:mime-type=text/plain;svn:eol-style=native
> +NOTICE       = svn:mime-type=text/plain;svn:eol-style=native
>   LICENSE      = svn:mime-type=text/plain;svn:eol-style=native
>   ant          = svn:mime-type=text/plain;svn:eol-style=LF
>   ij.ofbiz     = svn:mime-type=text/plain;svn:eol-style=LF
>
>
>