From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Anton Farygin Organization: ALT Linux Ltd. Date: Thu, 15 Sep 2005 14:07:22 +0400 User-Agent: Pan/0.14.2 (This is not a psychotic episode. It's a cleansing moment of clarity.) Message-Id: References: <200509141828.35762.serpiph@nikiet.ru> <432914E8.2060602@vzljot.ru> <200509151204.42099.lav@altlinux.ru> <43292C09.4060600@vzljot.ru> <4329374C.9000909@vzljot.ru> <43293D45.5050907@vzljot.ru> <43294663.1070305@vzljot.ru> To: devel@altlinux.ru MIME-Version: 1.0 Content-Type: text/plain; charset=windows-1251 Content-Transfer-Encoding: 8bit Subject: [devel] Re: Subversion =?koi8-r?b?yQ==?= src.rpm [JT] X-BeenThere: devel@altlinux.ru X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ALT Devel discussion list List-Id: ALT Devel discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 10:10:01 -0000 Archived-At: List-Archive: List-Post: On Thu, 15 Sep 2005 14:01:07 +0400, Vitaly Ostanin wrote: > Anton Farygin пишет: >> On Thu, 15 Sep 2005 13:22:13 +0400, Vitaly Ostanin wrote: >> >>>http://subversion.tigris.org/faq.html#auto-props >> >> Здесь все верно. Там же сказано - это >> работает только при add, а не про commit'е. > > Там сказано, что на сервере это вообще не > работает :) Пользователи должны помнить > об установке нужных свойств, когда > добавляют новые файлы. Значит устарело: The auto-props section controls the Subversion client's ability to automatically set properties on files when they are added or imported. It contains any number of key-value pairs in the format PATTERN = PROPNAME=PROPVALUE where PATTERN is a file pattern that matches a set of filenames and the rest of the line is the property and its value. Multiple matches on a file will result in multiple propsets for that file; however, there is no guarantee that auto-props will be applied in the order in which they are listed in the config file, so you can't have one rule “override” another. You can find several examples of auto-props usage in the config file. Lastly, don't forget to set enable-auto-props to yes in the miscellany section if you want to enable auto-props. Rgds, Rider