I would vote against this: * * *>>The @with_transaction(env) / @env.with_transaction() decorators introduced in 0.12 which have been deprecated in Trac 1.0 have been removed as well.*
I understand that the new syntax is more functional, but removing this one would force plugin maintainers to fork their code in order to keep support for 0.12 and 1.1.1 at the same time. Roberto 2012/10/3 Christopher Nelson <[email protected]> > > On 03.10.2012 20:19, Christopher Nelson wrote: > >> how to branch in svn > > > > Just copy you plugin code to a named directory below > > <your-plugin>/branches/your_plugin-<major>.<minor> > > > > In contrast to Mercurial SVN has no distinct concept of branches, and I > > guess that's the same story for Git. > > I have no access to SVN. I use git locally and git-svn to copy > to/from T-H.o. > > My problem is, if I create a branch with: > > git checkout -b Trac-0.11 master > > what do I then add to > > git svn ... > > to push that branch to T-H.o? > > > Chris > > -- > You received this message because you are subscribed to the Google Groups > "Trac Development" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/trac-dev?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Trac Development" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/trac-dev?hl=en.
