Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gitsync: Обрабатывать только одну версию хранилища 1С за один запуск, а не все новые версии из хранилища 1С #20

Closed
artbear opened this issue Dec 9, 2016 · 2 comments

Comments

@artbear
Copy link
Member

artbear commented Dec 9, 2016

Исходная задача из другого репо EvilBeaver/oscript-library#19

@ret-Phoenix
Copy link
Contributor

Вполне может подойти: #24

gitsync export c:\store\ -minversion 4 -maxversion 7
gitsync export c:\store\ -minversion 3
gitsync export c:\store\ -maxversion 5

В планах добавить параметр -limit, в котором будет указываться сколько версий с последней выгруженной нужно обрабатывать.
т.е. будет как-то так:
gitsync export c:\store\ -limit 1
где:
CurVersion = 5
MaxVersion = CurVersion + limit (5+1=6)

@artbear
Copy link
Member Author

artbear commented Jan 20, 2017

Да, согласен, лимит из #24 поможет.

Нужно документировать подобное поведение.

@artbear artbear modified the milestone: 1.3 Feb 12, 2017
@artbear artbear closed this as completed Feb 13, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants