|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
svn ignoresI recently went through a couple of grok packages and added svn:ignores for
things like: develop-eggs bin parts .installed.cfg I got a question about it by email asking whether that was a coding standard or so. Well, not to my knowledge. But it raises some questions: a) I assume nobody objects to that? b) Does everyone have it in their default svn config's ignore list? c) Or does everyone ignore it in "svn status"? I personally like to keep that list as empty as a glass of wiskey when it has been within my reach for an hour. Reinout -- Reinout van Rees - reinout@... - http://reinout.vanrees.org Software developer at http://www.thehealthagency.com "Military engineers build missiles. Civil engineers build targets" _______________________________________________ Grok-dev mailing list Grok-dev@... https://mail.zope.org/mailman/listinfo/grok-dev |
|
|
Re: svn ignoresI don't mind, and I think I've even commited an ignore for ".*" so
that eclipse .project and .pyproject files get ignored as well, in the past but I don't know what others think. Cheers, Leo On Wed, Sep 23, 2009 at 13:59, Reinout van Rees <reinout@...> wrote: > I recently went through a couple of grok packages and added svn:ignores for > things like: > > develop-eggs > bin > parts > .installed.cfg > > I got a question about it by email asking whether that was a coding standard > or so. Well, not to my knowledge. But it raises some questions: > > a) I assume nobody objects to that? > > b) Does everyone have it in their default svn config's ignore list? > > c) Or does everyone ignore it in "svn status"? I personally like to keep that > list as empty as a glass of wiskey when it has been within my reach for an > hour. > > > Reinout > > > -- > Reinout van Rees - reinout@... - http://reinout.vanrees.org > Software developer at http://www.thehealthagency.com > "Military engineers build missiles. Civil engineers build targets" > > _______________________________________________ > Grok-dev mailing list > Grok-dev@... > https://mail.zope.org/mailman/listinfo/grok-dev > Grok-dev mailing list Grok-dev@... https://mail.zope.org/mailman/listinfo/grok-dev |
|
|
Re: svn ignoresI don't mind.
I have my own global-ignores in ~/.subversion/config set like this: global-ignores = *.o *.lo *.la #*# .*.rej *.rej .*~ *~ .#* .DS_Store *.pyc *.pyo .installed.cfg bin var parts downloads *.swp develop-eggs fake-eggs eggs archgenxml.log *.egg-info *.mo .mr.developer.cfg Vincent On Wed, Sep 23, 2009 at 3:14 PM, Leonardo Rochael Almeida <leorochael@...> wrote: > I don't mind, and I think I've even commited an ignore for ".*" so > that eclipse .project and .pyproject files get ignored as well, in the > past but I don't know what others think. > > Cheers, Leo > > On Wed, Sep 23, 2009 at 13:59, Reinout van Rees <reinout@...> wrote: >> I recently went through a couple of grok packages and added svn:ignores for >> things like: >> >> develop-eggs >> bin >> parts >> .installed.cfg >> >> I got a question about it by email asking whether that was a coding standard >> or so. Well, not to my knowledge. But it raises some questions: >> >> a) I assume nobody objects to that? >> >> b) Does everyone have it in their default svn config's ignore list? >> >> c) Or does everyone ignore it in "svn status"? I personally like to keep that >> list as empty as a glass of wiskey when it has been within my reach for an >> hour. >> >> >> Reinout >> >> >> -- >> Reinout van Rees - reinout@... - http://reinout.vanrees.org >> Software developer at http://www.thehealthagency.com >> "Military engineers build missiles. Civil engineers build targets" >> >> _______________________________________________ >> Grok-dev mailing list >> Grok-dev@... >> https://mail.zope.org/mailman/listinfo/grok-dev >> > _______________________________________________ > Grok-dev mailing list > Grok-dev@... > https://mail.zope.org/mailman/listinfo/grok-dev > Grok-dev mailing list Grok-dev@... https://mail.zope.org/mailman/listinfo/grok-dev |
| Free embeddable forum powered by Nabble | Forum Help |