RE: Elegant way to move directory properties?
From: Dale Worley <dworley_at_pingtel.com>
Date: 2005-06-30 15:44:28 CEST
> From: Lutz Frommberger [mailto:lutz@informatik.uni-bremen.de]
Something like this might help:
#! /bin/sh
D1=.
for PROP in $( svn proplist $D1 | tail +2 )
Dale
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.