Re: working with multiple svn branches

2010-01-05 Thread Ryan Schmidt
On Jan 5, 2010, at 13:32, Bob Archer wrote: >> Is it possible to create "local svn repository" (not "working copy" >> here) for few svn branches in my desktop ? I don't want entire branch >> from version 1-1000 in my local svn repository, but just head, as I >> always (so far) work with head vers

RE: working with multiple svn branches

2010-01-05 Thread Bob Archer
>On Tue, Jan 5, 2010 at 8:00 PM, Bob Archer wrote: >>>Which is the best way to work with multiple svn branches (say 10) ? >... >> 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 rathe

Re: working with multiple svn branches

2010-01-05 Thread Vijayakumar Subburaj
On Tue, Jan 5, 2010 at 8:00 PM, Bob Archer wrote: >>Which is the best way to work with multiple svn branches (say 10) ? ... > 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

RE: working with multiple svn branches

2010-01-05 Thread Bob Archer
>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.

working with multiple svn branches

2010-01-05 Thread Vijayakumar Subburaj
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 loca