[
https://issues.apache.org/jira/browse/BUILDR-222?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12654733#action_12654733
]
alexismidon edited comment on BUILDR-222 at 12/9/08 12:53 AM:
---------------------------------------------------------------
Patch to support both Git and Svn.
The Release task uses an abstraction of a VCS. Two implementations are
provided: one for Svn, one for Git. The relevant implementation is picked at
runtime.
was (Author: alexismidon):
Path to support both Git and Svn.
The Release task uses an abstraction of a VCS. Two implementations are
provided: one for Svn, one for Git. The relevant implementation is picked at
runtime.
> Support Git as a version control system
> ---------------------------------------
>
> Key: BUILDR-222
> URL: https://issues.apache.org/jira/browse/BUILDR-222
> Project: Buildr
> Issue Type: Improvement
> Components: Core features
> Reporter: Alexis Midon
> Attachments: BUILDR-222-0001-git-support-for-release.txt
>
>
> The Release task uses Subversion to check for uncommitted files and tag the
> source repository.
> Of course this fails when your project does not use Subversion but Git for
> instance.
> The improvement could be to provide a VCS abstraction with 2 implementations:
> Subversion and Git.
> A method could instantiate the proper implementation.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.