On Mon, Jan 11, 2010 at 10:43:57AM -0700, Jeremy Conlin wrote: > I just created some auto properties settings for my repository. I > need to now apply these settings to all the files in my repository. > Is there some automated way to do this or do I have to do it manually?
Look at the propedit and propset subcommands, and the -R flag. Failing that, find [...] | xargs svn propset [...] or equivalent should be helpful. tyler