starteam

Speed up login to StarTeam?

I'm working on a program that accesses StarTeam using the StarTeam SDK for .NET. And I've noticed that it takes about 10 seconds to login to the StarTeam server. I'm wondering if there's anything I can do to speed that up. Edit I used this command to run the StarTeam Cross Platform client with debugging output: stjava.exe StarTeamCP.stj...

What should be the "trunk" development, or release

I have the unfortunate opportunity of source control via Borland's StarTeam. It unfortunately does very few things well, and one supreme weakness is its view management. I love SVN and come from an SVN mindset. Our issue is post production release we are spending countless hours merging changes into a "production support" environment....

Borland Starteam incorrect files status

I have some project saved in starteam. As there are a lot of obsolete files I can't check in or check out all project, only changed files. Now I copy project from one computer to another for other developer. I expect starteam treats copied project as new item for check in and check out, but it don't. Forexample: I modified file on ...

Unable to load the Starteam Dump into SVN

I have a dump created from StarTeam 2008 R 2 (10.4.7.-64) using svn importer 1.1-M8. However when I a try to import the dump I get this error: * adding path : tags/Test/GH/13_Environment/Process/Capgemini EN Template - Business Case.doc ... svnadmin: File already exists: filesystem 'help\db', transaction '2-2', path 'tags/Test/GH/13_En...

How to inject "history" into a subversion repository?

We're migrating from StarTeam (aka "the horrible") to SubVersion (aka "the alleged great"). We've already migrated the files by doing a "dumb" commit to all files and started working on the SubVersion repository. However, we're still forced to use StarTeam because we lack the per-file history of check-ins. Is it possible to inject that ...

StarTeam - checkout file of a specific revision using stcmd

Hi, Is it possible to checkout file of a specific revision using stcmd? I want to checkout all (or some) history of a specific file. ...

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 "D:\FooBar\MySolution\Source" Notice that the path to stcmd has a space in it Notice ...

Ant 1.8.1 and StarTeam

I'm using Ant 1.8.1 and StarTeam 2008 R2. I noticed in previous versions of Ant there were optional tasks which could be used to access a StarTeam repository. These tasks seem to be absent in Ant 1.8.1? What happened to them? Do any tasks exist to do this, or do you have to create your own tasks using the StarTeam SDK 10.4 (which l...

How to set the "Plan Work" (EstimatedHours) for a Task in StarTeam SDK?

I can't figure out how to set the EstimatedHours property from the StarTeam SDK. The property EstimatedHours is readonly, and I can't figure out any way to set the value from the SDK, though through the UI you can set the "Plan, Work" field. Setting the EstimatedStart/Finish doesn't work: var task = new Borland.StarTeam.Task(cr.Pare...

StarTeam API Permission

Hello all, I'm developing a client app with C#.NET. I need to get all the Permissions in the StarTeam which are assignable to a Project, View, or Folder. StarTeam Cross Platform users know that there is a dialog named "Access Rights". Categories (Project, View, Folder) are listed at the left side and Permissions are listed at the right...

PowerBuilder and Visual Studio files in same StarTeam project?

We have a system that is largely written in PowerBuilder 11.5 and we are using a single StarTeam project to hold the source code. Now we are wanting to add some related websites developed in ASP.NET with Visual Studio 2010 to source control as well. We would like them to be able to share the same set of Change Requests as the PowerBuil...

Star Team find modified files for a project

Hi, 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 a particular project? Thank you. ...

How to set a specific label for a checkout operation in StarTeam?

I use multiple buildboxes which have StarTeam in them. I see a peculiar thing: all buildboxes differ in checkout label. Is there any specific setting to be done so that I can maintain a uniform default checkout label so that I don't need to change the desired label from the drop down each time for all buildboxes? ...