Re: Log statistics chart fix for imported dumpfiles
From: Andreas Nicolai <Andreas.Nicolai_at_gmx.net>
Date: 2007-09-30 23:06:45 CEST
Hi Simon,
> Not sure this is going to work. The log dialog fetches the last 100
Well, independent of the commit dates, I see the revision log statistics
> Unfortunately you do need VS.NET2005 to build, it can't be done with
Got that.
> If you are looking to contribute you might also want to think about
This may take actually quite a bit more effort than I have time (at least
About the code change: I plan on just changing part of the code in
1. find out the real last and first date:
So, replacing line:
Now the way I see it from the code, the CDWordArray class used for storing
2. next I need to define the granuarity of the chart - I would like to add
3. I would create a loop over all data points (like there is right now)
std::map<int, std::map<stdstring, LONG> >
The key for the map indicates the time in the selected granularity, and
In this loop I also create a set of authornames that have committed
4. Having created that map, I then loop over all author names in the set
Does this sound like a plan?
Bye,
-- Andreas Nicolai anicolai@syr.edu PhD Candidate, M.A.M.E (315) 443-2641 Syracuse University 151 Link Hall Syracuse, NY, 13244 --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org For additional commands, e-mail: dev-help@tortoisesvn.tigris.orgReceived on Sun Sep 30 23:06:57 2007 |
This is an archived mail posted to the TortoiseSVN Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.