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