git-p4
Trouble importing all perforce branches into git repo
I\'m trying to import a project from my company\'s Perforce depot into a git repository.I\'ve been successful getting a single branch into a single git repo, but what I\'d l开发者_StackOverflow社区ike[详细]
2023-03-07 06:48 分类:问答git-p4 submission failure
I am using git-p4 to work with git locally and trying to submit my changes back to the perforce server. Its the submitting changes back to the server that I am failing to do.[详细]
2023-03-03 10:09 分类:问答Using git-p4 to setup a git clone of a perforce client
I have a perforce client which maps several perforce paths into my local client. These perforce paths are for libraries and the main code line.[详细]
2023-02-25 23:05 分类:问答What is the purpose of Perforce file ".perforce"?
What is the purpose of Perforce configuration file .perforce?Where may I find a sample file showing its contents?[详细]
2023-02-18 22:34 分类:问答unable to import with git-p4 on windows
I\'ve been trying to import a p4 depot path to git using git-p4 python script. After configuring my environment (git 1.7.1, python 2.7, Windwos XP, p4 env variables) I tried to run[详细]
2023-02-16 13:34 分类:问答`git-p4 clone` fails "new tip ... does not contain ..."
I\'m runnining on Windows, with the windows p4 client, and git installed via Cygwin. The p4 client advertises how its syntax is regular across platforms and all that, so that should be hunky-dory.[详细]
2023-01-22 21:26 分类:问答git-p4 cloned repo contains mixed filename case -- how to fix?
I imported a large repo using git-p4, and discovered that I have some strangely mixed-case filenames, e.g.:[详细]
2023-01-22 02:32 分类:问答git-p4 sync on different branch and repo
I\'m trying to mirror a perforce repository, and git-p4 performs well enough on the main branch. I simply have to call git-p4 rebase. I\'m also trying to mirror a different branch, but that\'s not wor[详细]
2023-01-19 20:07 分类:问答Efficiently backup many versions of a git repo with branch namespacing
At work, we use Perforce for version control.There are problems with this: 1) with this centralized model, we can\'t check in changes until they are ready for regression.This means that we have no rev[详细]
2023-01-07 05:19 分类:问答git-p4 sync not working - mysterious stack trace
I\'m trying to use git-p4 to clone perforce depot.I keep running into a problem in the git-p4 script, where git-p4 tries to access a dict key that is not defined and throws a trace.[详细]
2022-12-28 22:02 分类:问答