Questions tagged [teamforge]

CollabNet TeamForge is a platform for Enterprise Cloud Development (ECD).

CollabNet TeamForge is a platform for Enterprise Cloud Development (ECD).

It integrates software configuration management (SCM), continuous build and test, issue tracking, project management, lab management, and collaboration tools into a single Web-based application lifecyle management platform that empowers distributed teams to deliver great software.

9 questions
2
votes
2 answers

How to execute multiple CLI commands in a python script?

I am using TeamForge's CLI to create artifacts in the Defects tracker section. The CLI file/executable is called "ctf" with no extensions. I want to use a python script to create artifacts but can only execute one command at most. I want to create a…
Redson
  • 2,098
  • 4
  • 25
  • 50
1
vote
0 answers

Authentication with TeamForge/Collab.net using a self-signed SSL certificate and SVNKit

I'm currently working on a project to automate checking in files to a Subversion repository hosted with TeamForge/Collab.net. I'm using SVNKit to handle the interactions between this program and the repository. Here's the relevant Java pieces I'm…
alexcjcd
  • 31
  • 5
1
vote
0 answers

Dumping an SVN branch fails, empty Dump

EDIT: This one has been worked around. What REALLY helped me out here, though, was the tool svnsanitizer. Basically the code was extremely badly dislocated, with dependencies all over the entire repository. This tool took a full SVN dump as a file…
1
vote
1 answer

Migrating from TeamForge To CloudForge

We are using TeamForge for our svn repos. We realized that we could save by moving to CloudForge. What would be your recommended approach to moving from TeamForge to CloudForge. Are there any automated tools to move from one to the other? Thanks…
reakt
  • 500
  • 8
  • 25
1
vote
0 answers

collabnet plugin in Jenkins Don't take variables

I'm trying to use collabnet plugin for file release in Jenkins and was wondering if i can pass the variable for the release field? When i try to pass the variable it does not take the value and errors out. Has anyone accomplished this or It's the…
cedrajin21
  • 65
  • 1
  • 8
0
votes
1 answer

Teamforge to Gforge repository migration from database

I am trying to migrate some 300+ projects from Teamforge to Gforge. Rest all parts worked fine but Source code migration from Teamforge SVN to Gforge is not working out. The structure in Teamforge is there are multiple repositories in a single…
bham.nk
  • 13
  • 5
0
votes
0 answers

Change "curl" command to work with PowerShell Invoke-WebRequest (TeamForge API)

I am attempting to use the TeamForge API. This is my first dip into web requests so I am sure I am missing something obvious. To even begin, I realize I need to request an oauth token. According to the documentation, I have to execute the following…
0
votes
3 answers

How to get the code to the previous commit back in GIT which has already been pushed to the server

I have made some changes to my code and then did a: git add . git commit git push origin master. Now i realise that i have made some mistakes and i want to get back the code of the previous commit and then re do the changes and push them back to the…
Subhayan Bhattacharya
  • 5,407
  • 7
  • 42
  • 60
0
votes
1 answer

Teamforge actions

I wanted to know if is it possible, using a c# application, to keep track of the different actions made by the users on our projects, documents and so on. The purpose is to determine the number of open documents, open trackers, open file releases…
user2311028
  • 1,531
  • 3
  • 13
  • 11