[issue2510] Bazaar ignore file

2008-04-13 Thread Benjamin Peterson
Benjamin Peterson [EMAIL PROTECTED] added the comment: Added in r26330. -- resolution: - accepted status: open - closed __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue2510 __

[issue2510] Bazaar ignore file

2008-04-02 Thread Ralf Schmitt
Ralf Schmitt [EMAIL PROTECTED] added the comment: the same is true for me. __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue2510 __ ___ Python-bugs-list mailing list Unsubscribe:

[issue2510] Bazaar ignore file

2008-04-01 Thread Benjamin Peterson
Benjamin Peterson [EMAIL PROTECTED] added the comment: Georg, Ralf, and Jeroen, are you ok with me checking this in now? __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue2510 __

[issue2510] Bazaar ignore file

2008-04-01 Thread Jeroen Ruigrok van der Werven
Jeroen Ruigrok van der Werven [EMAIL PROTECTED] added the comment: Go ahead. I'm not a committer, merely a person on the side. __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue2510 __

[issue2510] Bazaar ignore file

2008-03-29 Thread Benjamin Peterson
New submission from Benjamin Peterson [EMAIL PROTECTED]: I basically copied all the svn:ignore props into this file... -- components: None files: bzr-ignore.patch keywords: easy, patch messages: 64708 nosy: barry, benjamin.peterson, georg.brandl severity: normal status: open title:

[issue2510] Bazaar ignore file

2008-03-29 Thread Georg Brandl
Georg Brandl [EMAIL PROTECTED] added the comment: I don't know if we should pollute the SVN tree with random VCS stuff. __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue2510 __

[issue2510] Bazaar ignore file

2008-03-29 Thread Jeroen Ruigrok van der Werven
Jeroen Ruigrok van der Werven [EMAIL PROTECTED] added the comment: Given how Bazaar is not an official choice for the repository adding this kind of thing will lead to a road to add such information for Hg and other VCSes as well in order to be fair to all. -- nosy: +asmodai

[issue2510] Bazaar ignore file

2008-03-29 Thread Benjamin Peterson
Benjamin Peterson [EMAIL PROTECTED] added the comment: I'd like to get Barry's opinion on this, since he added the experimental Bazaar branches. I think it's reasonable as long as they're offical VCS branches. __ Tracker [EMAIL PROTECTED]

[issue2510] Bazaar ignore file

2008-03-29 Thread Jeroen Ruigrok van der Werven
Jeroen Ruigrok van der Werven [EMAIL PROTECTED] added the comment: But isn't that Bazaar thing totally stand-alone from the SVN repository? What experimental branches are you talking about? __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue2510

[issue2510] Bazaar ignore file

2008-03-29 Thread Benjamin Peterson
Benjamin Peterson [EMAIL PROTECTED] added the comment: http://www.python.org/dev/bazaar/ __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue2510 __ ___ Python-bugs-list mailing list

[issue2510] Bazaar ignore file

2008-03-29 Thread Ralf Schmitt
Ralf Schmitt [EMAIL PROTECTED] added the comment: it should be no problem to add this to the bzr repository. this is where it belongs. -- nosy: +schmir __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue2510 __

[issue2510] Bazaar ignore file

2008-03-29 Thread Benjamin Peterson
Benjamin Peterson [EMAIL PROTECTED] added the comment: I don't think that will work (at the moment.) The Bazaar repo is an exact copy (on a cron job) of the Subversion one, so we can't add files. Also, those using bzr-svn would miss out on the .bzrignore file. __

[issue2510] Bazaar ignore file

2008-03-29 Thread Georg Brandl
Georg Brandl [EMAIL PROTECTED] added the comment: Wouldn't it be the job of the synchronisation job to automatically create a .bzrignore file from the SVN ignore properties? __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue2510

[issue2510] Bazaar ignore file

2008-03-29 Thread Benjamin Peterson
Benjamin Peterson [EMAIL PROTECTED] added the comment: Automation would be wonderful, but that still doesn't solve bzr-svn problem. In the future, bzr-svn should be able to deal with svn:ignore props, but it can't now. Should the Bazaar experiment fail, I'd just like to remind you that

[issue2510] Bazaar ignore file

2008-03-29 Thread Barry A. Warsaw
Barry A. Warsaw [EMAIL PROTECTED] added the comment: Personally, I think it would be fine to add one .bzrignore file at the top of the tree. I would also have no problem adding one for hg if some Mercurial fan asks for it. As you say, cleaning up afterward is a simple 'rm' away.