Comment 3 for bug 115257

Revision history for this message
Michael Hudson-Doyle (mwhudson) wrote :

OK, the import is updating again, as you can see at https://launchpad.net/bcfg2/trunk .

The fun part is that the cause seems to be an SVN bug: svn update from revision A to revision B doesn't give the same results as svn checkout of revision B:

svn co https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2/encap/src/encap-profiles -r 3061 checkout1
(cd checkout1; svn up -r 3064)
svn co https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2/encap/src/encap-profiles -r 3064 checkout2
diff -qr -x .svn checkout1 checkout2

We fixed the import by making a new checkout, so this specific issue is closed (by the by, this probably should have been a question, not a bug report).

We're looking at reporting the SVN bug upstream now...