Since version 2.13 LFS is supported. You need to install the lfs plugin.
--
--
To unsubscribe, email repo-discuss...@googlegroups.com
More info at http://groups.google.com/group/repo-discuss?hl=en
---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-discuss...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Since version 2.13 LFS is supported. You need to install the lfs plugin.
On Sun, 8 Oct 2017, 02:35 Gaurav Negi, <gaura...@gmail.com> wrote:
Dear all,
Does Gerrit support LFS?
I want to move multiple GIT Repos in bitbucket to A single monolithic GIT Repo in Gerrit.
But many of these Repos have huge videos and picture files in LFS.
Does Gerrit support LFS? I donot want to keep big files in MBs in regular git repo.
Please suggest.
Thanks
-Gaurav
Sent from my iPhone
--
--
To unsubscribe, email repo-discuss+unsubscribe@googlegroups.com
More info at http://groups.google.com/group/repo-discuss?hl=en
---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-discuss+unsubscribe@googlegroups.com.
Since version 2.13 LFS is supported. You need to install the lfs plugin.

On Sun, Oct 8, 2017 at 7:44 AM David Pursehouse <david.pu...@gmail.com> wrote:Since version 2.13 LFS is supported. You need to install the lfs plugin.
I should add: if you want to use the LFS locks functionality, you need to use Gerrit version at least 2.14.1
On Sun, 8 Oct 2017, 02:35 Gaurav Negi, <gaura...@gmail.com> wrote:
Dear all,
Does Gerrit support LFS?
I want to move multiple GIT Repos in bitbucket to A single monolithic GIT Repo in Gerrit.
But many of these Repos have huge videos and picture files in LFS.
Does Gerrit support LFS? I donot want to keep big files in MBs in regular git repo.
Please suggest.
Thanks
-Gaurav
Sent from my iPhone
--
--
To unsubscribe, email repo-discuss+unsubscribe@googlegroups.com
More info at http://groups.google.com/group/repo-discuss?hl=en
---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-discuss+unsubscribe@googlegroups.com.
Forgot to mention, I have following entry in gerrit.config[lfs "?/*"]enabled = truemaxObjectSize = 200 M
Thanks-Gaurav
On Wed, Oct 11, 2017 at 1:45 PM, Gaurav Negi <gaura...@gmail.com> wrote:
Thanks David.I am seeing some issues with LFS on Gerrit 2.14.41. I have installed LFS plugin from https://gerrit-ci.gerritforge.com/view/Plugins-stable-2.14/job/plugin-lfs-bazel-stable-2.14/
To unsubscribe, email repo-discuss...@googlegroups.com
More info at http://groups.google.com/group/repo-discuss?hl=en
---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-discuss...@googlegroups.com.
The following options must be set in the local project's .git/config file.
lfslfs.url : http://<username>@<gerrit-host>:<port>/<project-name>/info/lfs
When the Gerrit repo is cloned via ssh, the git lfs url must be set to use http.
Does it mean every time a user(s) clones the repo, he needs to add this entry in his local cloned repo .git/config?
[lfs]
url= http://<username>@<gerrit-host>:<port>/<project-name>/info/lfs
Thanks
-Gaurav
Thanks-Gaurav
To unsubscribe, email repo-discuss+unsubscribe@googlegroups.com
More info at http://groups.google.com/group/repo-discuss?hl=en
---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-discuss+unsubscribe@googlegroups.com.
Thanks a ton David.However a further question.Local Project Configuration
The following options must be set in the local project's
.git/configfile.Section
lfslfs.url :
http://<username>@<gerrit-host>:<port>/<project-name>/info/lfsWhen the Gerrit repo is cloned via ssh, the git lfs url must be set to use http.
Does it mean every time a user(s) clones the repo, he needs to add this entry in his local cloned repo .git/config?
Thanks-Gaurav
To unsubscribe, email repo-discuss...@googlegroups.com
More info at http://groups.google.com/group/repo-discuss?hl=en
---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-discuss...@googlegroups.com.