My client wants to import data from PTC Integrity(MKS) to SVN.
So I’m trying to migrate it using Polarion SVN Importer.
I changed the config.properties and executed the following command.
- run list config.properties
but the size of files_20150923_103418.txt is zero.
I executed the following command.
- run preflight config.properties
I reviewed svnimporter.log file. I think that this program read files from PTC Integrity project.
But I don’t know how to change config.properties.
I attached log files and a config file.
My environments are as follow:
OS: Windows 7 Professional 64bit
PTC Integrity :
SVN : Visual SVN Server
Please let me know how to change config.properties file.
Code: Select all
# The source repository provider,
# either cvs,cvsrcs,pvcs,mks,cc,vss or st
srcprovider=mks
import_dump_into_svn=yes
#existing_svnrepos=yes
clear_svn_parent_dir=yes
use_only_last_revision_content=no
file_description_property_key=description
use_file_copy=yes
full.dump.file=SVN-%0%-Image.%date%%1%.dmp
incr.dump.file=incr_dump_%date%%0%.dmp
incr.history.file=incr_history.txt
list.files.to=files_%date%.txt
dump.file.sizelimit.mb=400
trunk_path=trunk
branches_path=branches
tags_path=tags
svnimporter_user_name=SvnImporter
only_trunk=no
svnadmin.executable=C:/Program Files/VisualSVN Server/bin/svnadmin.exe
svnadmin.repository_path=D:/Repositories/mks
svnadmin.parent_dir=.
svnadmin.tempdir=c:/temp/local
svnclient.executable=C:/Program Files/VisualSVN Server/bin/svn.exe
svnadmin.verbose_exec=yes
#svnadmin.import_timeout=1800000
svnadmin.path_not_exist_signature=non-existent in that revision
#svnadmin.path_not_exist_signature=existiert nicht in dieser Revision
mks.class=org.polarion.svnimporter.mksprovider.MksProvider
mks.executable=C:/Program Files (x86)/Integrity/IntegrityClient10/bin/si.exe
mks.log.dateformat=MMM dd, yyyy hh:mm:ss aa
mks.log.datelocale=en
mks.log.encoding=ibm866
mks.tempdir=c:/temp/local
mks.cache=c:/temp/local/cache
mks.verbose_exec=no
mks.RegraftRevisions=yes
mks.NoAutoLoadRootProjects=no
mks.NoAutoPromoteToRoot=yes
##mks.changePackageIDToMap=MKSmapJIRA.csv
## mks.svn.RepoURLPrefix=http://subversion-practice.sweng.ncr.com/svn/repos/
##mks.svn.RepoURLPrefix=file://SEZ05VVM-912/TestBed/
mks.svn.RepoURLPrefix=file:///d:/Repositories/mks
## file://153.71.95.135/e$/
mks.RootProjects=rootProjects.txt
#mks.projects=projectsToMigrate.txt
mks.project=/PolarionProject/project.pj
mks.tag.option=label_with_number
mks.orphan.branches=yes
# mks.orphan.prefix=orphan
mks.exec.limit=200
mks.exec.continue=no
mks.exec.delay=15000
mks.root.dir=
mks.no.split.branch.on.delete=yes
mks.user=admin
mks.password=admin
mks.hostname=192.168.10.72
#mks.port=7009
mks.port=7001
mks.API.MajorVersion=4
mks.API.MinorVersion=13
mks.API.Retries=10
mks.Use.API=yes
Thanks.