Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8219333
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T13:07:19+00:00 2026-06-07T13:07:19+00:00

We have some devs pushing to a remote bare repo on a server, and

  • 0

We have some devs pushing to a remote bare repo on a server, and would like to do something like automate a push to perforce nightly using git p4 from this central bare repo. But am running into a snag because it seems you can’t run git p4 submit outside of a working tree.

What’s the recommended way to deal with something like this?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-07T13:07:21+00:00Added an answer on June 7, 2026 at 1:07 pm

    I do something similar with a script that runs every few minutes and does a 2-way sync between git and p4. But git-p4 can’t work without both a checked-out git tree and a p4 repo. In all you end up with 3 versions of your source:

    1. the bare git repo
    2. checked-out git repo for ‘git p4’ to do its work in
    3. p4 checkout to submit to p4 from.

    Developers push to a bare git repo (held on gitolite), using a branch called ‘dev’. Then every few minutes, there’s a script that does:

    1. update the checked-out git tree (git pull –rebase)
    2. pull down latest upstream p4 changes into p4/master (git p4 sync)
    3. rebase git world against p4 world (git rebase p4/master)
    4. send git changes to p4 (git p4 submit)
    5. rewrite the ‘dev’ branch (git push origin +HEAD:dev)

    Gotchas

    1. Merge conflicts. These actually occur very infrequently but can cause a few problems.

    2. I had to add some locking around the whole thing so that developers don’t lose changes if they push a change between (1) and (5). The locking just creates a lock directory that then gets used in one of the hook scripts to delay pushes.

    3. RCS keywords. Newer versions of ‘git p4’ now copes with RCS keywords but originally it didn’t, so the whole thing would occasionally get stuck as they cause merge conflicts.

    It took a while to setup but it’s now been going for 18 months with 100+ developers with very few incidents.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

So, I have this very weird error - Some advanced PHP devs might also
I have some text lines like that : vt_wildshade2^508^508 vt_ailleurs2^1188^1188 ... vt_high2^13652^13652 Is it
I have some tables roughly like so: Client: id name Employee id name Email
We currently have 3 devs with, some, conflicting styles and I'm looking for a
We have some devs on Android part of our application who actively use prefixing
I have some data loaded as a np.ndarray and need to convert it to
I have some arbitrary pixel data that I want to save as a PNG.
I have some code on two systems running kernel 2.4.20 and kernel 2.4.38 .
I have some table: Title 1 | Title 2 | Title 3 | --------------------------------------------------
I have some code that will change the background color of a specific label

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.