You are viewing a plain text version of this content. The canonical link for it is here.
Posted to infrastructure-issues@apache.org by "Curt Arnold (JIRA)" <ji...@apache.org> on 2010/05/26 06:26:33 UTC

[jira] Created: (INFRA-2743) Git mirror for log4j 2 (experimental)

Git mirror for log4j 2 (experimental)
-------------------------------------

                 Key: INFRA-2743
                 URL: https://issues.apache.org/jira/browse/INFRA-2743
             Project: Infrastructure
          Issue Type: Task
      Security Level: public (Regular issues)
          Components: Git
            Reporter: Curt Arnold


http://svn.apache.org/repos/asf/logging/log4j/branches/BRANCH_2_0_EXPERIMENTAL is a sandbox/nursery/lab from which hopefully the core of log4j 2.0 will eventually spring.  Does not appear to be available through the existing log4j.git (just got trunk when I did git branch).   It is already a branch under log4j and does not have trunk/branches/tag structure.

If it is available through the existing git, please give me instructions to access it to pass back to log4j-dev.  Otherwise, could you expose it a log4j2.git : Apache log4j 2 (experimental)?

Also, while you are at it, could you expose http://svn.apache.org/repos/asf/logging/log4php, has the common trunk, tags. branches style (but also meta and site) as log4php.git: Apache log4php.



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (INFRA-2743) Git mirror for log4j 2 (experimental)

Posted by "Jukka Zitting (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/INFRA-2743?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jukka Zitting resolved INFRA-2743.
----------------------------------

      Assignee: Jukka Zitting
    Resolution: Fixed

By default "git branch" only gives you a listing of the local branches in your repository. Use "git branch -a" to list all branches, including remote ones.

To create and checkout a local "log4j2" branch that tracks the remote "BRANCH_2_0_EXPERIMENTAL" branch, use "git checkout -b log4j2 origin/BRANCH_2_0_EXPERIMENTAL".

The log4php mirror will soon be available at: git://git.apache.org/log4php.git

> Git mirror for log4j 2 (experimental)
> -------------------------------------
>
>                 Key: INFRA-2743
>                 URL: https://issues.apache.org/jira/browse/INFRA-2743
>             Project: Infrastructure
>          Issue Type: Task
>      Security Level: public(Regular issues) 
>          Components: Git
>            Reporter: Curt Arnold
>            Assignee: Jukka Zitting
>
> http://svn.apache.org/repos/asf/logging/log4j/branches/BRANCH_2_0_EXPERIMENTAL is a sandbox/nursery/lab from which hopefully the core of log4j 2.0 will eventually spring.  Does not appear to be available through the existing log4j.git (just got trunk when I did git branch).   It is already a branch under log4j and does not have trunk/branches/tag structure.
> If it is available through the existing git, please give me instructions to access it to pass back to log4j-dev.  Otherwise, could you expose it a log4j2.git : Apache log4j 2 (experimental)?
> Also, while you are at it, could you expose http://svn.apache.org/repos/asf/logging/log4php, has the common trunk, tags. branches style (but also meta and site) as log4php.git: Apache log4php.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.