Hello everybody,
I have the following project structure: Project --.svn --branches --p1 --p2 --trunk Now my co-worker has added a 'p3' under the branches and also a 'products/pp1' under the Project folder: Project --.svn --branches --p1 --p2 --p3 ---------------------- newwwwwwww --trunk --products --pp1 ----------------------newwwwwwww How can I get the new p3 and pp1 without get extra .svn under other folders? It seems I have to use 'co', then I will get .svn folder extra .svn under other folders. These extra .svn folders should not be there? How to avoid them? Thanks, James