Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 44526 invoked from network); 13 Oct 2005 02:14:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 13 Oct 2005 02:14:00 -0000 Received: (qmail 9464 invoked by uid 500); 13 Oct 2005 02:13:57 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 9405 invoked by uid 500); 13 Oct 2005 02:13:56 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@cocoon.apache.org List-Id: Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 9394 invoked by uid 99); 13 Oct 2005 02:13:56 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Oct 2005 19:13:56 -0700 Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [65.77.211.84] (HELO www2.kc.aoindustries.com) (65.77.211.84) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Oct 2005 19:13:58 -0700 Received: from fo2.kc.aoindustries.com (www2.kc.aoindustries.com [65.77.211.84]) by www2.kc.aoindustries.com (8.13.1/8.13.1) with ESMTP id j9D2DYcN030955 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 12 Oct 2005 21:13:34 -0500 Received: from localhost (localhost [[UNIX: localhost]]) by fo2.kc.aoindustries.com (8.13.1/8.13.1/Submit) id j9D2DYpt030897 for dev@cocoon.apache.org; Wed, 12 Oct 2005 21:13:34 -0500 X-Authentication-Warning: fo2.kc.aoindustries.com: indexgeo set sender to crossley@apache.org using -f Date: Thu, 13 Oct 2005 12:13:29 +1000 From: David Crossley To: dev@cocoon.apache.org Subject: committer Subversion config (Was: svn commit: r314929) Message-ID: <20051013021329.GA10332@igg.indexgeo.com.au> References: <20051012142818.89828.qmail@minotaur.apache.org> <434D1F42.90806@gmail.com> <434D222B.8090508@reverycodes.com> <434D249F.5030909@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <434D249F.5030909@gmail.com> User-Agent: Mutt/1.4i X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N hepabolu wrote: > Vadim Gritsenko wrote: > >hepabolu wrote: > > > >>Grr. I checked this and thought it was properly set up. What should I > >>have done? > > > > > >Check your ~/.subversion/config, it should have [auto-props] section set > >up. See the ready-made config file linked at: http://www.apache.org/dev/version-control.html#https-svn > > For files already added to the svn, use this shell script: > > > > #!/bin/sh > > svn propset svn:eol-style native $* > > svn propset svn:keywords Id $* > > > > # If using cygwin > > chmod -x $* > > svn propdel svn:executable $* > > And Windows? At work I use Windows and handle all SVN actions using > subclipse. Erk. Well then one of the other committers can set the properties for those files. -David