I am trying to import a project from Starteam which has the following layout:
Project Name == "Foo Bar" (there is a space in the name) with the following view layout:
Code: Select all
Starteam Server (Starteam 5.3)
Foo Bar (project)
Foo Bar ("master" view)
user 1 (reference view)
user 2 (reference view)
...
I set the following configuraton options:
Code: Select all
use_file_copy=yes (should not be relevant for Starteam as per the configuration file comments)
trunk_path=trunk
branch_path=branches
tags_paths=tags
svnimporter_user_name=starteam
only_trunk=no
svnadmin.executable=svnadmin.exe
svnadmin.repository_path=C:/tmp/dump
svnadmin.parent_dir=.
svnadmin.tempdir=C:/tmp
svnclient.executable=svn.exe
svnadmin.verbose_exec=yes
svnadmin.path_not_exist_signature=non-existent in that revision
...
st.url=user:passwd@192.168.0.20:49201/Foo Bar/Foo Bar
st.tempdir=C:/tmp/importer
And here is the last entry in the log:
Code: Select all
10:58:40,811 [main] INFO historyLogger:84 - EXCEPTION CAUGHT: org.polarion.svnimporter.svnprovider.SvnException: Unknown branch: Foo Bar
at org.polarion.svnimporter.svnprovider.SvnModel.getBranch(SvnModel.java:209)
at org.polarion.svnimporter.svnprovider.SvnModel.addFileCopyToTag(SvnModel.java:336)
at org.polarion.svnimporter.stprovider.internal.STTransform.transformCommit(STTransform.java:139)
at org.polarion.svnimporter.stprovider.internal.STTransform.transform(STTransform.java:86)
at org.polarion.svnimporter.stprovider.STProvider.buildSvnModel(STProvider.java:128)
at org.polarion.svnimporter.main.Main.buildFullSvnModel(Main.java:147)
at org.polarion.svnimporter.main.Main.run(Main.java:82)
at org.polarion.svnimporter.main.Main.main(Main.java:49)
Does someone please know what's going wrong?
I am using svn-importer-1.1-SHAPSHOT-(after-M8) from 1 Februrary 2008 downloaded from the following page http://www.polarion.org/projects/svnimp ... d/nightly/
Thanks in advance,
Gregory