Re: early reflections on subversion methodology
From: Saulius Grazulis <grazulis_at_akl.lt>
Date: 2005-07-29 07:44:44 CEST
On Friday 29 July 2005 03:42, Steve Williams wrote:
> > ... b) if the tools could hide these directories
Actually, you can hide the directory of your project structure for developers
Instead of checking out the whole repository:
svn co svn://server.domain.org/repositories/project1 whole-project1
You can just check out a trunk:
svn co svn://server.domain.org/repositories/project1/trunk project1
Or some branch:
svn co svn://server.domain.org/repositories/project1/RELEASE/version-11R6
At your liking... :)
You can also switch your working copy between any of the branches, tags or
Enforcement of the directory structure is a matter of project administration.
-- Saulius Gražulis Visuomeninė organizacija "Atviras Kodas Lietuvai" P.Vileišio g. 18 LT-10306 Vilnius Lietuva (Lithuania) tel/fax: (+370-5)-210 40 05 mobilus: (+370-684)-49802, (+370-614)-36366
|
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.