Jeremy Conlin wrote:
> I have set some configuration options in my ~/.subversion/config
> file. Specifically I want to ignore files with an extension of "pyc"
> so in my config file I have
>
> global-ignores = *.o *.lo *.la #*# .*.rej *.rej .*~ *~ .#* .DS_Store
> *.pyc .*.sw* *.aux
>
> Secondly, whenever I add a file with extension "py" or "tex" I want to
> add some keywords. So in my config file I have
>
> *.py = svn:keywords="Author Date Revision Id email"
> *.tex = svn:keywords="Author Date Revision Id email"
>
> I have noticed that subversion is not always ignoring pyc files and it
> isn't always automatically adding keywords to py and tex files.
Actually, it's working as coded... just not as you're expecting.
Remove the quotes and all of the keywords specified should get
substituted. (Side note: is "email" actually a Subversion keyword?)
-kgd
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Mar 19 23:01:03 2007