Added the new ObjectLab news list for those who may want to receive web alerts of posting about this project.
13 lines of code changed in 1 file:
Set next release to 0.3.1-dev and started a changes.xml section for it.
10 lines of code changed in 3 files:
bug 1637082: better output of where the error occurs.
13 lines of code changed in 2 files:
Added RSS feed for news, put the date on our 0.3.0 release and added the RSS link on homepage.
Released on statsvn.org.
84 lines of code changed in 3 files:
minor edit to increase rank on google
2 lines of code changed in 1 file:
add link to JTreeMap.
5 lines of code changed in 1 file:
created a 'release' target that does (in the right order) zip.source, dist and zip.
3 lines of code changed in 1 file:
0.3.0 build, with a couple of fixes for QA warnings.
11 lines of code changed in 5 files:
Revisions in SVN are integer.
32 lines of code changed in 3 files:
Version 0.3 + 1 change for fixing NPE in the Ant task ViewVC integration.
0 lines of code changed in 1 file:
a couple of changes.
4 lines of code changed in 3 files:
forgot to mention StatCVS 0.3...
1 lines of code changed in 1 file:
Official Release will be 0.3.0
1 lines of code changed in 1 file:
Bit more doco and suggested 'press release'.
69 lines of code changed in 3 files:
previous changes that I forgot to log
3 lines of code changed in 1 file:
Improved logging and new dump per TAGS. This highlights the problem of lumping every move under '0.0'
Fix the LOC for the LAST tag of a series.
83 lines of code changed in 2 files:
Enabling INFO by default.
4 lines of code changed in 3 files:
Fix a few QA warnings.
13 lines of code changed in 5 files:
Fixing QA warnings
3 lines of code changed in 2 files:
Removed a warning for unused import.
0 lines of code changed in 1 file:
bug 1605167: svn mime-type problem
1 lines of code changed in 1 file:
AntTaskLogger will not log anything at:
- log/debug level UNLESS the loggingProperties file is 'debug' (-debug)
- info level UNLESS the loggingProperties file is 'verbose' (-verbose)
This is a bit of a hack to avoid changing StatCVS.
52 lines of code changed in 1 file:
Fixed a potential stream closure issue.
12 lines of code changed in 1 file:
fixed %22 issue present on some operating systems
3 lines of code changed in 2 files:
put thread name at the end.
10 lines of code changed in 2 files:
aligned ant task names with statcvs conventions
1 lines of code changed in 1 file:
Organized Imports, got rid of warnings
2 lines of code changed in 4 files:
In order to ensure consistency and ability to use the Ant Task as a logging mechanism, we've replaced Logger by a TaskLogger
The default implementation is the java.util.logging.Logger with fine/info/severe levels. There is also an AntTaskLogger automatically
used for the Ant task.
206 lines of code changed in 23 files:
specifically catch the FileNotFoundException and use simple log.
3 lines of code changed in 1 file:
Default cache directory was not set for ant task.
8 lines of code changed in 1 file:
reduce the noise level. If one wants to see the svn commands fired, one has to enable logger.fine(...)
1 lines of code changed in 1 file:
Reduce Log to use the LOGGER.fine for churn.
3 lines of code changed in 1 file:
quick examples for Maven1 and the dump facility.
35 lines of code changed in 1 file:
Better log.
8 lines of code changed in 1 file:
Reduce log to use LOGGER.fine for viewing the actual Svn Diff.
5 lines of code changed in 1 file:
My bad wrt over-estimating the lines touched: the existing algorithm was correct assuming that
svn will always return 2 lines:
+++ filename (revision)
--- filename (revision)
as those are taken into account as:
+1 addition and +1 deletion.
BUT we started from -1, so it was correct and fitted well with the rest.
4 lines of code changed in 1 file:
Added a word of warning with regards to i18n issue.
3 lines of code changed in 1 file:
Fixed a small issue whereby the number of lines touched (+ and -) could be over-estimated by 2 for each file.
This did not affect the total LOC but showed a higher churn than anticipated.
14 lines of code changed in 1 file:
Implemented a 'lowest common denominator' workaround to the i18n issue of receiving a svn diff in a non-English Locale.
It appears that the 4th line contains "Name:" for property changes, if it is the case, it will flag the diff as 'propertyChange' and will cache the results.
This is temporary and should be revisited if we implement SVNKit. The log was also increased to show the diff for now.
9 lines of code changed in 1 file:
Fixed a few warnings by JBuilder 2007.
22 lines of code changed in 6 files:
changed properties to test the Locale.
0 lines of code changed in 1 file:
changed properties to test the Locale.
0 lines of code changed in 1 file:
Change in order to test Locale.
4 lines of code changed in 1 file:
change the property.
0 lines of code changed in 1 file:
Using the StatCVS release 0.3, except that we fixed an issue with revision tags containing "." which are transformed to '_' in a name anchor.
2 lines of code changed in 1 file:
Using the StatCVS release 0.3, except that we fixed an issue with revision tags containing "." which are transformed to '_' in a name anchor.
2 lines of code changed in 4 files:
Quick overview of changes.
3 lines of code changed in 2 files:
StatCVS 0.3.x changed a few file names, fixing links.
8 lines of code changed in 1 file:
width should be 160.
1 lines of code changed in 1 file:
A bit of QA tidy-up.
174 lines of code changed in 8 files:
There was an issue when a directory is deleted and then, later on, its parent directory is also deleted. In that case, StatSVN would duplicate the
deletion via the implicitAction. Now StatSVN will keep only one of any consecutive deletion per file. This seems to sort out a few issues and the -dump
option validates the results for all ObjectLab's open source projects.
41 lines of code changed in 2 files:
Moved the dump functionality to its own class.
157 lines of code changed in 3 files:
Slightly reformatted output for -dump.
22 lines of code changed in 1 file:
Checkstyle and corrected unit tests to use new interface.
29 lines of code changed in 6 files:
Revisions should be treated as String (for the unit tests at least).
9 lines of code changed in 1 file:
Better error log if jar not copied properly.
30 lines of code changed in 1 file:
Based on a clean copy of StatCVS with all of our patches applied in StatCVS.
0 lines of code changed in 1 file: