starteam

How to get the labeled code from StarTeam(stcmd.exe)?

北城以北 提交于 2019-12-10 15:49:42
问题 I want to get the code under particular label from StarTeam strictly using command line . I have come to know that I can use "stcmd.exe" for the same. But I am unable to find the particular command to get the labeled code. Can any one please help? Thanks. 回答1: Documentation for the command line tools are here (page 51 has the checkout options): http://techpubs.borland.com/starteam/2009/en/ST_CmdTools_Help_en.pdf The -cfgl switch allows you to specify the configuration label. Edit with updated

Automate build of Access 2007 database

时光怂恿深爱的人放手 提交于 2019-12-10 10:59:12
问题 As part of our build process we have to create an Access ACCDB (2007) database. The database constitutes the current front-end of our application and must be (for other reasons) build during the initial phase of the build process. Currently, this is a manual process which I'm hoping to automate. Our database consists of MANY tables, formulas, queries, etc. I believe we're actually close to the limit of what Access is actually able to handle so we try not to add anything further to it. I've

Create a “label” in subversion indicating what files should be in the next release

拟墨画扇 提交于 2019-12-10 09:31:35
问题 I've been using StarTeam for version control for some time, but am moving to Subversion. I've been reading the Subversion book and there seems to one major feature that StarTeam has that Subversion doesn't - the concept of labels. I know Subversion has labels, but they mean something different in StarTeam. In StarTeam, I can label a set of files as "ready to build" and then only check those out and include in a particular release. I can then create a frozen label indicating what files were

Strategy to migrate from StarTeam 5 to Subversion?

狂风中的少年 提交于 2019-12-09 11:51:10
问题 I need to migrate a large project from StarTeam 5 to Subversion, and I'd like to keep snapshots of (at least) 5-10 of the major releases. I've considered the following: Manual or scripted export/import of each snapshot. Advantages: straightforward, easy to select labeled/dated versions. Disadvantages: time-consuming, does not preserve comments. Polarion offers what seems to be the perfect tool in svnimporter, but it requires a .jar file from StarTeam 8.0 that is not present in StarTeam 5.

Automate build of Access 2007 database

我只是一个虾纸丫 提交于 2019-12-06 14:34:17
As part of our build process we have to create an Access ACCDB (2007) database. The database constitutes the current front-end of our application and must be (for other reasons) build during the initial phase of the build process. Currently, this is a manual process which I'm hoping to automate. Our database consists of MANY tables, formulas, queries, etc. I believe we're actually close to the limit of what Access is actually able to handle so we try not to add anything further to it. I've had a look at this project: http://buildmsaccessdb.codeplex.com/ and it seems to work pretty well.

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

泪湿孤枕 提交于 2019-12-06 10:22:27
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 have to choose between simply losing all of the data or maintaining my CVS repository indefinitely. Has

Strategy to migrate from StarTeam 5 to Subversion?

允我心安 提交于 2019-12-03 15:10:29
I need to migrate a large project from StarTeam 5 to Subversion, and I'd like to keep snapshots of (at least) 5-10 of the major releases. I've considered the following: Manual or scripted export/import of each snapshot. Advantages: straightforward, easy to select labeled/dated versions. Disadvantages: time-consuming, does not preserve comments. Polarion offers what seems to be the perfect tool in svnimporter, but it requires a .jar file from StarTeam 8.0 that is not present in StarTeam 5. Advantages: automated, complete. Disadvantages: requires upgrade to StarTeam 8.0 for one-time use. Migrate

Starteam to X migration? (where X is one of: svn/git/hg/bzr …)

不想你离开。 提交于 2019-11-30 15:03:09
问题 Is there a tool that can migrate Starteam to svn or git or any other modern/decent source control system? I'm thinking of something along the lines of how git-svn works; allowing you to use git to pull from an svn repository. Something that can import a StarTeam repository and convert it to an svn repository, but also keep pulling from Starteam and adding to svn. Hell, even a "starteam to cvs" tool would be fine, as long as I can keep pulling from the starteam repo after the initial migration

How to configure Jenkins StarTeam plugin?

|▌冷眼眸甩不掉的悲伤 提交于 2019-11-28 01:58:45
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. Pavel Chuchuva 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 included in the freely downloadable StarTeam SDK package from Borland (Micro Focus) , and may