Ticket Change Details
Overview

Artifact ID: 4e30c965f7df70291d0621f341ece05a79386ea9
Ticket: 36fa86ac51c60ae78234177f2ffd477a859abce4
Override project code - NOT working
User & Date: anonymous 2022-06-25 12:33:01
Changes

  1. icomment:
    **"Override project code"** option does not have any effect while creating new fossil repo at *chiselapp.com*. 
    It should supposed to set project ID/code specified by user in `"Override project code"` option, 
    but different project ID is assigned to newly created repo at *chiselapp.com*.
    
    Existing local repo cannot be pushed into remote repo at *chiselapp.com* because of different project ID. 
    **Login failure** error occures. 
    
    
    ## Work around method
    here is workaround method for one who interested to upload existing repo to *chiselapp.com* till this issue resolves.  
    
    * clone remote repo from *chiselapp.com*  
     ` fossil clone https://chiselapp.com/user/xxx/repository/myrepo myrepo.fossil`
    * get project ID of remote repo  
     `fossil info -R myrepo.fossil`
    * modify existing local repo project ID to match remote repo ID
    ```
    fossil sql -R <local-repo>
    UPDATE config SET value='<project-code-from-remote-repo>' where name='project-code';
    .exit
    ```
    
  2. login: "anonymous"
  3. mimetype: "text/x-markdown"
  4. private_contact changed to: "f4a94c94d644779f482fff17164be588479f07ef"
  5. severity changed to: "Important"
  6. status changed to: "Open"
  7. title changed to: "Override project code - NOT working"
  8. type changed to: "Code_Defect"