Changes between Initial Version and Version 1 of Ticket #20787, comment 18


Ignore:
Timestamp:
2022-05-19T17:11:11+02:00 (4 years ago)
Author:
stoecker

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #20787, comment 18

    initial v1  
    22> I'll be honest, the one reason why I like GitHub/GitLab is that you can have pre-merge checks (aka `ant pmd checkstyle`/`ant test`/etc.) I have one for JOSM (GitLab CI) that I try to use on large changes.
    33
    4 There is a lot possible with SVn as well, but that needs a lot of effort to maintain and I never had bigger issues with simply reverting something when there was an error ;-)
     4There is a lot possible with SVN as well, but that needs a lot of effort to maintain and I never had bigger issues with simply reverting something when there was an error ;-)
    55
    66> Another reason is that Apple (and company managed Apple laptops) have made it difficult for me to run `svn` without going through hoops (I run it in a docker image). So I was really looking forward to #16857.