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
10
votes
6 answers

Advantages of NOT versioning .dproj

I read in a blog about Version Insight (http://www.delphifeeds.com/go/s/77066) that (among others) JCL doesn't have its .dproj files under version control and i was wondering what the advantages of that would be. Especially since me and my collegue…
Bascy
  • 2,017
  • 1
  • 21
  • 46
9
votes
2 answers

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

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…
hasen
  • 161,647
  • 65
  • 194
  • 231
8
votes
3 answers

Starteam Recursive Add

This should be an RTFM question, but I just can't find it! I just started using StarTeam at work and I'm trying to initialize a repository that I have been managing with Git. I've managed to add the folders to my view, however, I can't seem to…
IslandCow
  • 3,412
  • 3
  • 19
  • 24
7
votes
2 answers

In starteam, how can I find out when a file was deleted, and by whom?

We have a small team running StarTeam. A constant source of frustration and problems is the handling of deleted files in StarTeam. It is obvious that Starteam keeps track of deleted files internally, but it does not seem to be possible to get any…
Peter Hart
  • 4,955
  • 2
  • 25
  • 30
6
votes
4 answers

Strategy to migrate from StarTeam 5 to Subversion?

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:…
Adam Liss
  • 47,594
  • 12
  • 108
  • 150
5
votes
6 answers

Migration from StarTeam to distributed source control

We're currently using StarTeam for our project, and the license is expiring soon. We're looking at moving to Team Foundation Server or something similar, but there's a push (mostly from myself and one other person) to move to some form of…
Samah
  • 1,224
  • 2
  • 13
  • 15
5
votes
1 answer

How to configure Jenkins StarTeam plugin?

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…
Pavel Chuchuva
  • 22,633
  • 10
  • 99
  • 115
5
votes
2 answers

Eclipse StarTeam plugin?

Are there any decent plugin's for Eclipse that allow integration with StarTeam? I miss the 'tight' intergration I used to have with CVS/SVN.
jeff porter
  • 6,560
  • 13
  • 65
  • 123
4
votes
5 answers

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

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…
Tai Squared
  • 12,273
  • 24
  • 72
  • 82
4
votes
4 answers

CruiseControl + Starteam: not picking up all files

Our CruiseControl system checks out from starteam. I've noticed that it is sometimes not checking out new versions of files, only added files. Does anyone know why this is?
FlySwat
  • 172,459
  • 74
  • 246
  • 311
4
votes
2 answers

VS 2008 - Star Team and multi project solution?

I have a project which is under source control via Star Team in VS 2008. I added another project to my solution for an installer, configured it, tested it, etc. Now, when I go to check in my solution with the new installer, I get the following…
jdylanmc
  • 829
  • 11
  • 24
4
votes
1 answer

C# StarTeam SDK

I'm playing around with the StarTeam SDK at work, and whilst I can connect to our server, when it is connected, no projects are showing. It gives an exception saying that Borland.StarTeam.ServerUnavailableException, although the isConnected value is…
Darren Young
  • 10,972
  • 36
  • 91
  • 150
4
votes
3 answers

Avoiding missing views in ASP.NET MVC

When testing an ASP.NET MVC 2 application I hit a problem when a view could not be located. Looking at the code I realised that the aspx file for the view had not been added to the source control repository. On this project that's quite easy to do…
Eddy Kavanagh
  • 254
  • 2
  • 15
4
votes
2 answers

Renaming file & check-in to Starteam within same commit?

I have to rename a file. When renaming the file I have to update another file that refers to it, otherwise I will break the build. The problem is when trying to do this change in Starteam. The file is renamed on the server immediately when I close…
Jan Mattsson
  • 143
  • 1
  • 7
4
votes
3 answers

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

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…
user196614
  • 243
  • 1
  • 6
  • 15
1
2 3
8 9