Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Next steps towards 1.0
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  16 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Christian Boos  
View profile  
 More options Jun 3 2012, 2:38 pm
From: Christian Boos <christian.b...@free.fr>
Date: Sun, 03 Jun 2012 20:38:02 +0200
Local: Sun, Jun 3 2012 2:38 pm
Subject: Next steps towards 1.0
Hello,

Things were very quiet from my side these past months, but I intend to
progressively come back to a more intensive participation.

Among the first steps I'd like to take would be to work towards a
1.0beta1 release (as it's going to be 1.0 and not 0.13, remember? see
[1] if not ;-) )

We have a pretty good state on trunk, and though it feels a bit
unfinished here and there, I think it's at least as good as 0.12-stable
stability wise, so why not get more exposure for the new features and
APIs? We can always make things a bit better and more polished in a
later 1.0.x maintenance release.

One big reorganization that I think would still be important to do even
before the beta1 is the move of the svn support to tracopt. Now that we
have Git support there, there's no reason to keep svn directly in
trac/versioncontrol (see [2]). I think we can leave around a few imports
for backward compatibility. I created #10712 for that.

Besides that, I'll go through some of the pending patches that can
finished soon, then upgrade the version numbers, prepare the beta
release and get some feedback from the field.

And then, what I'd really like to finish before the final 1.0 are the
other tickets listed in TracDev/ToDo#Trac1.0.

That's the plan so far ;-)

-- Christian

  [1] -
https://groups.google.com/forum/#!msg/trac-dev/17DO_N1MM-A/nbhupXw0NAIJ
  [2] - https://groups.google.com/d/msg/trac-dev/hCwTylvQ_FU/QNNWsHgZtGgJ


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Peter Stuge  
View profile  
 More options Jun 4 2012, 4:53 am
From: Peter Stuge <pe...@stuge.se>
Date: Mon, 4 Jun 2012 10:53:52 +0200
Local: Mon, Jun 4 2012 4:53 am
Subject: Re: [Trac-dev] Next steps towards 1.0

Christian Boos wrote:
> One big reorganization that I think would still be important to do even
> before the beta1 is the move of the svn support to tracopt. Now that we
> have Git support there, there's no reason to keep svn directly in
> trac/versioncontrol (see [2]). I think we can leave around a few
> imports for backward compatibility. I created #10712 for that.

IMO the current PyGIT isn't really suitable for a 1.0 release. :)
I've started work on a pygit2 based replacement, but am in the middle
of an interrupt storm at the moment, keeping me busy elsewhere. I'd
be happy if someone else wants to also work with this.

It would be very nice to have it included at least as an alternative.

Also, while doing this, I've understood just how badly the Git data
model fits into Trac's Repository data model. :\

The get_youngest_rev(), previous_rev() and child_revs() Repository
operations are very very expensive; they require traversing the
entire commit graph!

//Peter


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Christian Boos  
View profile  
 More options Jun 4 2012, 4:32 pm
From: Christian Boos <christian.b...@free.fr>
Date: Mon, 04 Jun 2012 22:32:37 +0200
Local: Mon, Jun 4 2012 4:32 pm
Subject: Re: [Trac-dev] Next steps towards 1.0
On 6/4/2012 10:53 AM, Peter Stuge wrote:

> Christian Boos wrote:
>> One big reorganization that I think would still be important to do even
>> before the beta1 is the move of the svn support to tracopt. Now that we
>> have Git support there, there's no reason to keep svn directly in
>> trac/versioncontrol (see [2]). I think we can leave around a few
>> imports for backward compatibility. I created #10712 for that.

> IMO the current PyGIT isn't really suitable for a 1.0 release. :)

Well, we can label the git support as "experimental", like we did for
the Mercurial support until it got improved to the point it is now able
to handle huge repositories reasonably well. Note that you'll get
similar performance issues for big Subversion repositories, as our svn
support is also not lightning fast... This, as well as the numerous
other known performance weak points (*) won't prevent us to make a 1.0
release, as we're mainly doing it 1) for having a fresh start for a new
release schedule (i.e. doing regular releases for both maintenance and
development branches) and 2) to acknowledge the fact that after many
years of continuous improvement, it's now more than reasonably stable
and solid. We don't use 1.0 to mean it's perfect on all accounts (that
will be 2.0! ;-) ).

> I've started work on a pygit2 based replacement, but am in the middle
> of an interrupt storm at the moment, keeping me busy elsewhere. I'd
> be happy if someone else wants to also work with this.

I'd be happy to have a look, and experiment a bit. A fork and a few
instructions about how to set up the dependencies would be a good start
(as well as the TracDev/Performance/Git page I mentioned in #10594).

> It would be very nice to have it included at least as an alternative.

Sure, but that will have to wait for whichever Trac 1.1.x or 1.3.x
release will be current when this effort is ready.

> Also, while doing this, I've understood just how badly the Git data
> model fits into Trac's Repository data model. :\

True.

> The get_youngest_rev(), previous_rev() and child_revs() Repository
> operations are very very expensive; they require traversing the
> entire commit graph!

That was pretty much my point in our little discussion in #10594.
I'm not convinced that simply switching the way we use git (command-line
vs. library bindings) will be enough to address the performance issues;
it's rather rethinking carefully how to access the information, when and
what to cache, etc.

-- Christian

(*) http://trac.edgewall.org/wiki/TracDev/Performance


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Peter Stuge  
View profile  
 More options Jun 4 2012, 9:10 pm
From: Peter Stuge <pe...@stuge.se>
Date: Tue, 5 Jun 2012 03:10:34 +0200
Local: Mon, Jun 4 2012 9:10 pm
Subject: Re: [Trac-dev] Next steps towards 1.0

Christian Boos wrote:
>> IMO the current PyGIT isn't really suitable for a 1.0 release. :)

> Well, we can label the git support as "experimental"

Please include a prominent note about the moderate performance,
and/or mention that PyGIT works by forking and execing many git
processes per web request.

>> I've started work on a pygit2 based replacement

> I'd be happy to have a look, and experiment a bit.

http://git.stuge.se/?p=trac.git

> instructions about how to set up the dependencies would be a good start

http://libgit2.github.com/
https://github.com/libgit2/pygit2

They have no further dependencies. Both are possibly packaged in your
favorite distribution already. If you use Gentoo you can run

layman -a stuge && \
  echo -e 'dev-libs/libgit2 **\ndev-python/pygit2 **' >> \
  /etc/portage/package.keywords && \
  emerge =dev-libs/libgit2-9999 =dev-python/pygit2-9999

to get live ebuilds.

> (as well as the TracDev/Performance/Git page I mentioned in #10594).

As I wrote I think it's way premature to do any Git-specific
performance discussion as long as PyGIT is still used.

>> It would be very nice to have it included at least as an alternative.

> Sure, but that will have to wait for whichever Trac 1.1.x or 1.3.x
> release will be current when this effort is ready.

Fair enough!

>> The get_youngest_rev(), previous_rev() and child_revs() Repository
>> operations are very very expensive; they require traversing the
>> entire commit graph!

> That was pretty much my point in our little discussion in #10594.
> I'm not convinced that simply switching the way we use git (command-line
> vs. library bindings) will be enough to address the performance issues;

You know that fork and exec are expensive, right? It's not cool to
have web software work like this in 2012. It was halfway OK in 1995,
but not anymore. :)

Also, "simply" is downplaying PyGIT. Because it uses git commands it
remains limited to what git commands can do, where the Git data model
isn't very well exposed, nor in a manner which is very useful. It's
all sorts of wrong.

> it's rather rethinking carefully how to access the information, when
> and what to cache, etc.

I very much welcome this effort to review the Trac Repository data
model! But I have zero expectation that it will result in substantial
code changes within say the next few months.

Native repo access is on the other hand a bite sized problem, and
will certainly have noticeable impact on performance. Hopefully you
and others will turn the Repository interface inside out in parallel
with pygit2 work, to get even more out of Trac in the end! :)

//Peter


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Niels Sascha Reedijk  
View profile  
 More options Jun 17 2012, 6:52 am
From: Niels Sascha Reedijk <niels.reed...@gmail.com>
Date: Sun, 17 Jun 2012 12:52:37 +0200
Local: Sun, Jun 17 2012 6:52 am
Subject: Re: [Trac-dev] Next steps towards 1.0
Hi,

I would like to comment from the sidelines. At the Haiku project we
run one of these huge Git repositories, and for us currently the
trac-gitplugin is unusable. I myself have done some work and research
into getting insight into why this is, I have found that the main
issue is that the information that Trac wants to display is not by any
means efficiently retrievable due to the way the Git data model is
designed.

I can concur. In my own experiments [1] I have tried to use Dulwich
[2] which is a pure-python implementation of the Git data model, and a
part of the git command set.

The biggest problem is with file history. For example, the simple tree
view that the source browser has now already poses problems. This is
because to get the commit revision in which the file was last changed,
you need to traverse all the commits (starting from the top) up to the
commit it was last changed. In the Haiku root we have one file that
was last changed about 30.000 commits ago. This means that in an
uncached universe the server is always processing the commits for each
and every file in the source browser!

>> it's rather rethinking carefully how to access the information, when
>> and what to cache, etc.

> I very much welcome this effort to review the Trac Repository data
> model! But I have zero expectation that it will result in substantial
> code changes within say the next few months.

> Native repo access is on the other hand a bite sized problem, and
> will certainly have noticeable impact on performance. Hopefully you
> and others will turn the Repository interface inside out in parallel
> with pygit2 work, to get even more out of Trac in the end! :)

While I agree that improving the responsiveness of the back-end might
improve the situation for small and mid-sized repositories, it is not
a sustainable solution for the future. After all: small repositories
(hope to) grow big!

One part of the solution is to improve caching. There are two ways to
do this. In trac-dulwich I experimented with doing a full cache, which
means reproducing the structure of the repository in a way that Trac
can easily get information that it needs. While I nowhere got to a
full solution (I did not get to caching the relations between files),
I think this might not be a good idea in the end. For merely caching
all file and directory revisions in the Haiku repository, I now have a
sqlite database of 192 MB. Imagine that all the relations between file
revisions are also stored in there.

I am starting to see more potential in an alternative kind of caching,
at a higher level. I looked at cgit as an example[3][4]. cgit is
extreme in its caching: it basically caches the html output which I
doubt is acceptable for Trac itself. However, I do see potential for
the versioncontrol module to cache data structures that have been
requested. This way, whenever a request is repeated, and the
underlying datamodel did not change, then the cached data can be
fetched instead.

Another change, at the higher level, would be to have incremental
loading for some operations that we know are expensive. For now I can
think of only one, showing a path history. Basically, load a frame
page, after which the history would be incrementally loaded. However,
this cannot be a full replacement for caching.

I'm glad I'm not the only one trying to wrap my head around this
problem. My next step personally would be to stop with the 'cache
everything' strategy (for now) and go on to the more intelligent
higher level caching. I could use some ideas and input for that.

Regards,

Niels

[1] https://github.com/nielx/trac-dulwich  - Note: the caching code is
very ugly right now.
[2] http://www.samba.org/~jelmer/dulwich/
[3] http://hjemli.net/git/cgit/
[4] http://cgit.haiku-os.org/


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Remy Blank  
View profile  
 More options Jun 17 2012, 5:53 pm
From: Remy Blank <remy.bl...@pobox.com>
Date: Sun, 17 Jun 2012 23:53:35 +0200
Local: Sun, Jun 17 2012 5:53 pm
Subject: Re: [Trac-dev] Next steps towards 1.0

Christian Boos wrote:
> Besides that, I'll go through some of the pending patches that can
> finished soon, then upgrade the version numbers, prepare the beta
> release and get some feedback from the field.

I have just updated the version numbers.

> And then, what I'd really like to finish before the final 1.0 are the
> other tickets listed in TracDev/ToDo#Trac1.0.

I have triaged my remaining tickets for 1.0 (and fixed a few) this
week-end, and I'm down to the following:

 - http://trac.edgewall.org/ticket/7145 (concurrent edits)

I have implemented the "revert" operation for individual changes, and
I'm quite happy with the result. Patch available for review.

 - http://trac.edgewall.org/ticket/10451 (DB access in upgrade check)

Patch available for review that should at least mitigate the issue.

 - http://trac.edgewall.org/ticket/7894 (X-Sendfile)

Patch refreshed and ready for testing. Unfortunately, I still don't have
a setup to test it. I will try to set this up this week, but I won't be
angry if anyone beats me to it :) It's very low risk, as the code won't
be active if `[trac] use_xsendfile = false` (the default).

So from my side, all I need is some review and testing, and I'm done. I
see there are currently 58 tickets assigned to milestone 1.0. I have
created a temporary milestone "1.0-triage" and moved most of the tickets
with no recent activity there, for later triage.

To prepare for 1.0, I suggest we keep only those tickets on 1.0 that we
know we will fix before the release. This leaves us with 15 tickets
(including the 3 above). I'd like to ask each of the owners to go
through your tickets in 1.0 and move those that you don't think you can
fix within a week or two to a different milestone. You may also want to
browse through 1.0-triage to make sure I didn't move any important ones
out. But please only move tickets to 1.0 if you are confident that you
will fix them shortly.

This should leave us with very few tickets, and we can hope to fix them
all in a short time, therefore opening the way to a 1.0beta1 release in
the very near future.

Oh, and one more thing: batch modifications rock! Thanks Peter for
integrating this very useful feature.

-- Remy

  signature.asc
< 1K Download

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Peter Stuge  
View profile  
 More options Jun 17 2012, 6:10 pm
From: Peter Stuge <pe...@stuge.se>
Date: Mon, 18 Jun 2012 00:10:11 +0200
Local: Sun, Jun 17 2012 6:10 pm
Subject: Re: [Trac-dev] Next steps towards 1.0

Remy Blank wrote:
>  - http://trac.edgewall.org/ticket/7894 (X-Sendfile)

> Patch refreshed and ready for testing. Unfortunately, I still don't have
> a setup to test it. I will try to set this up this week, but I won't be
> angry if anyone beats me to it :) It's very low risk, as the code won't
> be active if `[trac] use_xsendfile = false` (the default).

Nginx supports exactly the same thing, but using a X-Accel-Redirect
header with slightly different features.

See http://wiki.nginx.org/XSendfile and http://wiki.nginx.org/X-accel
for the documentation.

Perhaps the patch could support this too?

//Peter

  application_pgp-signature_part
< 1K Download

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Remy Blank  
View profile  
 More options Jun 18 2012, 2:10 am
From: Remy Blank <remy.bl...@pobox.com>
Date: Mon, 18 Jun 2012 08:10:01 +0200
Local: Mon, Jun 18 2012 2:10 am
Subject: Re: [Trac-dev] Next steps towards 1.0

Peter Stuge wrote:
> Nginx supports exactly the same thing, but using a X-Accel-Redirect
> header with slightly different features.

> See http://wiki.nginx.org/XSendfile and http://wiki.nginx.org/X-accel
> for the documentation.

> Perhaps the patch could support this too?

Yes, I know, we discussed this on the ticket. We may support it at some
point, but it's less trivial with nginx, and currently we're trying to
close the feature set for the release, rather than adding new features.
So not for this release, sorry.

-- Remy

  signature.asc
< 1K Download

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Brettschneider Falk  
View profile  
 More options Jun 18 2012, 3:32 am
From: Brettschneider Falk <fbrettschnei...@baumer.com>
Date: Mon, 18 Jun 2012 07:32:09 +0000
Local: Mon, Jun 18 2012 3:32 am
Subject: RE: [Trac-dev] Next steps towards 1.0
Hi,

Please, before you step to 1.0 could you insert a project_id column to most of the database tables? This way it would be more easy to develop multi-project plugins.
At present, my team-mate and me are going on with implementing that TracMultipleProjects/SingleEnvironment approach in http://trac-hacks.org/wiki/SimpleMultiProjectPlugin. Because of the missing column we had to add all those additional mapping tables project<->{resource}.

CU, F@lk

----
Falk Brettschneider
R&D Software
Baumer Optronic GmbH
www.baumer.com

Geschäftsführer: Marcel Seeber · Dr. Oliver Vietze
Sitz der Gesellschaft: Radeberg
Amtsgericht Dresden: HRB 15379
Ust. ID: DE 189714583


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Remy Blank  
View profile  
 More options Jun 18 2012, 2:11 pm
From: Remy Blank <remy.bl...@pobox.com>
Date: Mon, 18 Jun 2012 20:11:57 +0200
Local: Mon, Jun 18 2012 2:11 pm
Subject: Re: [Trac-dev] Next steps towards 1.0

Brettschneider Falk wrote:
> Hi,

> Please, before you step to 1.0 could you insert a project_id column to most of the database tables?

No, sorry. Adding a column without using and managing it doesn't make sense.

-- Remy

  signature.asc
< 1K Download

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Peter Suter  
View profile  
 More options Jun 18 2012, 3:49 pm
From: Peter Suter <petsu...@gmail.com>
Date: Mon, 18 Jun 2012 21:49:23 +0200
Local: Mon, Jun 18 2012 3:49 pm
Subject: Re: [Trac-dev] Next steps towards 1.0
On 17.06.2012 23:53, Remy Blank wrote:

> I'd like to ask each of the owners to go
> through your tickets in 1.0 and move those that you don't think you can
> fix within a week or two to a different milestone.

Sure. (Cheating a bit with #10594 but I really think it makes sense to
close it.)

 > You may also want to

> browse through 1.0-triage to make sure I didn't move any important ones
> out. But please only move tickets to 1.0 if you are confident that you
> will fix them shortly.

"My" ticket here is "Add support for date type in custom ticket fields".
http://trac.edgewall.org/ticket/1942

I think the patches are good enough to be applied as they are. I could
probably do that before the release.

But since the patches are kind of large, we could also wait until after
the release, in case anyone wants to review, test or improve the patches
some more.

> Oh, and one more thing: batch modifications rock! Thanks Peter for
> integrating this very useful feature.

If it helped you prepare for Trac 1.0, it has already been well worth it. :)

--
Peter


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Peter Stuge  
View profile  
 More options Jun 18 2012, 3:52 pm
From: Peter Stuge <pe...@stuge.se>
Date: Mon, 18 Jun 2012 21:52:07 +0200
Local: Mon, Jun 18 2012 3:52 pm
Subject: Re: [Trac-dev] Next steps towards 1.0

Peter Suter wrote:
>> I'd like to ask each of the owners to go
>> through your tickets in 1.0 and move those that you don't think you can
>> fix within a week or two to a different milestone.

> Sure. (Cheating a bit with #10594 but I really think it makes sense to
> close it.)

I don't think it's so cool to close a ticket as fixed just because
you don't know enough to fix it. :\

I will reopen.

//Peter


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Remy Blank  
View profile  
 More options Jun 18 2012, 4:19 pm
From: Remy Blank <remy.bl...@pobox.com>
Date: Mon, 18 Jun 2012 22:19:12 +0200
Local: Mon, Jun 18 2012 4:19 pm
Subject: Re: [Trac-dev] Next steps towards 1.0

Peter Suter wrote:
> Sure. (Cheating a bit with #10594 but I really think it makes sense to
> close it.)

The post-commit script isn't a release blocker anyway, as we can provide
it through other channels if needed. Feel free to file a new ticket
about it already now, so that we don't forget. Of course, if someone
wants to contribute a script now, to be included in 1.0, even better.

> "My" ticket here is "Add support for date type in custom ticket fields".
> http://trac.edgewall.org/ticket/1942

> I think the patches are good enough to be applied as they are. I could
> probably do that before the release.

> But since the patches are kind of large, we could also wait until after
> the release, in case anyone wants to review, test or improve the patches
> some more.

I hesitated for a long time with #1942. As Christian mentioned, current
trunk is very stable and has been for a long time. The patches in #1942
are sufficiently large and invasive that I'm not confident that they
won't affect this stability. I would rather apply them shortly after the
release, early in the development cycle, so that they get some exposure
on trunk and any issues get ironed out.

-- Remy

  signature.asc
< 1K Download

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Peter Suter  
View profile  
 More options Jun 19 2012, 1:17 am
From: Peter Suter <petsu...@gmail.com>
Date: Tue, 19 Jun 2012 07:17:11 +0200
Local: Tues, Jun 19 2012 1:17 am
Subject: Re: [Trac-dev] Next steps towards 1.0
On 18.06.2012 22:19, Remy Blank wrote:

> The post-commit script isn't a release blocker anyway, as we can provide
> it through other channels if needed. Feel free to file a new ticket
> about it already now, so that we don't forget. Of course, if someone
> wants to contribute a script now, to be included in 1.0, even better.

Right, I created #10730.

> I hesitated for a long time with #1942. As Christian mentioned, current
> trunk is very stable and has been for a long time. The patches in #1942
> are sufficiently large and invasive that I'm not confident that they
> won't affect this stability. I would rather apply them shortly after the
> release, early in the development cycle, so that they get some exposure
> on trunk and any issues get ironed out.

OK, makes sense.

--
Peter


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Remy Blank  
View profile  
 More options Jun 22 2012, 4:59 pm
From: Remy Blank <remy.bl...@pobox.com>
Date: Fri, 22 Jun 2012 22:59:28 +0200
Local: Fri, Jun 22 2012 4:59 pm
Subject: Re: [Trac-dev] Next steps towards 1.0

Christian Boos wrote:
> And then, what I'd really like to finish before the final 1.0 are the
> other tickets listed in TracDev/ToDo#Trac1.0.

Short status update: we're down to 6 remaining tickets, 3 of which have
patches attached. I'm looking forward to seeing these patches land on
trunk, and to finishing the other 3!

Christian, are you sure you want to move SVN support to tracopt? If so,
I can do the work, so that you get a bit more time to work on the other
tickets (yes, they're all yours ;). Did you have anything special in
mind about backward compatibility? Keep stub modules in the old
locations, and import the global namespace from the new modules?

-- Remy

  signature.asc
< 1K Download

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Christian Boos  
View profile  
 More options Jun 22 2012, 6:11 pm
From: Christian Boos <christian.b...@free.fr>
Date: Sat, 23 Jun 2012 00:11:29 +0200
Local: Fri, Jun 22 2012 6:11 pm
Subject: Re: [Trac-dev] Next steps towards 1.0
On 6/22/2012 10:59 PM, Remy Blank wrote:

> Christian Boos wrote:
>> And then, what I'd really like to finish before the final 1.0 are the
>> other tickets listed in TracDev/ToDo#Trac1.0.

> Short status update: we're down to 6 remaining tickets, 3 of which have
> patches attached. I'm looking forward to seeing these patches land on
> trunk, and to finishing the other 3!

Yes! Great work from you, and also thanks to Jun and Peter who have been
responsive.

> Christian, are you sure you want to move SVN support to tracopt?

Yes, I think the switch to 1.0 is also a good time to show that svn has
no longer a "privileged" place within Trac, and is just one (optional)
system supported among others.

> If so,
> I can do the work, so that you get a bit more time to work on the other
> tickets (yes, they're all yours ;).

Thanks! Indeed haven't started anything in this area, so your help will
be welcome.

> Did you have anything special in
> mind about backward compatibility? Keep stub modules in the old
> locations, and import the global namespace from the new modules?

Yes, that's how I saw it.

-- Christian


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »