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

Question on global ignores

From: Kenneth McDonald <kenneth.m.mcdonald_at_sbcglobal.net>
Date: 2004-05-25 07:34:19 CEST

My ~/.subversion/config file looks like this:

[helpers]
editor-cmd = emacs

[miscellany]
### Set global-ignores to a set of whitespace-delimited globs
### which Subversion will ignore in its 'status' output.
global-ignores = *.o *.lo *.la #*# .*.rej *.rej .*~ *~ .#* .DS_Store
*.pyc *.class

After editing some files in a directory under Subversion control,
the contents of the directory looked like this:

README.FIRST.txt subversion-book.pdf subversion_config_file~
README.FIRST.txt~ subversion_config_file svn-commit.tmp~

I did a commit, a 'rm *~', and a 'svn status', which gave me the
following:

! README.FIRST.txt~
! subversion_config_file~

My understanding is that the global-ignores option should have caused
the files ending with '~' to be ignored by 'svn status'. (Are they still
stored in the repository?) This doesn't seem to be happening. Is
this correct behavior? If so, what am I misunderstanding?

Thanks,
Ken

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue May 25 07:34:55 2004

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.