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

Making branches and typical patterns

From: Russ Freeman <russ.freeman_at_ergnosis.com>
Date: 2003-04-07 18:09:37 CEST

I'm trying to decide at what level of granularity I want to branch at but seems to have a confict with inter-project dependencies.

Let's say my project consists of three sub-projects. The repos looks like:-

trunk\project\subproj1 (version 1)
trunk\project\subproj2 (version 1)
trunk\project\subproj3 (version 1)
branches\

Let's say my working folder structure is:-

project\subproj1 (version1)
project\subproj2 (version1)
project\subproj3 (version1)

I only want to work on and branch subproj2, so I switch subproj2 to point at a branch instead:-

project\subproj1 (version1)
project\subproj2 (branch)
project\subproj3 (version1)

Is this how people work with SVN or do only top-level projects get branched? If so, why?

Cheers
Russ
Received on Mon Apr 7 18:10:37 2003

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

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