RE: Managing Product templates
From: Bob Archer <Bob.Archer_at_amsi.com>
Date: Wed, 19 May 2010 13:33:39 -0400
> We are currently branching into Subversion usage operating with VisualSVN
Well... I'm not sure it would be any easier to manage security by repository for each project than by path. Of course, it depends. If they are thinking that security would be managed at the file system level then sure. But, if you are using path based authorization built into svn then I don't see a difference.
> I have managed to create the template structure (applying desired
Well... once your product is set up... I think any changes you want to make to the structure will have to be done manually to that product.
You can create a template in a repository and then dump it to a dump file. Whenever you want to create a new product you can load the dump file into a repository at a specific path. Of course, this will require access to the server. Or it could be set up as a script with a web front end of some type.
You can also create a script that creates your structure imports it into svn, sets the properties, etc. This script can run on any client that has svn.exe on it.
Once again, it is the sync piece that I really don't see a way to do once that product structure is already in place. Whether you use seperate repos or a single repo that has your defaults structure that is only there to copy to create new products.
You could TRY to change the product template then merge it into each product. But frankly you would probably get a bunch of tree conflicts since those are the types of changes svn is very bad at merging in.
> I apologise if this is the wrong place to post this query but my web
Yea... I think you're in the right place... and it is a refreshing change from the daily why do I have all these mergeinfo properties question. ;)
BOb
|
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.