Re: [sword-devel] Expanded keywords committed in the tree

2010-04-27 Thread Dmitrijs Ledkovs
>> propset (pset, ps): Set the value of a property on files, dirs, or revisions. >> usage: 1. propset PROPNAME PROPVAL PATH... >>      2. propset PROPNAME --revprop -r REV PROPVAL [TARGET] >> >>   1. Changes a versioned file or directory property in a working copy. >>   2. Changes an unversioned pr

Re: [sword-devel] Expanded keywords committed in the tree

2010-04-27 Thread Dmitrijs Ledkovs
Forget the patch. I found the problem. in the trunk checkout do: $ svn proplist -R -v | grep keywords -C 1 -- Properties on 'examples/classes/ciphercng.cpp': svn:keywords author date id -- Notice that generally you have only "author date id" enabled. $ svn proplist -R -v | grep keyw

[sword-devel] Expanded keywords committed in the tree

2010-04-27 Thread Dmitrijs Ledkovs
Hello I'm using bzr when working on sword. There is continious import running on lp:libsword (sword name was already taken). Bzr supports svn-keywords via plugin. When I enable that function bzr finds that some keywords have been committed to the svn. Can someone please turn off keywords expansi