index.html #1

  • //
  • guest/
  • david_weintraub/
  • index.html
  • View
  • Commits
  • Open Download .zip Download (2 KB)
<html>
    <head>
	<title>The Public Depot of David Weintraub</title>
    </head>

    <body>
	<h1>The Public Depot of David Weintraub</h1>
	<table>
	    <tr>
		<td>
		    Branching_in_Perforce.doc
		</td>
		<td>
		    A document that describes how to do branching
		    and merging in Perforce using both the command
		    line and P4V. This includes Laura Wingerd's
		    copy up/merge down technique for <em>convergent</em>
		    branches.
		</td>
	    </tr>
	    <tr>
		<td>
		    FormInfo.pm
		</td>
		<td>
		    Perl Module I wrote before I knew there was a Perl API.
		    However, I am unable to install the Perl API on my
		    Solaris box, and tech support is luke warm to the
		    idea. So, I still use this anyway.
		</td>
	    </tr>
	    <tr>
		<td>
		    addP4User.pl
		</td>
		<td>
		    Adds new Perforce users, creates a client, and creates
		    a default client for them too.
		</td>
	    </tr>
	    <tr>
		<td> 
		    branches.pl
		</td>
		<td>
		    Runs through the whole depot and creates a universal client map
		</td>
	    </tr>
	    <tr>
		<td>
		    deleteBinaries.pl
		</td>
		<td>
		    Removes binary versions that match the critera for deletion as
		    specified in the command line parameters.
		</td>
	    </tr>
	    <tr>
		<td>
		    deleteP4User.sh
		</td>
		<td>
		    Deletes Perforce Users created by he addP4User.pl program.
		</td>
	    </tr>
	    <tr>
		<td>
		    p4submit
		</td>
		<td>
		    Allows you to submit a changelist without having to fill
		    in a form.
		</td>
	    </tr>
	</table>
    </body>
</html>
# Change User Description Committed
#1 5733 David Weintraub Adding "index.html" to document the various
programs in the depot.