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

Re: [Recipe] recursively propset for keywords

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2004-03-17 19:53:55 CET

makl <makl@tigris.org> writes:

> $ mkdir wc1\rom
> $ mkdir wc1\rom\ss
> $ time /t 1>wc1\test.txt
> $ time /t 1>wc1\rom\ff.txt
> $ time /t 1>wc1\rom\ss\ss.txt
> $ svn add wc1\rom
> $ svn add wc1\test.txt
> $ svn ci -m "" wc1
>
> $ svn propset -R svn:keywords "Date" wc1
> property 'svn:keywords' set (recursively) on 'wc1'
>
> $ svn st wc1
> ! wc1\ss.txt
> ! wc1\ff.txt
> M wc1\rom\ss\ss.txt
> M wc1\rom\ff.txt
> M wc1\test.txt

Ugh! At a guess we are omitting to retrieve an access baton
somewhere, and passing the root baton instead, the function
prop_commands.c:proplist_walk_cb looks like it could be the
culprit.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Mar 17 19:54:40 2004

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.