Current script basically gets every single branch, clones it, makes
diffs and dumps them to files, but I'm a bit concerned about the
future. We have just recently started switching to SVN and most of our
repositories is still within that outdated scm. The thing is that some
of them have 2K+ revisions. When I will have to produce a report for
that whats than. :|

Looks like we will have to get some server side solution that's gonna
run next to our GitLab.

On 31 March 2016 at 14:24, Nelson Efrain A. Cruz <nea...@gmail.com> wrote:
> If I'm not wrong, you can't avoid clone the repo. But the good thing is that
> all the commands to produce the diffs will run really fast because they all
> run locally.
>
> Anyway you can add to your script the cloning part.
>
> El jue., 31 de mar. de 2016 a la(s) 04:10, Sebastian Tarach
> <star...@gmail.com> escribió:
>>
>> In the company I work for I was requested to write script/app that would
>> retrieve all diffs in the past month for each author and put them in
>> separate files. I was quite surprised when I found out I can't do that
>> remotely but I have clone the repository first. Well it's not a big deal for
>> our ~12 repos but it is a bit time consuming. Obviously in such case
>> ls-remote was no help. We have such script for SVN and obviously do to it's
>> centralized nature such this is possible. Therefore I'm wondering did I miss
>> something? Maybe it actually is possible but I didn't do my research right?
>>
>> ~thanks
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Git for human beings" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to git-users+unsubscr...@googlegroups.com.
>> For more options, visit https://groups.google.com/d/optout.
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "Git for human beings" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/git-users/a635fTLiiMg/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> git-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to