[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

working with multiple svn branches

From: Vijayakumar Subburaj <vijayakumar.subburaj_at_gmail.com>
Date: Tue, 5 Jan 2010 17:02:05 +0530

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.

-- 
Thanks and Regards,
Vijayakumar Subburaj
Received on 2010-01-05 15:26:20 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.