Change version control (from TeamServer to Github)

0
Hello,   I tried to link my MX project (that is already linked to TeamServer) to Github. But I get this error message: “This app cannot be uploaded because it is already version controlled”   So I was wondering if it is possible to cut the existing connection to TeamServer and link it to Github.   If that’s not possible, what would be the easiest(and safest) way to do this?   Thank you.
asked
1 answers
2
  • Locally make a copy of you project;
  • Remove the directory “.svn”; now your local copy is unversioned and not version controlled.
  • Now try to add it to github;

 

answered