Re: [Checkins] SVN: gocept.bsquare/branches/pcardune-setup/src/ add ignores
Paul Carduner wrote:
Log message for revision 84912: add ignores
Property changes on: gocept.bsquare/branches/pcardune-setup/src ___________________________________________________________________ Name: svn:ignore + gocept.bsquare.egg-info
I think people generally treat .egg-info directories like .pyc files, they add an entry to their ~/.subversion/config "global-ignores" (at least I do <wink>). No need to change this one, but much like ignoring .pycs, it'll save you a bunch of svn:ignore entries. -- Benji York Senior Software Engineer Zope Corporation
Previously Benji York wrote:
I think people generally treat .egg-info directories like .pyc files, they add an entry to their ~/.subversion/config "global-ignores" (at least I do <wink>).
If you have custom entry points or local plugin you need to handle .egg-info differently.
No need to change this one, but much like ignoring .pycs, it'll save you a bunch of svn:ignore entries.
Unfortunately svn status ignores global-ignores, which for me is enough reason to use svn:ignore properties everywhere. I find svn status to be extremely useful when checking if you have not forgotten to commit something, which happened to me more than once too often. Wichert. -- Wichert Akkerman <wichert@wiggy.net> It is simple to make things. http://www.wiggy.net/ It is hard to make things simple.
Wichert Akkerman wrote:
Previously Benji York wrote:
I think people generally treat .egg-info directories like .pyc files, they add an entry to their ~/.subversion/config "global-ignores" (at least I do <wink>).
If you have custom entry points or local plugin you need to handle .egg-info differently.
I didn't understand that, but I wouldn't worry much about that. :)
No need to change this one, but much like ignoring .pycs, it'll save you a bunch of svn:ignore entries.
Unfortunately svn status ignores global-ignores
That's not been my experience. Like you, I run "svn st" so often my "svnt" keys are almost worn out, but it ignores .pyc files just fine (and everything else in my global ignores). -- Benji York Senior Software Engineer Zope Corporation
participants (2)
-
Benji York -
Wichert Akkerman