>Which is the best way to work with multiple svn branches (say 10) ?
>
>1. keep separate local repositories and development environment
>   for each branches in development machine
>
>   ex:
>
>     ~/branch1/...
>     ~/branch2/...
>     ~/branch3/...
>     .............
>     ~/branch10/...
>
>2. keep one local repository and development environment, and then
>   update it with currently required branch, then do complete build
>   every time you start work on new issues
>
>   ex:
>
>     ~/project/...
>
>Please let me know, even if there are any other ways.

I assume you mean "working copy" rather than "local repository"??? IF so, it's 
a matter of preference. I prefer to have each branch checked out individually 
rather than using the switch command. But YMMV.

BOb

Reply via email to