You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by "Alexis Midon (JIRA)" <ji...@apache.org> on 2009/02/12 20:52:59 UTC

[jira] Issue Comment Edited: (BUILDR-222) Support Git as a version control system

    [ https://issues.apache.org/jira/browse/BUILDR-222?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12673036#action_12673036 ] 

alexismidon edited comment on BUILDR-222 at 2/12/09 11:51 AM:
---------------------------------------------------------------

same patch is available at github:
http://github.com/alexism/buildr/commits/BUILDR-222_v1


This patch contains:
 . create a list of available Release implementation so new impl could be dynamically added
 . better tagging,  http://www.gitready.com/beginner/2009/02/03/tagging.html
 . bug fix: push only the current branch
 . factorize some code

      was (Author: alexismidon):
    same patch is available at github:
http://github.com/alexism/buildr/commits/BUILDR-222_v1
  
> 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
>    Affects Versions: 1.3.3
>            Reporter: Alexis Midon
>             Fix For: 1.3.4
>
>         Attachments: 0001-buildr-222_v1.patch
>
>
> 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.