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

Help with ~/.subversion/config

From: Jeremy Conlin <jeremit0_at_gmail.com>
Date: 2007-03-19 20:25:27 CET

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. I set
up my repository and my working copy before I modified my config
file. Previously, I was setting these options by hand in each
directory.

Is there some reason why these options are not being seen/followed?
Thanks,
Jeremy
Received on Mon Mar 19 20:25:51 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.