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

Re: Help with ~/.subversion/config

From: Kris Deugau <kdeugau_at_vianet.ca>
Date: 2007-03-19 23:00:39 CET

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

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.