Return-Path: Delivered-To: apmail-xml-forrest-dev-archive@www.apache.org Received: (qmail 5395 invoked from network); 9 Jun 2004 16:12:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 9 Jun 2004 16:12:06 -0000 Received: (qmail 95145 invoked by uid 500); 9 Jun 2004 16:12:11 -0000 Delivered-To: apmail-xml-forrest-dev-archive@xml.apache.org Received: (qmail 95044 invoked by uid 500); 9 Jun 2004 16:12:10 -0000 Mailing-List: contact forrest-dev-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: forrest-dev@xml.apache.org Delivered-To: mailing list forrest-dev@xml.apache.org Received: (qmail 95026 invoked by uid 99); 9 Jun 2004 16:12:10 -0000 Received: from [65.77.211.32] (HELO cocoondev.org) (65.77.211.32) by apache.org (qpsmtpd/0.27.1) with SMTP; Wed, 09 Jun 2004 09:12:10 -0700 Received: (qmail 3314 invoked from network); 9 Jun 2004 16:11:57 -0000 Received: from cocoondev.org (65.77.211.32) by cocoondev.org with SMTP; 9 Jun 2004 16:11:57 -0000 Message-ID: <72470.1086797517348.JavaMail.jira_admin@cocoondev.org> From: issues@cocoondev.org To: forrest-dev@xml.apache.org Subject: [issues] New comment: (FOR-124) The SVN repository needs some configuration tweaks Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N The following comment has been added to this issue: Author: Dave Brondsema Created: Wed, 9 Jun 2004 6:11 PM Body: If no svn:eol-style is specified, it's not native. We want native for many files. You can modify ~/.subversion/config (%USERPROFILE%/Application Data/Subversion/config in Windows) so the client automatically adds svn:eol-style:native to new files. Set "enable-auto-props = yes" in the [miscellany] section and the following properties in the [auto-props] section. Make sure the section titles are not commented out. This list should handle nearly everything Forrest uses. *.sh = svn:eol-style=native;svn:executable *.txt = svn:eol-style=native *.java = svn:eol-style=native *.properties = svn:eol-style=native *.xml = svn:eol-style=native *.bat = svn:eol-style=native *.xmap = svn:eol-style=native *.css = svn:eol-style=native *.js = svn:eol-style=native *.xslt = svn:eol-style=native *.grm = svn:eol-style=native *.xgrm = svn:eol-style=native *.egrm = svn:eol-style=native *.xegrm = svn:eol-style=native *.xlex = svn:eol-style=native *.xsp = svn:eol-style=native *.html = svn:eol-style=native *.ihtml = svn:eol-style=native *.ent = svn:eol-style=native *.dtd = svn:eol-style=native *.mod = svn:eol-style=native *.pen = svn:eol-style=native *.xslt = svn:eol-style=native *.xsl = svn:eol-style=native *.xcat = svn:eol-style=native *.rnc = svn:eol-style=native *.rnx = svn:eol-style=native *.rng = svn:eol-style=native *.xconf = svn:eol-style=native *.svg = svn:eol-style=native *.cwiki = svn:eol-style=native *.xul = svn:eol-style=native *.rdf = svn:eol-style=native *.aart = svn:eol-style=native *.jsp = svn:eol-style=native *.tld = svn:eol-style=native *.pl = svn:eol-style=native *.py = svn:eol-style=native *.cmd = svn:eol-style=native --------------------------------------------------------------------- View the issue: http://issues.cocoondev.org/jira//secure/ViewIssue.jspa?key=FOR-124 Here is an overview of the issue: --------------------------------------------------------------------- Key: FOR-124 Summary: The SVN repository needs some configuration tweaks Type: Task Status: Unassigned Priority: Major Project: Forrest Component: Core operations Assignee: Reporter: David Crossley Created: Tue, 23 Mar 2004 5:52 AM Updated: Wed, 28 Apr 2004 9:32 PM Description: Apache infrastructure@a.o has converted our repositories from CVS to SVN. Now we (Forrest) need to tweak its configuration. For example, being an opensource project, we have developers using multiple operating systems so we need to attend to the "svn:eol-style" property. This has been commenced but there are some issues. See http://marc.theaimsgroup.com/?l=forrest-dev&m=108000337929621 and recent messages to infrastructure@a.o We also need to convert our old ".cvsignore" files to use the "svn:ignore" property. --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://issues.cocoondev.org/jira//Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira