starteam

Is there an easy way to do a complete migration from CVS to StarTeam?

一笑奈何 提交于 2020-01-23 12:59:07
问题 I'm currently maintaining a CVS repository for source control. There is a push afoot to move to StarTeam. It has already been purchased and is a corporate standard for most projects. I was told by the corporate owners of the StarTeam servers that there is no known way to do a complete migration of our current CVS repository to StarTeam. We have been advised to do a checkout of the latest version and import that into StarTeam. I would really prefer to keep all of my version history and not

Get “Could not create the Java virtual machine” error running StarTeam 2008 Release 2 client

点点圈 提交于 2020-01-04 04:44:10
问题 Why didn't StarTeam 2008 Release 2 Client install correctly on my machine? Whenever I try to launch it, I get a “Could not create the Java virtual machine” error. 回答1: Rather than being a problem locating the Java Virtual Machine, as I’d previously thought, turns out it’s a memory allocation issue. In StarTeamCP.stjava, the default option set is -Xmx1024m . My machine doesn’t have a gig of RAM to spare for a Java VM, hence the error. By setting it to -Xmx512m , I was able to get up and

Automatic Check-(In/Out)

ⅰ亾dé卋堺 提交于 2019-12-25 07:59:01
问题 Is it possible to setup a StarTeam repository that automatically checks in and checks out code? Would I have to write code that checks (in/out) through the command line, or is there an option in the software itself? 回答1: This can be done via the commandline tool (stcmd) The command for checking in is stcmd ci and the command for checking out is stcmd co. Here is the documentation: http://documentation.microfocus.com/help/topic/com.borland.stcmdtools.doc/STARTEAM-57C20EC2

How can I merge my files when the folder structure has changed using Borland StarTeam?

*爱你&永不变心* 提交于 2019-12-24 03:19:40
问题 I'm in the process of refactoring some code which includes moving folders around, and I would like to regularly merge to keep things current. What is the best way to merge after I've moved folders around in my working copy? 回答1: You can move the files around in StarTeam also. Then merge after that. Whatever you do, make sure you don't delete the files and re-add in StarTeam. You'll lose the file history if you do that. 回答2: Moving the files in StarTeam and then updating your project/solution

How to configure Jenkins StarTeam plugin?

此生再无相见时 提交于 2019-12-17 17:04:43
问题 Jenkins (Hudson) has StarTeam plugin. How to configure it properly? I have installed this plugin but when I build the project I get this error: java.lang.NoClassDefFoundError: com/starbase/starteam/Folder Machine is Windows Server 2008. I have StarTeam SDK installed in C:\Program Files (x86)\Borland\StarTeam SDK 10.4 folder. 回答1: There is a hint on plugin documentation page: The plugin requires the StarTeam SDK, StarTeam extensions and jsafe libraries in Hudson's classpath. These files are

Migration to SVN, confused about deleting old files

爱⌒轻易说出口 提交于 2019-12-11 18:03:37
问题 I have a StarTeam repo that I'm trying to migrate to SVN. Unfortunately the repo is HUGE, so I can't use any of the polarion scripts, etc. I'm resorting to checking out snapshots of each release in StarTeam and then manually adding/committing them to SVN. However, I'm confused about what to do for old files. In StarTeam, we had to move deleted files to an "obsolete" folder since the purge command removed all copies of the file. I know that I don't need to do that in SVN, but how does SVN deal

Borland StarTeam plugin for Eclipse Juno (4.2)

北城以北 提交于 2019-12-11 11:37:39
问题 I've been looking for the Borland StarTeam plugin for Eclipse Juno (4.2) but am unable to find it. I tried using the Eclipse 3.4 client from the following update site but it does not work with Juno... http://altd.borland.com/update/eclipse3.4/site.xml Does any one know where I can find the StarTeam plugin for Eclipse Juno (4.2)? Thank you! 回答1: for eclipse 4.2 there exist no plugin! Registered users can download the latest version, for eclipse 3.5 and 3.6, from here http://supportline

Cruise Control .Net server unable to detect modifications done on Starteam

一笑奈何 提交于 2019-12-11 03:28:58
问题 I'm using Cruise Control .Net 1.4 for Continuous integration and have installed it on my Windows 2000 desktop. I have Nant 0.85 for the Build. My Source control is in Borland Starteam 2005. I have the .Net 2003 framework installed which I use for creating VB.Net windows applications. I have installed CCNet and I think my CCnet.config file is configured correctly. The problem that I face is that whenever I change any code and check in Starteam, the modifications are not getting detected by the

Starteam to SVN migration, alternatives to Polarion?

痞子三分冷 提交于 2019-12-11 03:22:41
问题 Does anyone know of an alternative to Polarion to migrate Starteam (2006v2) to SVN? Our source alone is 10GB, not including all the revision history. Whenever I run Polarion svnimporter, i get a "Java out of memory" exception. I'm not sure what is causing all the memory use, but I'm not really sure where to go from here. Any suggestions (that allow me to at least keep some history) would be much appreciated. Thanks! 回答1: About a decade ago, we did a StarTeam to ClearCase migration. I was

Finding past revisions of files in StarTeam w/ .NET SDK / C#

旧街凉风 提交于 2019-12-11 02:23:53
问题 I'm trying to write a C# program to compare files from different revisions in a StarTeam repository (see if there have been any changes between the current version of a file and a given prior checkin). I currently am able to find/checkout files from the current revision, but am having difficulty in finding the proper methods to then find past versions of these files. The Borland documentation seems to be rather poor on the .NET side of things at least, could anyone point me in the right