<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Create branches for each specific task /feature you are trying to
implement. <br>
<br>
When a feature is implemented, merge that branch for it into the main
development branch. In the past, I've generally kept a 'production'
branch which mirrors what is on the production site. New features (each
from their own branch) are merged to that branch as they are completed,
and tested before production is updated from that branch. Finally, it
helps to keep a 'misc' branch for small tasks that may not require
their own branch.<br>
<br>
It sounds like a lot of work, but it becomes second nature after a
while. I would suggest reading Chapter 4 of the SVN book:
<a class="moz-txt-link-freetext" href="http://svnbook.red-bean.com/en/1.1/ch04.html">http://svnbook.red-bean.com/en/1.1/ch04.html</a><br>
<br>
Brian<br>
<br>
nan wich wrote:
<blockquote cite="mid:961124.39462.qm@web180315.mail.gq1.yahoo.com"
 type="cite">
  <style type="text/css"><!-- DIV {margin:0px;} --></style>
  <div
 style="font-family: arial,helvetica,sans-serif; font-size: 14pt; color: rgb(127, 0, 63);">
  <div>At my current location,&nbsp;I have developed a major site-specific
module (well over 100K). I have already split the admin, pages, and
blocks out into separate files. I have largely done this on the same
model as I use for my DO contribs.</div>
  <div>&nbsp;</div>
  <div>At any given time I may have four or five changes in place&nbsp;at
various stages of testing, and working on the next change. The problem
is that the powers-that-be occasionally want one change moved to
production quickly. I can't do that without potentially moving untested
changes too.</div>
  <div>&nbsp;</div>
  <div>So I'm looking for ways that others get around this situation.
Certainly I can move various smaller pieces into include files; this is
not a major problem as we use eAccelerator to cache&nbsp;all the modules any
way. Is that the best way or only way? We do have SVN available.<br>
&nbsp;</div>
  <p><font color="#ff007f"
 face="bookman old style, new york, times, serif" size="4"><em><strong>Nancy
E. Wichmann, PMP</strong></em></font></p>
  <p><font face="arial, helvetica, sans-serif">Injustice anywhere is a
threat to justice everywhere. -- Dr. Martin L. King, Jr.</font></p>
  </div>
</blockquote>
<br>
</body>
</html>