We follow the practice of having new branch for developing new feature and again merge particular branch after completing development into trunk.
Now problem is that we have 400MB size of trunk and every time when we do code checkout of new feature branch it takes a lot time. Is there any way to overcome this because unnecessarily it stops me waiting for code to be checkout from remote server. In fact, i have same code on my machine inside trunk but svn info points to trunk and needs to point to new feature branch. Any clues ?