Monthly Archives: October 2017

XCode from SVN to Git (BitBucket), Step by Step

1.(Terminal) git svn clone http://svn.domain.com/svnroot/ 2.(BitBucket) Create repository, get repository url 3.(XCode) Open project (cloned in step 1) 4.(XCode) Add Existing Remote The Location was the URL you got in step 2 (on top right corner) 5.(XCode) Source Control -> … Continue reading

Posted in iOS development | Leave a comment

Android Studio from SVN to Git (BitBucket), step by step

1.(Terminal) git svn clone http://svn.domain.com/svnroot/ 2.(BitBucket) Create repository, get repository url 3.(Android Studio) Open project (cloned in step 1) 4.(Android Studio) Android Studio -> Preferences -> Version Control -> Change none/SVN to Git 5.(Android Studio) VCS -> Commit 6.(Android Studio … Continue reading

Posted in Android | Leave a comment