2012-03-05 6 views
0

새 기능을 개발하기 위해 새 브랜치를 사용하고 트렁크로 개발을 완료 한 후 특정 브랜치를 다시 병합합니다.SVN의 큰 크기의 브랜치로 작업

이제 문제는 우리가 400MB size of trunk 일 때마다 code checkout of new feature branch 일 때마다 takes a lot time입니다. 불필요하게 코드가 remote server에서 기다리고있는 것을 막을 수 있기 때문에 이것을 극복 할 수있는 방법이 있습니까? 사실 trunk 내 컴퓨터의 코드가 같지만 svn info는 트렁크를 가리키며 new feature branch을 가리켜 야합니다. 모든 단서?

답변

2
svn help switch 
switch (sw): Update the working copy to a different URL within the same repository. 
usage: 1. switch URL[@PEGREV] [PATH] 
     ... 

    1. Update the working copy to mirror a new URL within the repository. 
    This behavior is similar to 'svn update', and is the way to 
    move a working copy to a branch or tag within the same repository. 
    If specified, PEGREV determines in which revision the target is first 
    looked up.