Changes between Initial Version and Version 1 of Ticket #16729


Ignore:
Timestamp:
2018-09-12T20:30:26+02:00 (7 years ago)
Author:
Don-vip
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #16729 – Description

    initial v1  
    1 I see more and more plugins using a "trunk" git branch on GitHub. This is not correct. GitHub bridge maps "trunk" [https://help.github.com/articles/support-for-subversion-clients/ to the Git HEAD branch], which is usually master, and it seems it chokes if the branch is also called trunk, causing many svn errors during update or commit (right now I can't commit on pt_assistant because of this).
     1I see more and more plugins using a "trunk" git branch on GitHub. This is not correct. GitHub bridge maps "trunk" [https://help.github.com/articles/support-for-subversion-clients/ to the Git HEAD branch], which is usually master, and it seems it chokes if the branch is also called trunk, causing many svn errors during update or commit (right now I can't commit on pt_assistant because of this):
     2
     3{{{
     4Commit failed (details follow):
     5Unexpected server error 500 'Internal Server Error' on
     6 '/JOSM/pt_assistant/!svn/wrk/7dffa700-c16c-324f-a02f-f3f064ba81a2/branches/trunk/.classpath'
     7}}}
    28
    39Can you please rename the few "trunk" branches to master so we get back a clean situation?