blackstream-x / python-svn2git

Python 3 port of https://github.com/nirvdrum/svn2git - development moved to copmpany-internal repository
MIT License
1 stars 0 forks source link

replace "git log" by "git rev-list" #37

Open blackstream-x opened 3 years ago

blackstream-x commented 3 years ago

here:

https://github.com/blackstream-x/python-svn2git/blob/99c23e1c032213306f2122b272a14f155c53319d/push_all.py#L226

blackstream-x commented 3 years ago

https://github.com/blackstream-x/python-svn2git/blob/99c23e1c032213306f2122b272a14f155c53319d/push_all.py#L310

could also be a candidate, but in that case the whole algorithm should be changed/optimised.

blackstream-x commented 3 years ago

Here it can be replaced in any case:

https://github.com/blackstream-x/python-svn2git/blob/95447865421cce08c9fd1b0355caa917959f36b5/push_all.py#L580