Subversion: svn status displays tons of undesired .metadata files
Posted
by FarmBoy
on Stack Overflow
See other posts from Stack Overflow
or by FarmBoy
Published on 2010-03-23T02:20:42Z
Indexed on
2010/03/24
22:53 UTC
Read the original article
Hit count: 215
I'm trying to set up Subversion on Ubuntu Linux. It seems to be working, except that when I made one change and tried svn status
, I found about 100 files had been changed, in the .metadata
directory.
My ~/.subversion/config file currently contains the following line:
global-ignores = *.o *.lo *.la *.al .libs *.so *.so.[0-9]* *.a *.pyc *.pyo *.rej *~ .*.swp .DS_Store
What do I need to add to ignore the .metadata files?
The directory under consideration is used by Eclipse for Python development using PyDev, if that matters.
© Stack Overflow or respective owner