Hi,
After migrating from svn to git, i noticed that subversion related tags, source code location are not getting removed from the config.xml. (Git related tags are present properly) If i manually remove the unwanted config, it re-appears once i use the UI (re-save) Did anybody else face this issue? Build is not getting affected by this. But we have some perl/python code to update the config dynamically and such scripts need to identify whether the job config is svn or git based. Those are getting affected now, as the config.xml contains both svn and git related tags. I am talking about the following tag which is no longer relavant to the current job (since it moved to git). <scm class="hudson.scm.SubversionSCM"> <locations> <hudson.scm.SubversionSCM_-ModuleLocation> <remote> path-to-old-svn-repo ... </scm> Any idea? Thanks, Gayathri
