Closed cstroe closed 9 years ago
Wrote a unit test to cover SvnDumpInMemory chaining.
Also, use the endRevision, endNode methods to be more correct about managing currentRevision and currentNode. This revealed a bug in NodeRemove that was patched here.
currentRevision
currentNode
NodeRemove
Wrote a unit test to cover SvnDumpInMemory chaining.
Also, use the endRevision, endNode methods to be more correct about managing
currentRevision
andcurrentNode
. This revealed a bug inNodeRemove
that was patched here.