Re: Resources to help design a subversion repository
From: Russ <rsivak_at_istandfor.com>
Date: 2007-01-25 01:47:52 CET
Carl,
I recommend you install trac, and keep all the change requests in there. We've been using 2 approaches, for a site that has a bunch of small fixes/additions, both dev and production are checked out working copies of the trunk. For small changes, changes are done directly on trunk and pushed to prd. For larger changes, we create a tag and a branch based on the ticket number and after its done, its merged into the trunk and pushed to prd.
For another project, we are working on a large revamp, so dev points to trunk, while production points to a branch. Bigfixes are done on the branch and pushed out to production. They are also merged into the trunk.
When we're done with the large redevelopment, we plan to point prd to trunk again.
Hope this helps,
Russ
-----Original Message-----
Hello all,
I've been a casual user of subversion for a while (just doing basic
I was wondering if anybody could point me to any good resources, books, or
Just off the top of my head, the way I would set it up would be have the
Anyway, I would like to research more into this, so any resources are
Thanks,
---------------------------------------------------------------------
|
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.