Earlier quoted context omitted.
I had the same skeptical question in my head while reading the landing page / ad. But, I will say I super miss P4's 'timeline'. I haven't used Perforce tools for many years now, but last time I did it was way way easier & faster to figure out who wrote a line of code than it is in git today. And overall, the UI was much better then than any git based UI is today. So, it might be hard for them to explain to git users,…
> it was way way easier & faster to figure out who wrote a line of code than it is in git today. Don't you have git blame integration in your editor?
Perforce introduces GitSwarm
21–30 of 37 posts
Re: Perforce introduces GitSwarm
#22very few up to date third party books, the video tutorials hang while you watch them, the documentation instructs you to press buttons that simply aren't there in the GUI. with no alternates give.
we paid for professional training and the answer given in the meeting was "experiment and see how it's working".
Uh, really?
Re: Perforce introduces GitSwarm
#23Re: Perforce introduces GitSwarm
#24Lets take it as a given that you are excited about becoming a poweruser of the perforce ecosystem (hey, if my complany chose this tool, the least I can do is understand it very, very well), documentation resources are lacking I.M.O. very few up to date third party books, the video tutorials hang while you watch them, the documentation instructs you to press buttons that simply aren't there in the GUI. with no alterna…
Re: Perforce introduces GitSwarm
#25Earlier quoted context omitted.
> it was way way easier & faster to figure out who wrote a line of code than it is in git today. Don't you have git blame integration in your editor?
Git blame will often get the guy who fixed a spelling mistake in a variable, not the guy before him who wrote the code.
git blame ^ -- file.c
Where is the hash of the commit where the spelling mistake was made, pulled from the original blame from HEAD.Though I don't use such stuff, I would be surprised if there wasn't IDE support to make this "deeper dig" more of a point and click operation.
Re: Perforce introduces GitSwarm
#26What value does this add, other than perhaps supporting a proprietary build & deploy system already paid for built around Perforce??? (is the latter a feature, or a bug?) Every commercial revision control system I have ever used (ClearCase; SourceSafe; MKS Source Integrity; Serena VM aka PVCS) has always been much more of a PITA than CVS / SVN / Git. So, yeah, I'm very skeptical.
Looks like it has integration with an existing P4 server. There's quite a few teams(GameDev+Movies) who use P4 for scale+locking for binary assets where exposing a git endpoint would be useful from a tooling perspective.
Re: Perforce introduces GitSwarm
#27First tfs, now perforce. The prevalence of git is clearly putting a lot of pressure on "enterprise" source control systems. It makes a lot of sense to just co-opt it and pull it into the rest of their ecosystem. At my org we've been trying to move towards an oss style pull request flow for tools and infrastructure projects but meeting a little resistance because "not enterprise." Getting that workflow into one of the…
> At my org we've been trying to move towards an oss style pull request flow for tools and infrastructure projects but meeting a little resistance because "not enterprise." I'd love to know what 'because "not enterprise"' means in your case. Resistance to a model without exclusive locks? Resistance to a non-centralized model? Support questions?
Re: Perforce introduces GitSwarm
#28What got my attention was the "narrow cloning for greater security". Im really curious how they are managing to implement narrow cloning with git.
Re: Perforce introduces GitSwarm
#29Earlier quoted context omitted.
Git blame will often get the guy who fixed a spelling mistake in a variable, not the guy before him who wrote the code.
To continue digging previous history: git blame ^ -- file.c Where is the hash of the commit where the spelling mistake was made, pulled from the original blame from HEAD. Though I don't use such stuff, I would be surprised if there wasn't IDE support to make this "deeper dig" more of a point and click operation.
Re: Perforce introduces GitSwarm
#30What value does this add, other than perhaps supporting a proprietary build & deploy system already paid for built around Perforce??? (is the latter a feature, or a bug?) Every commercial revision control system I have ever used (ClearCase; SourceSafe; MKS Source Integrity; Serena VM aka PVCS) has always been much more of a PITA than CVS / SVN / Git. So, yeah, I'm very skeptical.
Git is hard to understand for someone used to CVS/SVN, but it's better than both in the and, and completely free.