ClearCase-SyncTree

 view release on metacpan or  search on metacpan

SYNCTREE.html  view on Meta::CPAN

<?xml version="1.0" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>synctree - Normalize a tree of flat files with a tree of ClearCase elements</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rev="made" href="mailto:root@localhost" />
</head>

<body style="background-color: white">


<!-- INDEX BEGIN -->
<div name="index">
<p><a name="__index__"></a></p>

<ul>

	<li><a href="#name">NAME</a></li>
	<li><a href="#synopsis">SYNOPSIS</a></li>
	<li><a href="#description">DESCRIPTION</a></li>
	<li><a href="#options">OPTIONS</a></li>
	<li><a href="#file_mapping">FILE MAPPING</a></li>
	<li><a href="#comparisons">COMPARISONS</a></li>
	<li><a href="#bugs">BUGS</a></li>
	<li><a href="#debugging">DEBUGGING</a></li>
	<li><a href="#author">AUTHOR</a></li>
	<li><a href="#copyright">COPYRIGHT</a></li>
	<li><a href="#see_also">SEE ALSO</a></li>
</ul>

<hr name="index" />
</div>
<!-- INDEX END -->

<p>
</p>
<h1><a name="name">NAME</a></h1>
<p>synctree - Normalize a tree of flat files with a tree of ClearCase elements</p>
<p>
</p>
<hr />
<h1><a name="synopsis">SYNOPSIS</a></h1>
<pre>
  synctree -sbase /tmp/newcode -dbase /vobs_tps/xxx</pre>
<p>Take all files located under /tmp/newcode, remove the leading
&quot;/tmp/newcode&quot; from each of their pathnames, and place the remaining
relative paths under &quot;/vobs_tps/xxx&quot; as versioned elements, leaving
them checked out.</p>
<pre>
  synctree -cr -yes -ci -sbase /vobs/hpux/bin -dbase /vobs_rel/hpux/bin</pre>
<p>Sync all files under &quot;/vobs_rel/hpux/bin&quot; with those in
&quot;/vobs/hpux/bin&quot;, making sure to preserve their CR's. Suppress
interactive prompting and check in all work when done.</p>
<pre>
  synctree -sb /A/B -db /X/Y -map /A/B/foo /X/Y/bar /A/B/here /X/Y/there</pre>
<p>Take 'foo' from directory /A/B and check it in as 'bar' in /X/Y.
Similarly, create an element /X/Y/there with the contents of /A/B/here.</p>
<p>
</p>
<hr />
<h1><a name="description">DESCRIPTION</a></h1>



( run in 0.866 second using v1.01-cache-2.11-cpan-df04353d9ac )