A third party is building a mobile application for my company and they developing using XCode. They have given their source code to us using SFTP server so the code now resides in an FTP folder that has restricted access. How can I import this source code into VSTS? The folder containing source code has zip files and a .ipa file.
Asked
Active
Viewed 96 times
0
-
What type of repository? TFVC or Git? Have you tried anything? – Daniel Mann Aug 03 '18 at 04:24
-
Is it ok for you to copy the source code (in zip file) in your local machine, then unzip and manage in VSTS VCS (version control system)? And what's the VCS do you want to use, Git or TFVC? – Marina Liu Aug 03 '18 at 09:31
-
@DanielMann I'm supposed to be using Git repo but I don't know where to start. – swat1590 Aug 03 '18 at 16:11
-
@MarinaLiu-MSFT we already have a Git repo in place within VSTS. – swat1590 Aug 03 '18 at 16:46
1 Answers
-1
The are a few things you need to do:
- Create a new Project in VSTS (skip this step if you already have a project).
- Init a repository
- Upload the repository

Michele Ferracin
- 397
- 3
- 8
-
I just have zip files and .ipa file in the folder they are checking into. Can I just go ahead and upload all the files? how do make sure the later code check-ins are being updated to VSTS? – swat1590 Aug 03 '18 at 16:43