mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 15:15:23 +00:00
51 lines
1.3 KiB
HTML
51 lines
1.3 KiB
HTML
<!--This file created 1/29/99 11:09 AM by Claris Home Page version 2.0-->
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE>Project Editor</TITLE>
|
|
<META NAME=GENERATOR CONTENT="Claris Home Page 2.0">
|
|
<X-SAS-WINDOW TOP=42 BOTTOM=757 LEFT=4 RIGHT=534>
|
|
</HEAD>
|
|
<BODY>
|
|
<FORM action="cgi-bin/edit.cgi" method="POST">
|
|
|
|
<H1>Project Editor</H1>
|
|
|
|
<P>Please be careful. Misuse of this editor can hork the tree!</P>
|
|
|
|
<P>Note: CVS is case-sensitive, so make sure you specify the file
|
|
names exactly. All paths must be proper CVS module names.</P>
|
|
|
|
<H3>CVS Identity</H3>
|
|
|
|
<P>Name (e.g. joesmith%netscape.com):</P>
|
|
|
|
<P><INPUT TYPE="text" NAME="cvsUser" VALUE="" SIZE=64></P>
|
|
|
|
<P>Password:</P>
|
|
|
|
<P><INPUT TYPE="password" NAME="cvsPassword" VALUE="" SIZE=64></P>
|
|
|
|
<P>Project to edit (e.g. mozilla/base/macbuild/base.mcp):</P>
|
|
|
|
<P><INPUT TYPE="text" NAME="projectToEdit" VALUE="" SIZE=64></P>
|
|
|
|
<P><INPUT TYPE="submit" NAME="formAction" VALUE="Query"></P>
|
|
|
|
<P>Leave file lists blank to query current contents of Mac project.
|
|
</P>
|
|
|
|
<H3>Edit Lists</H3>
|
|
|
|
<P>Files to add (e.g. mozilla/base/src/nsArena.cpp):</P>
|
|
|
|
<P><TEXTAREA NAME="filesToAdd" ROWS=8 COLS=64></TEXTAREA></P>
|
|
|
|
<P>Files to remove (e.g. mozilla/base/src/nsAtomTable.cpp):</P>
|
|
|
|
<P><TEXTAREA NAME="filesToRemove" ROWS=8 COLS=64></TEXTAREA></P>
|
|
|
|
<P><INPUT TYPE="submit" NAME="formAction" VALUE="Edit"></P>
|
|
</FORM>
|
|
</BODY>
|
|
</HTML>
|