Questions tagged [starteam]

StarTeam is a version control system and defect tracking solution maintained by Micro Focus (previously by Borland and originally by StarBase).

StarTeam is a combined version control system and defect tracking solution made by Borland (previously by StarBase), which is currently owned by Micro Focus.

Additional Links:
StarTeam Documentation

128 questions
2
votes
4 answers

Starteam to SVN migration, alternatives to Polarion?

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…
Jordan
  • 9,014
  • 8
  • 37
  • 47
2
votes
0 answers

How to use the Starteam vcmutility to automate a selective rebase?

In Borland Starteam I would like to automate a very simple rebase that only repins files (i.e. ignores everything else - assuming to be done with the wizard). Looking at the StarTeam Help "VCMUtility Session Options" I would like to set my…
Brandon Leiran
  • 5,343
  • 3
  • 20
  • 17
2
votes
2 answers

StarTeam - ignoring local file changes

If we initially check-in a configuration-type file as an item into a StarTeam project, is it possible to then have the file checked-out by clients where, any local changes to the file are subsequently ignored and not marked for check-in back into…
Going Bananas
  • 2,265
  • 3
  • 43
  • 83
2
votes
2 answers

Automating DB Object Migrations from Source Control

I'm looking for some "Best Practices" for automating the deployment of Stored Procedures/Views/Functions/Table changes from source control. I'm using StarTeam & ANT so the labeling is taken care of; what I am looking for is how some of you have…
user1921
2
votes
1 answer

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

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…
DashRantic
  • 1,448
  • 4
  • 19
  • 32
2
votes
4 answers

Override Working Folder with Starteam/CruiseControl

For some reason, I can't seem to get CruiseControl.net to checkout code to anywhere but the starteam working folder for a specificed view. I've tried both overrideViewWorkingDir and overrideFolderWorkingDir, and neither seem to work. Has anyone been…
FlySwat
  • 172,459
  • 74
  • 246
  • 311
2
votes
1 answer

Migrating projects from StarTeam to Bitbucket

We have around 5000 projects (various technologies) managed in StartTeam. Client moving to a new stack Bitbucket, JFrog, Bamboo & UrbanCode. Bitbucket: It will be used for source control and underlying GIT will be used as revision control…
Anup Ghosh
  • 332
  • 2
  • 6
  • 23
2
votes
1 answer

Star Team find modified files for a project

We recently switched from clear case to star team. In clear case, we had a feature that for one project, we could select option 'Find Checkouts' which would show all the files checked out. For starteam, is it possible to know all modified files for…
Victor
  • 16,609
  • 71
  • 229
  • 409
2
votes
1 answer

how to check out all versions of starTeam version control tool

how to check out all versions of starTeam version tool. I wanted to check out all versions for particular file and that way i wanted to do it for all of my files on production server. can anyone suggest what are the available options.
Chinu
  • 21
  • 2
2
votes
1 answer

Change a root folder for a view in StarTeam

I'd like to change the "Root folder" for one of the existing views in StarTeam. There's a possibility to change a working folder (via "View / Properties" dialog), but that's not the feature I need as it is done locally only. Does anyone know how…
schedar
  • 419
  • 6
  • 21
2
votes
2 answers

Converting Dos Command to Power Shell command

I am working with PowerShell 2.0 with Psake 1.4 Here is the dos command that is running that I want to convert to PowerShell. "C:\Program Files\Borland\StarTeam 2005 R2\stcmd.exe" co -p "rubble.barney:dinno@HostName:4455/MySolution/WebApp" -is -fp…
Razcer
  • 394
  • 4
  • 17
2
votes
4 answers

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

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…
Utkarsh Jagirdar
2
votes
2 answers

StarTeam - checkout file of a specific revision using stcmd

Is it possible to checkout file of a specific revision using stcmd? I want to checkout all (or some) history of a specific file.
Ronen
  • 21
  • 2
2
votes
5 answers

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

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?
Luke
  • 18,585
  • 24
  • 87
  • 110
2
votes
1 answer

Use url Link to specific CR number in Starteam

I'm working on migration from starteam to GIT. Git will be used as verison control system. Right now the plan is to continue using starTeam as a issue tracker. My goal is to parse the commit msg and find the CR number and then create a link in…
harsmar
  • 376
  • 1
  • 12
1 2
3
8 9