[Distutils] --tag-svn-revision=0?
Phillip J. Eby
pje at telecommunity.com
Tue Feb 21 21:35:24 CET 2006
At 12:41 AM 2/19/2006 +0000, John J Lee wrote:
>On Sun, 19 Feb 2006, John J Lee wrote:
>[...]
> > I suppose there's really no way around the commit to the tag.
>
>...of course, I notice this blog comment from Philip Jenvey pointing out
>how to avoid said commit *after* I post that:
>
>http://blog.ianbicking.org/branching-practices.html#comments
>
>
>Of course, now somebody pointed out how, it's obvious.
I'm assuming that means I don't need to answer your other two emails on
this? :)
For the benefit of other folks who don't want to read down through all
those comments to figure this out, it sounds like the procedure is:
1. modify your setup.cfg to remove the tag setttings
2. edit setup.py to bump the version number
3. use "svn cp . url:to/branch" to create the branch
4. svn revert setup.cfg (to put back the tag flags)
5. svn commit (to commit the new version number on the trunk)
More information about the Distutils-SIG
mailing list