From: masonk <mason.kramer@gmail.com>
To: git@vger.kernel.org
Subject: Re: P4 Sync problem
Date: Thu, 22 Jul 2010 11:21:54 -0700 (PDT) [thread overview]
Message-ID: <1279822914118-5326585.post@n2.nabble.com> (raw)
In-Reply-To: <loom.20091111T154425-182@post.gmane.org>
Hi, I know this is an old thread, but I think it might be relevant. (At any
rate, at least you know I've been looking).
I'm trying to use git-p4 with a very large P4 repository, of which my client
view is a small fraction.
My client view is within the administrator-set file limit of P4 files.
E.G., p4 sync //depot/... works.
When I call git-p4 sync or clone, however, it bumps into the limit. Even if
I am using client spec and detecting branches. If p4 were successfully
detecting my branches -or- using my client spec, I would not be running into
the limit. But:
git p4 sync //depot@all --use-client-spec --detect-branches --verbose
Syncing with origin first by calling git fetch origin
executing git fetch origin
Reading pipe: git config git-p4.user
Reading pipe: git config git-p4.password
Reading pipe: git config git-p4.port
Reading pipe: git config git-p4.host
Reading pipe: git config git-p4.client
p4 -u mkramer -c mkramer -G client -o
Opening pipe: p4 -u mkramer -c mkramer -G client -o
Reading pipe: git rev-parse --symbolic --remotes
Reading pipe: git rev-parse p4/master
p4-git branches: []
initial parents: {}
Getting p4 changes for //depot/...
p4 -u mkramer -c mkramer changes //depot/...
Reading pipe: p4 -u mkramer -c mkramer changes //depot/...
Request too large (over 110000); see 'p4 help maxresults'.
Traceback (most recent call last):
File "/home/mkramer/git/bin/git-p4", line 1924, in <module>
main()
File "/home/mkramer/git/bin/git-p4", line 1919, in main
if not cmd.run(args):
File "/home/mkramer/git/bin/git-p4", line 1671, in run
changes = p4ChangesForPaths(self.depotPaths, self.changeRange)
File "/home/mkramer/git/bin/git-p4", line 444, in p4ChangesForPaths
for p in depotPaths]))
File "/home/mkramer/git/bin/git-p4", line 108, in p4_read_pipe_lines
return read_pipe_lines(real_cmd)
File "/home/mkramer/git/bin/git-p4", line 101, in read_pipe_lines
die('Command failed: %s' % c)
File "/home/mkramer/git/bin/git-p4", line 59, in die
raise Exception(msg)
Exception: Command failed: p4 -u mkramer -c mkramer changes //depot/...
Is this a limitation in the current --use-client-spec or --detect-branches
flags, or am I doing it wrong?
--
View this message in context: http://git.661346.n2.nabble.com/P4-Sync-problem-tp3979793p5326585.html
Sent from the git mailing list archive at Nabble.com.
next prev parent reply other threads:[~2010-07-22 18:22 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-11-10 13:56 P4 Sync problem Dmitry Smirnov
2009-11-11 8:43 ` Tor Arvid Lund
2009-11-11 9:43 ` Dmitry Smirnov
2009-11-11 12:00 ` Tor Arvid Lund
2009-11-11 12:39 ` Dmitry Smirnov
2009-11-11 13:54 ` Tor Arvid Lund
2009-11-11 14:57 ` Dmitry Smirnov
2010-07-22 18:21 ` masonk [this message]
2009-11-15 13:00 ` Pete Wyckoff
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1279822914118-5326585.post@n2.nabble.com \
--to=mason.kramer@gmail.com \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).