svn - PHPStorm how to create new branch without new project? -
i working phpstorm 7.1.3 , svn version control system.
since current project grows, want start working branches , wondering whats easiest way this. right checked out project consists of trunk. create new branches tried out little bit , came creating new branch in svn , create new project in phpstorm check out branch. works expected, leads lot of projects find quite annoying.
so tried create project consisting of complete svn repository, trunk + repositories. correct settings of trunk , repository location, can not merge trunk branch or vice versa,
merge start wasn't found
what have create working branch in project consisting of whole svn repository?
did check out whole repository single project, project root parent trunk , branches? way make metging branches work such project configuring vcs mappings trunk , each of branches separately, have not single working copy, several ones, , configure branches each of them separately , merge using 'merge from'
actually, having whole repository in single project doesn't idea me - have problems types resolving/navigation because of duplicate stuff + problems using version control + performance issues because of project size.
Comments
Post a Comment