Return-Path: Delivered-To: apmail-geronimo-scm-archive@www.apache.org Received: (qmail 6638 invoked from network); 10 Dec 2005 02:05:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 10 Dec 2005 02:05:33 -0000 Received: (qmail 15292 invoked by uid 500); 10 Dec 2005 02:05:32 -0000 Delivered-To: apmail-geronimo-scm-archive@geronimo.apache.org Received: (qmail 15137 invoked by uid 500); 10 Dec 2005 02:05:32 -0000 Mailing-List: contact scm-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list scm@geronimo.apache.org Received: (qmail 15126 invoked by uid 99); 10 Dec 2005 02:05:31 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Dec 2005 18:05:31 -0800 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id EF88E188 for ; Sat, 10 Dec 2005 03:05:09 +0100 (CET) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki To: scm@geronimo.apache.org Date: Sat, 10 Dec 2005 02:05:09 -0000 Message-ID: <20051210020509.17957.54390@ajax.apache.org> Subject: [Geronimo Wiki] Update of "GettingSourceCode" by JohnSisson X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Dear Wiki user, You have subscribed to a wiki page or wiki category on "Geronimo Wiki" for change notification. The following page has been changed by JohnSisson: http://wiki.apache.org/geronimo/GettingSourceCode The comment on the change is: information about subversion client config (taken from commons wiki.. thanks!) ------------------------------------------------------------------------------ Remember to replace 'your-username' and 'your-password' with your actual username and password on svn.apache.org. + + = Subversion client config = + Add this to your subversion client configuration file: + + '''Note:''' make sure the settings are merged into the appropriate section if it already exists, + as duplicate section names can cause problems. + + Possible locations of your subversion client configuration + * Windows: C:\Documents and Settings\yourname\Application Data\Subversion\config + * Linux: ~/.subversion/config + + {{{ + [miscellany] + global-ignores = *.o *.lo *.la #*# .*.rej *.rej .*~ *~ .#* .DS_Store build dist target + enable-auto-props = yes + + [auto-props] + *.c = svn:eol-style=native;svn:keywords=Date Author Id Revision HeadURL + *.cpp = svn:eol-style=native;svn:keywords=Date Author Id Revision HeadURL + *.h = svn:eol-style=native;svn:keywords=Date Author Id Revision HeadURL + *.dsp = svn:eol-style=CRLF + *.dsw = svn:eol-style=CRLF + *.sh = svn:executable;svn:eol-style=native;svn:keywords=Date Author Id Revision HeadURL + *.cmd = svn:mime-type=text/plain;svn:eol-style=CRLF + *.bat = svn:mime-type=text/plain;svn:eol-style=CRLF + Makefile = svn:eol-style=native;svn:keywords=Date Author Id Revision HeadURL + *.obj = svn:mime-type=application/octet-stream + *.bin = svn:mime-type=application/octet-stream + *.bmp = svn:mime-type=image/bmp + *.class = svn:mime-type=application/java + *.doc = svn:mime-type=application/msword + *.exe = svn:mime-type=application/octet-stream + *.gif = svn:mime-type=image/gif + *.gz = svn:mime-type=application/x-gzip + *.jar = svn:mime-type=application/java-archive + *.jpg = svn:mime-type=image/jpeg + *.jpeg = svn:mime-type=image/jpeg + *.pdf = svn:mime-type=application/pdf + *.png = svn:mime-type=image/png + *.tgz = svn:mime-type=application/octet-stream + *.tif = svn:mime-type=image/tiff + *.tiff = svn:mime-type=image/tiff + *.zip = svn:mime-type=application/zip + *.txt = svn:mime-type=text/plain;svn:eol-style=native;svn:keywords=Date Author Id Revision HeadURL + *.xml = svn:mime-type=text/xml;svn:eol-style=native;svn:keywords=Date Author Id Revision HeadURL + *.ent = svn:mime-type=text/plain;svn:eol-style=native;svn:keywords=Date Author Id Revision HeadURL + *.dtd = svn:mime-type=text/plain;svn:eol-style=native;svn:keywords=Date Author Id Revision HeadURL + *.xsd = svn:mime-type=text/xml;svn:eol-style=native;svn:keywords=Date Author Id Revision HeadURL + *.xsl = svn:mime-type=text/xml;svn:eol-style=native;svn:keywords=Date Author Id Revision HeadURL + *.wsdl = svn:mime-type=text/xml;svn:eol-style=native;svn:keywords=Date Author Id Revision HeadURL + *.htm = svn:mime-type=text/html;svn:eol-style=native;svn:keywords=Date Author Id Revision HeadURL + *.html = svn:mime-type=text/html;svn:eol-style=native;svn:keywords=Date Author Id Revision HeadURL + *.css = svn:mime-type=text/css;svn:eol-style=native;svn:keywords=Date Author Id Revision HeadURL + *.js = svn:mime-type=text/plain;svn:eol-style=native;svn:keywords=Date Author Id Revision HeadURL + *.jsp = svn:mime-type=text/plain;svn:eol-style=native;svn:keywords=Date Author Id Revision HeadURL + *.txt = svn:mime-type=text/plain;svn:eol-style=native;svn:keywords=Date Author Id Revision HeadURL + *.java = svn:mime-type=text/plain;svn:eol-style=native;svn:keywords=Date Author Id Revision HeadURL + *.properties = svn:mime-type=text/plain;svn:eol-style=native;svn:keywords=Date Author Id Revision HeadURL + *.sql = svn:mime-type=text/plain;svn:eol-style=native;svn:keywords=Date Author Id Revision HeadURL + }}} +