Updates:
Status: ThirdParty
Comment #1 on issue 1251 by chipx86: Review Board and git bare repository
http://code.google.com/p/reviewboard/issues/detail?id=1251
Git has no concept of individual remote file checkouts from a repository.
If you want
to fetch a single revision of a single, file, you first need a full
checkout (synced
regularly, ideally on push) of the entire repository. And that has to be
local.
Yes, it's annoying, and we've worked really hard to come up with an
implementation
that used Git's remote protocol to grab one single file, but it's not
feasible. We've
also talked about automating a clone and keeping it in sync, but decided
there are
too many interaction problems (we'd need to make it obvious when a repo is
ready to
use, for example) and doing it behind the admin's back is kinda bad,
considering how
much space may be needed.
What we are planning to do is to allow the user to supply a URL on a
gitweb/github/etc site that points to the raw file, given a filename and
revision.
This would prevent the need for a local tree. We're hoping to do this for
1.1.
So, today, a bare repository won't work, and you will need a full clone
that's
regularly updated.
Hope that answers your question.
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"reviewboard-issues" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/reviewboard-issues?hl=en
-~----------~----~----~----~------~----~------~--~---