This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2008年03月29日 17:07 by benjamin.peterson, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| bzr-ignore.patch | benjamin.peterson, 2008年03月29日 17:07 | |||
| Messages (15) | |||
|---|---|---|---|
| msg64708 - (view) | Author: Benjamin Peterson (benjamin.peterson) * (Python committer) | Date: 2008年03月29日 17:07 | |
I basically copied all the svn:ignore props into this file... |
|||
| msg64709 - (view) | Author: Georg Brandl (georg.brandl) * (Python committer) | Date: 2008年03月29日 17:49 | |
I don't know if we should pollute the SVN tree with random VCS stuff. |
|||
| msg64710 - (view) | Author: Jeroen Ruigrok van der Werven (asmodai) * (Python committer) | Date: 2008年03月29日 17:55 | |
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. |
|||
| msg64711 - (view) | Author: Benjamin Peterson (benjamin.peterson) * (Python committer) | Date: 2008年03月29日 18:13 | |
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. |
|||
| msg64712 - (view) | Author: Jeroen Ruigrok van der Werven (asmodai) * (Python committer) | Date: 2008年03月29日 18:18 | |
But isn't that Bazaar thing totally stand-alone from the SVN repository? What experimental branches are you talking about? |
|||
| msg64717 - (view) | Author: Benjamin Peterson (benjamin.peterson) * (Python committer) | Date: 2008年03月29日 19:12 | |
http://www.python.org/dev/bazaar/ |
|||
| msg64727 - (view) | Author: Ralf Schmitt (schmir) | Date: 2008年03月29日 21:07 | |
it should be no problem to add this to the bzr repository. this is where it belongs. |
|||
| msg64728 - (view) | Author: Benjamin Peterson (benjamin.peterson) * (Python committer) | Date: 2008年03月29日 21:19 | |
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. |
|||
| msg64730 - (view) | Author: Georg Brandl (georg.brandl) * (Python committer) | Date: 2008年03月29日 21:28 | |
Wouldn't it be the job of the synchronisation job to automatically create a .bzrignore file from the SVN ignore properties? |
|||
| msg64731 - (view) | Author: Benjamin Peterson (benjamin.peterson) * (Python committer) | Date: 2008年03月29日 21:34 | |
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 "environmental cleanup" (aka pollution removal) is only one "svn rm" away... |
|||
| msg64732 - (view) | Author: Barry A. Warsaw (barry) * (Python committer) | Date: 2008年03月29日 22:03 | |
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. |
|||
| msg64824 - (view) | Author: Benjamin Peterson (benjamin.peterson) * (Python committer) | Date: 2008年04月01日 21:51 | |
Georg, Ralf, and Jeroen, are you ok with me checking this in now? |
|||
| msg64833 - (view) | Author: Jeroen Ruigrok van der Werven (asmodai) * (Python committer) | Date: 2008年04月02日 05:18 | |
Go ahead. I'm not a committer, merely a person on the side. |
|||
| msg64847 - (view) | Author: Ralf Schmitt (schmir) | Date: 2008年04月02日 10:53 | |
the same is true for me. |
|||
| msg65451 - (view) | Author: Benjamin Peterson (benjamin.peterson) * (Python committer) | Date: 2008年04月13日 20:40 | |
Added in r26330. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:32 | admin | set | github: 46762 |
| 2008年04月13日 20:40:32 | benjamin.peterson | set | status: open -> closed resolution: accepted messages: + msg65451 |
| 2008年04月02日 10:53:36 | schmir | set | messages: + msg64847 |
| 2008年04月02日 05:19:01 | asmodai | set | messages: + msg64833 |
| 2008年04月01日 21:51:46 | benjamin.peterson | set | messages: + msg64824 |
| 2008年03月29日 22:03:46 | barry | set | messages: + msg64732 |
| 2008年03月29日 21:34:21 | benjamin.peterson | set | messages: + msg64731 |
| 2008年03月29日 21:28:01 | georg.brandl | set | messages: + msg64730 |
| 2008年03月29日 21:19:11 | benjamin.peterson | set | messages: + msg64728 |
| 2008年03月29日 21:07:32 | schmir | set | nosy:
+ schmir messages: + msg64727 |
| 2008年03月29日 19:12:54 | benjamin.peterson | set | messages: + msg64717 |
| 2008年03月29日 18:18:51 | asmodai | set | messages: + msg64712 |
| 2008年03月29日 18:13:48 | benjamin.peterson | set | messages: + msg64711 |
| 2008年03月29日 17:56:00 | asmodai | set | nosy:
+ asmodai messages: + msg64710 |
| 2008年03月29日 17:49:34 | georg.brandl | set | messages: + msg64709 |
| 2008年03月29日 17:07:10 | benjamin.peterson | create | |