You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 18, 2022. It is now read-only.
From email:
I have a real quick question regarding how to checkout branch tags from an exisiting repository using your custom ant task.
From reading the wiki this seems to be correct for checking out a remote branch, but I need to be able to checkout a particular branch tag.
Answer/Possible workaround:
I think that I should expose the setStartPoint method from JGit:
http://download.eclipse.org/jgit/docs/jgit-2.3.1.201302201838-r/apidocs/org/eclipse/jgit/api/CheckoutCommand.html#setStartPoint(java.lang.String)
Alternatively, you should be might able to get away with it by doing the following:
The text was updated successfully, but these errors were encountered: