issues
search
cstroe
/
svndumpapi
A Java library for manipulating a Subversion dump file.
GNU Affero General Public License v3.0
5
stars
1
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Add example svnrdump command in README.
#67
cstroe
closed
6 months ago
1
Bump guava from 30.1.1-jre to 32.0.0-jre
#66
dependabot[bot]
closed
1 year ago
1
remove deprecated function calls
#65
cstroe
closed
3 years ago
2
Add tests for Span.cutoff
#64
cstroe
closed
3 years ago
2
remove copied file
#63
cstroe
closed
3 years ago
2
Fix coveralls publishing
#62
cstroe
closed
3 years ago
1
ignore output files in Codecov
#61
cstroe
closed
3 years ago
0
run JaCoCo report in prepare-package phase
#60
cstroe
closed
3 years ago
0
update library versions
#59
cstroe
closed
3 years ago
0
Bump junit from 4.11 to 4.13.1
#58
dependabot[bot]
closed
3 years ago
0
Just for you to see what I'm working on with this.
#57
spewspews
closed
7 years ago
1
Clear revision no longer fails if it doesn't actually clear a revision
#56
cstroe
closed
8 years ago
1
FileContentReplace properly handles multiple matches of the same file
#55
cstroe
closed
8 years ago
1
Remove the dependency on TreeOfKnowledge from FileContentReplace.
#54
cstroe
closed
8 years ago
1
FileContentReplace bugs
#53
cstroe
closed
8 years ago
0
Fix #32: FileContentReplace properly tracks files across revisions
#52
cstroe
closed
8 years ago
0
Fix #32: FileContentReplace can replace file content with other file content.
#51
cstroe
closed
8 years ago
0
Fixes #14: PathChange correctly updates mergeinfo properties with multiple lines
#50
cstroe
closed
9 years ago
0
PathCollisionValidator is not very memory efficient
#49
ghost
opened
9 years ago
6
Use a png instead of an svg?
#48
cstroe
closed
9 years ago
0
Fix #31: Refactor model and describe it with a diagram
#47
cstroe
closed
9 years ago
0
Make SvnPropertyChange more efficient
#46
cstroe
opened
9 years ago
0
Add a license to our pom.xml
#45
cstroe
closed
9 years ago
0
Fix #39: Add ability to fix newlines in properties, specifically the svn:log property
#44
cstroe
closed
9 years ago
0
Fix #42: SvnPropertyChange should modify revision properties.
#43
cstroe
closed
9 years ago
0
SvnPropertyChange only operates on SvnNode properties and completely ignores SvnRevision properties
#42
cstroe
closed
9 years ago
0
Fix #40: Properly pass output exceptions through
#41
cstroe
closed
9 years ago
0
SvnDumpWriter never checks for an exception caught by PrintStream
#40
cstroe
closed
9 years ago
0
Fix svn:log property to be compatible with newer versions of Subversion
#39
cstroe
closed
9 years ago
1
Publish v0.1 to Maven Central
#38
cstroe
opened
9 years ago
1
Fix #29: NodeAdd properly handles nodes and their file content
#37
cstroe
closed
9 years ago
0
Fixes #35: Add support for non-inheritable merge info ranges.
#36
cstroe
closed
9 years ago
0
MergeInfoParser cannot handle non-inheritable merge info ranges
#35
cstroe
closed
9 years ago
0
Fixes #30: Better testing around NodeHeaderChange and fixes a few bugs that were found
#34
cstroe
closed
9 years ago
0
NodeRemove will allow svnadmin load to commit a transaction when NodeRemove throws an exception
#33
cstroe
opened
9 years ago
1
FileContentReplace: Add a way to replace the content of a file with other content.
#32
cstroe
closed
8 years ago
1
Describe our domain model
#31
cstroe
closed
9 years ago
0
Very little testing around NodeHeaderChange
#30
cstroe
closed
9 years ago
0
NodeAdd doesn't properly chain and cannot handle file content
#29
cstroe
closed
9 years ago
0
Fixes #27: ClearRevision properly chains
#28
cstroe
closed
9 years ago
1
ClearRevision calls endChunks() and endNode() for removed nodes
#27
cstroe
closed
9 years ago
0
Add more tests
#26
cstroe
closed
9 years ago
0
Support UTF-8 characters in svn properties
#25
cstroe
closed
9 years ago
0
Show the file size for an SvnNode in the SvnDumpSummary
#24
cstroe
closed
9 years ago
0
Properly handle UTF-8 log messages (make SvnDumpFileCharStream respect encodings again)
#23
cstroe
closed
9 years ago
1
Fix #21: Make SvnDumpWriterImpl correctly deal with delete nodes and copied nodes
#22
cstroe
closed
9 years ago
1
SvnDumpWriterImpl produces incorrect output when replacing files
#21
cstroe
closed
9 years ago
1
Fix #6: More tests around TerminatingValidator.
#20
cstroe
closed
9 years ago
0
Fixes #18: Fix bug in NodeRemove.
#19
cstroe
closed
9 years ago
0
NodeRemove still calls super.endNode(SvnNode) on removed node
#18
cstroe
closed
9 years ago
0
Next