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
0
votes
1 answer

Remove Multiline Comments only from Top of Every Java File

We once used borland starteam tool (one of the kind of revision/source code control system like mercurial) for our code management. Whenever we commit the code, the tool itself puts a description of the commit at the top of the file. So now we have…
Umair Khalid
  • 569
  • 1
  • 4
  • 24
0
votes
1 answer

Borland Star Team - Check out timing is too much

I have different versions of my project e.g. SeleniumTool_1.1, SeleniumTool_2.2, SeleniumTool3.3 etc... and each having different version in star team as well named as - SeleniumTool_1.1, SeleniumTool_2.2, SeleniumTool3.3. But the folder name (in my…
I Love Stackoverflow
  • 6,738
  • 20
  • 97
  • 216
0
votes
2 answers

Create Working Folders using stcmd

I have been trying to write an stcmd that checks out code from a StarTeam repository. Here's what the command looks like: stcmd co -p "Username:Password@localHost:1024/Store Server/Store Server/USB/sources/$OEM$/$$/Setup/Scripts" Every time I run…
Lotzi11
  • 477
  • 1
  • 13
  • 26
0
votes
1 answer

Automatic Check-(In/Out)

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?
Lotzi11
  • 477
  • 1
  • 13
  • 26
0
votes
0 answers

create a commit although no files have changed

I am writing a porting tool to convert old Borland StarTeam repositories to git. Sometimes, though, several revisions (StarTeams counterpart to a commit in git) are identical, except for their labels. Each revision should map to a single commit,…
Finwood
  • 3,829
  • 1
  • 19
  • 36
0
votes
3 answers

How to inquire StarTeam login credentials

As custom action of a WiX-based installer (MS Windows 7), I need to check out some files from a StarTeam server. stcmd seems to provide all functionality and I am able to perform the checkout with UID and password provided via parameter -p. Since…
Twonky
  • 796
  • 13
  • 31
0
votes
2 answers

StarTeam check out files from all folders including subfolders and files on win7

I need to checkout files from StarTeam 12.0 into my local folders. The folder tree on starteam is like : folder_top folder_level_1a subfolder_level_2 subfolder_level_3 folder_level_1b folder_level_2 …
user3601704
  • 753
  • 1
  • 14
  • 46
0
votes
1 answer

Frequent IOException with Jenkins using StarTeam plugin

We have a Jenkins CI server (and a number of slaves) running on Windows machines. Our code repository is located in StarTeam (separate StarTeam server) which we poll frequently. Normally this works well! However, every so often we see an IOException…
llykke
  • 253
  • 2
  • 14
0
votes
3 answers

How to use a environment variable to specify StarTeam Hostname in jenkins?

We moved from Hudson to Jenkins and are using StarTeam for version control. Now according to this site (https://wiki.jenkins-ci.org/pages/viewpage.action?pageId=47480884) there are no global settings to setup StarTeam config. So we have to specify…
cp5
  • 1,087
  • 6
  • 26
  • 58
0
votes
1 answer

Procedure for checking in brand new project on starteam

I've checked in and out code of starteam before but have never added a completely new project. What is the exact procedure for uploading a brand new project on eclipse to starteam?
wjhplano
  • 611
  • 2
  • 13
  • 31
0
votes
1 answer

Checkout multiple folders from Starteam using stcmd command

How can I checkout multiple folders from Starteam using stcmd command. I couldn't find the syntax in Starteam's user manual.
Ashay Batwal
  • 5,415
  • 7
  • 25
  • 30
0
votes
1 answer

StarTeam: How to detach labels from a deleted folder?

I had deleted a folder/files, but forgot to detach a label before deleting the folder/files. I delete a folder named "data", so that I can create a new folder with the same name "data". How do I detach the label from the old folder "data"? I…
Jemru
  • 2,091
  • 16
  • 39
  • 52
0
votes
1 answer

View all updated files in all directories in StarTeam

I have a StarTeam project. It has several directories. When I commit changes I don't want to have to search all the directories myself to find changed files. How can I see all changed files in all directories in one list without searching myself? I…
cja
  • 9,512
  • 21
  • 75
  • 129
0
votes
1 answer

StarTeam share change request across multiple branches or views

We currently have a simple Star Team setup with a couple of branches or views as they seem to be refered to in Star Team: --Production --Staging --Development --Trunk We would like to "Share" or create a "Referenced View" of a Change…
0
votes
1 answer

Is there a way to access Borland Star Team via python?

is there a way to access Borland Star Team via python? e.g. log in , check out, ...
ADLR
  • 33
  • 4
1 2 3
8
9