ios - xcode 7 svn checkout subdirectory -
i'm using xcode 7.2 , checkout subdirectory of svn repository. example, if repository path svn://mysvn.com/svn/trunk/ios/myxcodeproject, want checkout only 'myxcodeproject' via xcode , keep under version control. don't want checkout of subdirectories don't care under 'trunk', android, web, documents etc.. tried xcode menu > source control > checkout... entering whole repository path(svn://mysvn.com/svn/trunk/ios/myxcodeproject), checked out of directories under trunk although under version control.
i remember earlier version of xcode provided subdirectory checkout seems xcode 7.x~ not. there person suffering problem? best way can choose?
i had same problem, imported to root of repo, not under /trunk/myapp /myapp.
after checkout project folder successfully.
Comments
Post a Comment