team.html #1

  • //
  • guest/
  • perforce_software/
  • p4eclipse/
  • 2014-1/
  • src/
  • 3.7/
  • plugins/
  • com.perforce.team.help.ui/
  • topics/
  • team.html
  • View
  • Commits
  • Open Download .zip Download (1007 B)
<!doctype html public "-//w3c//dtd html 3.2 final//en">
<html>
<head>
<title>Team Programming with Perforce</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" type="text/css" href="perforcehelp.css">
</head>

<body>
<h1>Team Programming with Perforce</h1>
<p>When multiple Eclipse users are modifying the same files, keep the following recommended practices in mind: </p>
<ul>
  <li>Use development branches to isolate and stabilize work.</li>
  <li>Keep your development branches up to date by merging down changes made to the parent.</li>
  <li>Before integrating work from a development branch to its parent, make sure the branch is stable and that you have merged down all changes made to the parent.</li>
  <li>Use the Eclipse Synchronize view to track changes that need to be synced to the local workspace. </li>
</ul>
<hr>
<img src=../images/perforcelogo.png alt="Copyright Perforce Software 2003-2012. All Rights Reserved."> </p>

</body>
</html>
# Change User Description Committed
#1 15907 Matt Attaway More house cleaning to match Workshop best practices
//guest/perforce_software/p4eclipse/r14.1/src/3.7/plugins/com.perforce.team.help.ui/topics/team.html
#1 12432 Matt Attaway Initial commit of the 2014.1 P4Eclipse source code.