문제

my current project sits in a perforce stream workspace. I am quite familiar with git, but git-p4 does not support streams. Do you know a way around this limitation?

Do you know a good CLI tutorial for perforce (from a git user perspective)? Or even a command line wrapper for perforce to use it similar to git (most likely not possible)?

Thanks, Lars

도움이 되었습니까?

해결책

I don't think that git-p4 supports streams. You just clone from a depot path, whereas a stream may include several modules.

Here's an article with some notes on how command usage stacks up between Git and Perforce: http://answers.perforce.com/articles/KB_Article/Mapping-Git-Terms-and-Commands-to-Perforce/?l=en_US&fs=RelatedArticle

다른 팁

Here is a git-p4 fork with streams support: git-p4s

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top