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

Clone/pull #63

Open
larshp opened this issue Aug 29, 2018 · 0 comments
Open

Clone/pull #63

larshp opened this issue Aug 29, 2018 · 0 comments

Comments

@larshp
Copy link
Member

larshp commented Aug 29, 2018

Hi,
In ZABAPGIT, the creation of repositories happens without automatic pull(https://github.com/larshp/abapGit/blob/master/changelog.txt#L169), this gives a better split of operations and error handling, plus gives the user an overview of what will happen before doing a pull, as object names are unique in ABAP(compared to cloing to a new folder in file system)

Currently it looks like both creation and pull is the same operation,

void cloneRepository(String url, String branch, String targetPackage, String transportRequest, String user,
			String password, IProgressMonitor monitor);

Pull is also split into 2 steps, in order to support a restful approach, see http://docs.abapgit.org/development/api.html, also see #7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant