Questions tagged [gitswarm]

GitSwarm is a git frontend developed by Perforce to interact with a classic Perforce server. It is based on GitLab.

GitSwarm is a git frontend developed by Perforce to interact with a classic Perforce server. It is based on GitLab.

5 questions
2
votes
1 answer

Upgrading an existing Perforce depot to use GitSwarm

My company has deployed a 2014.X version of Perforce (server & client). We have an existing Peforce stream depot. They are investigating an upgrade to 2015.X, also known as Helix. One of the feature is a better integration with Git, called…
Xavier T.
  • 40,509
  • 10
  • 68
  • 97
1
vote
1 answer

Clear Case to Git swarm Code base movement

I have to move code base from Clear Case to Git swarm. Inside the code there are lot of absolute path references based on /vobs/.... How to handle this scenario in this task with out code change ? Is this possible ?
Masthan
  • 727
  • 1
  • 8
  • 29
1
vote
0 answers

Get Perforce submitted changelist number in the context of gitlab-runner CI job execution

Recently started to get into GitSwarm and currently stuck on the possibility to use the corresponding Perforce submitted changelist number when the continuous integration job has been executed after the git push delivery (to align with company's…
0
votes
0 answers

Can we use gitlab libraries to access gitswarm

I am trying to use python-gitlab library to access content from gitswarm, from my python code, which is giving me the error given below. Can some of confirm if this is a possible option. import gitlab gl =…
Swathi
  • 1
-1
votes
1 answer

Can we have multiple repositories under a project in gitswarm?

I bitbucket I can see a project which holds more than one repository. Is it the same way in Gitswarm?