Search found 472 matches
- Mon Nov 06, 2006 12:40 pm
- Forum: Polarion SVN Importer (Repository Converter)
- Topic: cc2svn java.lang.OutOfMemoryError
- Replies: 3
- Views: 5080
Hi Frank, please check if you have very big files in the CC repository (e.g. if you have a file of 1GB size, it will be loaded in memory during dump creation). We've seen this problem by other importer, the customer didn't realize that they have stored some dump files in repository (clearing of the ...
- Fri Oct 27, 2006 10:08 am
- Forum: Polarion SVN Importer (Repository Converter)
- Topic: CVS authentication failed
- Replies: 6
- Views: 11761
Hi Gerd, this seems to me that it's really problem in credentials... Please make sure that you correctly specified properties: cvs.username= cvs.password= cvs.hostname= cvs.repository= especially that you connect to correct repository with right user, and check them once again, that there were no mi...
- Fri Oct 27, 2006 8:03 am
- Forum: Polarion SVN Importer (Repository Converter)
- Topic: CVS authentication failed
- Replies: 6
- Views: 11761
- Tue Oct 24, 2006 10:50 am
- Forum: Polarion SVN Importer (Repository Converter)
- Topic: Settings to Import Locally CVS to SVN on a Linux machine
- Replies: 1
- Views: 3576
- Tue Oct 24, 2006 10:47 am
- Forum: Polarion SVN Importer (Repository Converter)
- Topic: PVCS 6.7 to subversion | No output/error/log
- Replies: 1
- Views: 4012
Hi, typically the log file is created in the same directory, where you run the importer. Make sure you start importer from the command line - may be you'll get that something wrong with parameters (this is the only case I know when log might be not created by start). Also I didn't get you - if you s...
- Tue Oct 24, 2006 10:40 am
- Forum: Polarion SVN Importer (Repository Converter)
- Topic: PVCS -> SVN - M6 very fast, M7 very slow
- Replies: 7
- Views: 10512
- Tue Oct 24, 2006 10:33 am
- Forum: Polarion SVN Importer (Repository Converter)
- Topic: no dump file
- Replies: 2
- Views: 4630
Hi Andrew, actually segment size defines only limitation of how many complete commits will be stored in the segment, before next one will be started. It means that if you have 2GB file in repository - you'll get 2GB+ segment independently of how much you did specify (e.g. 5MB or 20MB). I know that t...