[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: Bjørn T Johansen <btj_at_havleik.no>
Date: 2006-02-22 10:29:58 CET

On Wed, 22 Feb 2006 12:10:06 +0300
Damir Shayhutdinov <damir@tecon.ru> wrote:

> 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 {} \;
>

That I can do, thx... :)

BTJ

---------------------------------------------------------------------
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:31:17 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.