You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by dp...@apache.org on 2012/03/05 16:48:42 UTC

svn commit: r1297094 - /jackrabbit/sandbox/microkernel/src/test/java/org/apache/jackrabbit/mk/store/CopyHeadRevisionTest.java

Author: dpfister
Date: Mon Mar  5 15:48:42 2012
New Revision: 1297094

URL: http://svn.apache.org/viewvc?rev=1297094&view=rev
Log:
Another TODO

Modified:
    jackrabbit/sandbox/microkernel/src/test/java/org/apache/jackrabbit/mk/store/CopyHeadRevisionTest.java

Modified: jackrabbit/sandbox/microkernel/src/test/java/org/apache/jackrabbit/mk/store/CopyHeadRevisionTest.java
URL: http://svn.apache.org/viewvc/jackrabbit/sandbox/microkernel/src/test/java/org/apache/jackrabbit/mk/store/CopyHeadRevisionTest.java?rev=1297094&r1=1297093&r2=1297094&view=diff
==============================================================================
--- jackrabbit/sandbox/microkernel/src/test/java/org/apache/jackrabbit/mk/store/CopyHeadRevisionTest.java (original)
+++ jackrabbit/sandbox/microkernel/src/test/java/org/apache/jackrabbit/mk/store/CopyHeadRevisionTest.java Mon Mar  5 15:48:42 2012
@@ -43,6 +43,11 @@ import org.junit.Test;
  *       for an MK client. Cause for this is the digest computation of all
  *       fields in a commit object, including the parent commit, which is 
  *       obviously different.
+ *       
+ * TODO: if copying starts at some point in time and ends some time later, copy
+ *       all revisions that are accessed in the meantime to the new store.
+ *       This must be done in a way that ensures the integrity of the parental
+ *       relationship (because there may be missing intermediate commits).
  */
 public class CopyHeadRevisionTest {