I have implemented a piece of software that download all different revisions of a file. To optimize disk I need to store all diff windows (SVNDiffWindow) in a file, and not all the content for each revision. How can I serialize a diff window (let say store it as a byte array) into a file?
Thank you in advance, Elvis. -- View this message in context: http://old.nabble.com/Serializing-an-SVNDiffWindow-object-tp32580281p32580281.html Sent from the SVNKit - Users mailing list archive at Nabble.com.
