You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2022/11/30 13:58:22 UTC

[GitHub] [netbeans-nbpackage] ebarboni opened a new pull request, #1: migration from tools

ebarboni opened a new pull request, #1:
URL: https://github.com/apache/netbeans-nbpackage/pull/1

   to get the history. No modification from tools


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans-nbpackage] ebarboni merged pull request #1: migration from tools

Posted by GitBox <gi...@apache.org>.
ebarboni merged PR #1:
URL: https://github.com/apache/netbeans-nbpackage/pull/1


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans-nbpackage] neilcsmith-net commented on pull request #1: migration from tools

Posted by GitBox <gi...@apache.org>.
neilcsmith-net commented on PR #1:
URL: https://github.com/apache/netbeans-nbpackage/pull/1#issuecomment-1333533322

   Great, thanks for info, and for handling this.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans-nbpackage] ebarboni commented on pull request #1: migration from tools

Posted by GitBox <gi...@apache.org>.
ebarboni commented on PR #1:
URL: https://github.com/apache/netbeans-nbpackage/pull/1#issuecomment-1333498707

   taken from https://gist.github.com/wevtimoteo/a6f4b0837cdc3749dd6b
   
   more or less instancied 
   git clone **netbeans-tools**
   cd **netbeans-tools**
   git remote rm origin
   git filter-branch --subdirectory-filter **nbpackage** -- --all
   /* 
   in case of relocation but not needed as nbpackage is moved to root folder (used for native installer)
   mkdir -p <target-path in="" repo-b="">
   git mv -k * <target-path in="" repo-b="">
   */
   git add .
   git commit
   
   git clone **netbeans-nbpackage**
   cd  **netbeans-nbpackage**
   git checkout -b migratefromtools
   git remote add AAA<git repository nbpackage  local from first step>
   git pull AAA master
   git remote rm AAA


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists