[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn:keywords?

From: Damir Shayhutdinov <damir_at_tecon.ru>
Date: 2006-02-22 10:10:06 CET

On Wed, Feb 22, 2006 at 09:52:59AM +0100, Bj?rn T Johansen wrote:
> I would like to use svn:keywords but as far as I can tell, I have to run svn propset on every file I want to
> use keywords... Is this correct?
> Is there no other way? If I have 300 files, I need to run svn propset 300 times??
You can use autoprops feature, or use special programs like find(1) to
execute one command for many files.

find -type f -name '*.c' -exec svn propset svn:keywords Id {} \;

-- 
WBR,
Damir Shayhutdinov
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Feb 22 10:14:43 2006

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.