It's all about the answers!

Ask a question

SVN Import gives up ...


Kevin Ramer (4.5k9186201) | asked Sep 14 '09, 9:34 p.m.
Hi,

We have a reasonable sized svn repo that we've tried to dump and import into an RTC repository. Earlier attempts failed to even read the dump. The last dump files seems to be scanned for all its revisions and then as work apparently starts about 1/2 way through it quits complaining:



An internal error occurred during: "Import from SVN".
Revision 8240: Expected copy source at path 'TranServ/Libraries/LIB_BT_WPS/branches/r2a_maint' is missing

Using svnlook history:

# svnlook history /svn_repo/sct -r 8240 TranServ/Libraries/LIB_BT_WPS
REVISION PATH
-------- ----
8104 /TranServ/Libraries/LIB_BT_WPS
8103 /TranServ/Libraries/LIB_BT_WPS
8102 /TranServ/Libraries/LIB_BT_WPS
7919 /TranServ/Libraries/LIB_BT_WPS
7918 /TranServ/Libraries/LIB_BT_WPS
..... more listings

# svnlook history /svn_repo/sct TranServ/Libraries/LIB_BT_WPS
REVISION PATH
-------- ----
svnlook: File not found: revision 14666, path 'TranServ/Libraries/LIB_BT_WPS'

I'm told by the manager of the svn that that path was renamed and I could ignore it. But the SVN importer won't let me even if I limit the revisions to 1-8200 (of 150XX).

RTC 2.0 GA Client (Windows)
SVN Dump from svn 1.4 on Linux Redhat.

4 answers



permanent link
Michael Valenta (3.7k3) | answered Sep 15 '09, 9:15 a.m.
FORUM MODERATOR / JAZZ DEVELOPER
The error looks similar to one we fixed in 2.0.0.1. If you have a
jazz.net account, you could get the latest 2.0.0.1 drop and try it out.

Michael

yzwkzfn wrote:
Hi,

We have a reasonable sized svn repo that we've tried to dump and
import into an RTC repository. Earlier attempts failed to even read
the dump. The last dump files seems to be scanned for all its
revisions and then as work apparently starts about 1/2 way through it
quits complaining:



An internal error occurred during: "Import from SVN".
Revision 8240: Expected copy source at path
'TranServ/Libraries/LIB_BT_WPS/branches/r2a_maint' is missing

Using svnlook history:

# svnlook history /svn_repo/sct -r 8240
TranServ/Libraries/LIB_BT_WPS
REVISION PATH
-------- ----
8104 /TranServ/Libraries/LIB_BT_WPS
8103 /TranServ/Libraries/LIB_BT_WPS
8102 /TranServ/Libraries/LIB_BT_WPS
7919 /TranServ/Libraries/LIB_BT_WPS
7918 /TranServ/Libraries/LIB_BT_WPS
.... more listings

# svnlook history /svn_repo/sct
TranServ/Libraries/LIB_BT_WPS
REVISION PATH
-------- ----
svnlook: File not found: revision 14666, path
'TranServ/Libraries/LIB_BT_WPS'

I'm told by the manager of the svn that that path was renamed and I
could ignore it. But the SVN importer won't let me even if I limit
the revisions to 1-8200 (of 150XX).

RTC 2.0 GA Client (Windows)
SVN Dump from svn 1.4 on Linux Redhat.

permanent link
Kevin Ramer (4.5k9186201) | answered Sep 15 '09, 12:24 p.m.
Michael,

I do. I'll give it a try


The error looks similar to one we fixed in 2.0.0.1. If you have a
jazz.net account, you could get the latest 2.0.0.1 drop and try it out.

Michael

yzwkzfn wrote:
Hi,

We have a reasonable sized svn repo that we've tried to dump and
import into an RTC repository. Earlier attempts failed to even read
the dump. The last dump files seems to be scanned for all its
revisions and then as work apparently starts about 1/2 way through it
quits complaining:



An internal error occurred during: "Import from SVN".
Revision 8240: Expected copy source at path
'TranServ/Libraries/LIB_BT_WPS/branches/r2a_maint' is missing

Using svnlook history:

# svnlook history /svn_repo/sct -r 8240
TranServ/Libraries/LIB_BT_WPS
REVISION PATH
-------- ----
8104 /TranServ/Libraries/LIB_BT_WPS
8103 /TranServ/Libraries/LIB_BT_WPS
8102 /TranServ/Libraries/LIB_BT_WPS
7919 /TranServ/Libraries/LIB_BT_WPS
7918 /TranServ/Libraries/LIB_BT_WPS
.... more listings

# svnlook history /svn_repo/sct
TranServ/Libraries/LIB_BT_WPS
REVISION PATH
-------- ----
svnlook: File not found: revision 14666, path
'TranServ/Libraries/LIB_BT_WPS'

I'm told by the manager of the svn that that path was renamed and I
could ignore it. But the SVN importer won't let me even if I limit
the revisions to 1-8200 (of 150XX).

RTC 2.0 GA Client (Windows)
SVN Dump from svn 1.4 on Linux Redhat.

permanent link
Kevin Ramer (4.5k9186201) | answered Sep 15 '09, 1:52 p.m.
No joy.

java.lang.IllegalStateException: Revision 8240: Expected copy source at path 'TranServ/Libraries/LIB_BT_WPS/branches/r2a_maint' is missing
at com.ibm.team.scm.client.importz.svn.internal.SVNRevisionTree.addCopy(SVNRevisionTree.java:355)
at com.ibm.team.scm.client.importz.svn.internal.SVNRevisionTree.addCopy(SVNRevisionTree.java:369)
at com.ibm.team.scm.client.importz.svn.internal.SVNRevisionTree.addCopy(SVNRevisionTree.java:369)
at com.ibm.team.scm.client.importz.svn.internal.SVNRevisionTree.addCopy(SVNRevisionTree.java:369)
at com.ibm.team.scm.client.importz.svn.internal.SVNRevisionTree.updateForChange(SVNRevisionTree.java:314)
at com.ibm.team.scm.client.importz.svn.internal.SVNBranchValidator.handleRevision(SVNBranchValidator.java:73)
at com.ibm.team.scm.client.importz.svn.internal.SVNDumpProcessor.processCurrentRevision(SVNDumpProcessor.java:144)
at com.ibm.team.scm.client.importz.svn.internal.SVNDumpProcessor.handleProperties(SVNDumpProcessor.java:186)
at com.ibm.team.scm.client.importz.svn.internal.SVNDumpProcessor.readNode(SVNDumpProcessor.java:100)
at com.ibm.team.scm.client.importz.svn.internal.SVNDumpProcessor.read(SVNDumpProcessor.java:80)
at com.ibm.team.scm.client.importz.svn.internal.SVNDumpProcessor.read(SVNDumpProcessor.java:57)
at com.ibm.team.scm.client.importz.svn.internal.SVNDump2ArchiverConverter.calculateBranchAndTagBaselines(SVNDump2ArchiverConverter.java:142)
at com.ibm.team.scm.client.importz.svn.internal.SVNDump2ArchiverConverter.endRead(SVNDump2ArchiverConverter.java:117)
at com.ibm.team.scm.client.importz.svn.internal.SVNDumpProcessor.read(SVNDumpProcessor.java:58)
at com.ibm.team.scm.client.importz.svn.internal.SVNDump2ArchiverConverter.createArchive(SVNDump2ArchiverConverter.java:86)
at com.ibm.team.scm.client.importz.svn.internal.SVNDumpFileImporter.createChangeSetArchive(SVNDumpFileImporter.java:55)
at com.ibm.team.scm.client.importz.internal.CreateArchiveOperation.run(CreateArchiveOperation.java:32)
at com.ibm.team.scm.client.importz.internal.ui.ImportOperation.createArchive(ImportOperation.java:156)
at com.ibm.team.scm.client.importz.internal.ui.ImportOperation.filesystemRun(ImportOperation.java:119)
at com.ibm.team.filesystem.ui.operations.FileSystemUIOperation.repositoryRun(FileSystemUIOperation.java:43)
at com.ibm.team.repository.rcp.ui.operations.RepositoryOperation.run(RepositoryOperation.java:42)
at com.ibm.team.repository.rcp.ui.operations.JobRunner.run(JobRunner.java:205)
at com.ibm.team.repository.rcp.ui.operations.JobRunner$1.run(JobRunner.java:62)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)


eclipse.buildId=I20090908-0800
java.fullversion=J2RE 1.5.0 IBM J9 2.3 Windows XP x86-32 j9vmwi3223ifx-20090422 (JIT enabled)
J9VM - 20090421_34076_lHdSMr
JIT - 20081112_1511ifx6_r8
GC - 200811_07
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Command-line arguments: -os win32 -ws win32 -arch x86


Michael,

I do. I'll give it a try


The error looks similar to one we fixed in 2.0.0.1. If you have a
jazz.net account, you could get the latest 2.0.0.1 drop and try it out.

Michael

yzwkzfn wrote:
Hi,

We have a reasonable sized svn repo that we've tried to dump and
import into an RTC repository. Earlier attempts failed to even read
the dump. The last dump files seems to be scanned for all its
revisions and then as work apparently starts about 1/2 way through it
quits complaining:



An internal error occurred during: "Import from SVN".
Revision 8240: Expected copy source at path
'TranServ/Libraries/LIB_BT_WPS/branches/r2a_maint' is missing

Using svnlook history:

# svnlook history /svn_repo/sct -r 8240
TranServ/Libraries/LIB_BT_WPS
REVISION PATH
-------- ----
8104 /TranServ/Libraries/LIB_BT_WPS
8103 /TranServ/Libraries/LIB_BT_WPS
8102 /TranServ/Libraries/LIB_BT_WPS
7919 /TranServ/Libraries/LIB_BT_WPS
7918 /TranServ/Libraries/LIB_BT_WPS
.... more listings

# svnlook history /svn_repo/sct
TranServ/Libraries/LIB_BT_WPS
REVISION PATH
-------- ----
svnlook: File not found: revision 14666, path
'TranServ/Libraries/LIB_BT_WPS'

I'm told by the manager of the svn that that path was renamed and I
could ignore it. But the SVN importer won't let me even if I limit
the revisions to 1-8200 (of 150XX).

RTC 2.0 GA Client (Windows)
SVN Dump from svn 1.4 on Linux Redhat.

permanent link
Michael Valenta (3.7k3) | answered Sep 16 '09, 11:44 a.m.
FORUM MODERATOR / JAZZ DEVELOPER
You should open a work item for this. The issue could be related to the
branches folder being 3 levels deep.

Michael

yzwkzfn wrote:
No joy.

java.lang.IllegalStateException: Revision 8240: Expected copy source
at path 'TranServ/Libraries/LIB_BT_WPS/branches/r2a_maint' is
missing
at
com.ibm.team.scm.client.importz.svn.internal.SVNRevisionTree.addCopy(SVNRevisionTree.java:355)
at
com.ibm.team.scm.client.importz.svn.internal.SVNRevisionTree.addCopy(SVNRevisionTree.java:369)
at
com.ibm.team.scm.client.importz.svn.internal.SVNRevisionTree.addCopy(SVNRevisionTree.java:369)
at
com.ibm.team.scm.client.importz.svn.internal.SVNRevisionTree.addCopy(SVNRevisionTree.java:369)
at
com.ibm.team.scm.client.importz.svn.internal.SVNRevisionTree.updateForChange(SVNRevisionTree.java:314)
at
com.ibm.team.scm.client.importz.svn.internal.SVNBranchValidator.handleRevision(SVNBranchValidator.java:73)
at
com.ibm.team.scm.client.importz.svn.internal.SVNDumpProcessor.processCurrentRevision(SVNDumpProcessor.java:144)
at
com.ibm.team.scm.client.importz.svn.internal.SVNDumpProcessor.handleProperties(SVNDumpProcessor.java:186)
at
com.ibm.team.scm.client.importz.svn.internal.SVNDumpProcessor.readNode(SVNDumpProcessor.java:100)
at
com.ibm.team.scm.client.importz.svn.internal.SVNDumpProcessor.read(SVNDumpProcessor.java:80)
at
com.ibm.team.scm.client.importz.svn.internal.SVNDumpProcessor.read(SVNDumpProcessor.java:57)
at
com.ibm.team.scm.client.importz.svn.internal.SVNDump2ArchiverConverter.calculateBranchAndTagBaselines(SVNDump2ArchiverConverter.java:142)
at
com.ibm.team.scm.client.importz.svn.internal.SVNDump2ArchiverConverter.endRead(SVNDump2ArchiverConverter.java:117)
at
com.ibm.team.scm.client.importz.svn.internal.SVNDumpProcessor.read(SVNDumpProcessor.java:58)
at
com.ibm.team.scm.client.importz.svn.internal.SVNDump2ArchiverConverter.createArchive(SVNDump2ArchiverConverter.java:86)
at
com.ibm.team.scm.client.importz.svn.internal.SVNDumpFileImporter.createChangeSetArchive(SVNDumpFileImporter.java:55)
at
com.ibm.team.scm.client.importz.internal.CreateArchiveOperation.run(CreateArchiveOperation.java:32)
at
com.ibm.team.scm.client.importz.internal.ui.ImportOperation.createArchive(ImportOperation.java:156)
at
com.ibm.team.scm.client.importz.internal.ui.ImportOperation.filesystemRun(ImportOperation.java:119)
at
com.ibm.team.filesystem.ui.operations.FileSystemUIOperation.repositoryRun(FileSystemUIOperation.java:43)
at
com.ibm.team.repository.rcp.ui.operations.RepositoryOperation.run(RepositoryOperation.java:42)
at
com.ibm.team.repository.rcp.ui.operations.JobRunner.run(JobRunner.java:205)
at
com.ibm.team.repository.rcp.ui.operations.JobRunner$1.run(JobRunner.java:62)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)


eclipse.buildId=I20090908-0800
java.fullversion=J2RE 1.5.0 IBM J9 2.3 Windows XP x86-32
j9vmwi3223ifx-20090422 (JIT enabled)
J9VM - 20090421_34076_lHdSMr
JIT - 20081112_1511ifx6_r8
GC - 200811_07
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Command-line arguments: -os win32 -ws win32 -arch x86


yzwkzfnwrote:
Michael,
I do. I'll give it a try

Michael Valentawrote:
The error looks similar to one we fixed in 2.0.0.1. If you have a
jazz.net account, you could get the latest 2.0.0.1 drop and try it
out.
Michael

yzwkzfn wrote:
Hi,

We have a reasonable sized svn repo that we've tried to dump and
import into an RTC repository. Earlier attempts failed to even
read
the dump. The last dump files seems to be scanned for all its
revisions and then as work apparently starts about 1/2 way through
it
quits complaining:



An internal error occurred during: "Import from SVN".
Revision 8240: Expected copy source at path
'TranServ/Libraries/LIB_BT_WPS/branches/r2a_maint' is missing

Using svnlook history:

# svnlook history /svn_repo/sct -r 8240
TranServ/Libraries/LIB_BT_WPS
REVISION PATH
-------- ----
8104 /TranServ/Libraries/LIB_BT_WPS
8103 /TranServ/Libraries/LIB_BT_WPS
8102 /TranServ/Libraries/LIB_BT_WPS
7919 /TranServ/Libraries/LIB_BT_WPS
7918 /TranServ/Libraries/LIB_BT_WPS
.... more listings

# svnlook history /svn_repo/sct
TranServ/Libraries/LIB_BT_WPS
REVISION PATH
-------- ----
svnlook: File not found: revision 14666, path
'TranServ/Libraries/LIB_BT_WPS'

I'm told by the manager of the svn that that path was renamed and I
could ignore it. But the SVN importer won't let me even if I limit
the revisions to 1-8200 (of 150XX).

RTC 2.0 GA Client (Windows)
SVN Dump from svn 1.4 on Linux Redhat.

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.