des2013 opened a new issue, #8954:
URL: https://github.com/apache/netbeans/issues/8954

   ### Apache NetBeans version
   
   Apache NetBeans 27
   
   ### What happened
   
   I had numerous projects loaded into NB25 for Windows.  Then updated to NB27 
which asked whether I wanted to import data it found for NB25.  I said yes, of 
course, and later discovered that the .git/config files for remote repositories 
have been altered so that they are associated with the wrong projects.
   
   The config data is viewed by loading the project and right-clicking on the 
project title in the projects window.  The target .git filenames should match 
the project names, but do not.  Looks like a shift has occurred in the import 
process.  That is, for project SkoopRewards7, the correct filename is 
SkoopRewards7.git.  Using these configurations may cause cross contamination of 
our repositories, or hopefully fail before any damage occurs.
   
   Ideally, an updated import utility would be provided to correct the errors.
   
   
   git/config for SkoopRewards7:
   [pack]
        buildbitmaps = false
   [core]
        symlinks = false
        repositoryformatversion = 0
        filemode = false
        logallrefupdates = true
        bare = false
   [remote "origin"]
        url = https://[email protected]/xxxxxxxx/SkoopTextAlertsReceive.git
        fetch = +refs/heads/*:refs/remotes/origin/*
   [branch "master"]
        remote = origin
        merge = refs/heads/master
   [user]
        name = xxx
        email = xxx
   
   
   git/config for SkoopTextAlerts:
   [pack]
        buildbitmaps = false
   [core]
        symlinks = false
        repositoryformatversion = 0
        filemode = false
        logallrefupdates = true
        bare = false
   [remote "origin"]
        url = https://[email protected]/xxxxxxxx/OLOSkoopRewards7.git
        fetch = +refs/heads/master:refs/remotes/origin/master
   
   
   ### Language / Project Type / NetBeans Component
   
   php project
   
   ### How to reproduce
   
   Import NB25 projects with remote repository configurations into NB27.
   
   ### Did this work correctly in an earlier version?
   
   Apache NetBeans 25
   
   ### Operating System
   
   Windows 11 Pro
   
   ### JDK
   
   Product Version: Apache NetBeans IDE 27 Java: 24.0.2; OpenJDK 64-Bit Server 
VM 24.0.2+12 Runtime: OpenJDK Runtime Environment 24.0.2+12 System: Windows 11 
version 10.0 running on amd64; UTF-8; en_US (nb)
   
   ### Apache NetBeans packaging
   
   Other
   
   ### Anything else
   
   what is a "FoAN"?  I used the Windows installation on your website.
   
   ### Are you willing to submit a pull request?
   
   No


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

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

Reply via email to