-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi-
I'm working on a piece of developer documentation for a GNU/Linux distrobution designed for schools. A bug was filed in our tracking system (http://bugzilla.bluelinux.org/show_bug.cgi?id=28) about the correct way to import into a project. I'm posting the relevent sections below. Thanks for any help you can offer; I'll include your name in the Acknowledgments section of our guide. I know that this is how the say to import a project. cvs import projectname username start But I disagree. Here is why. cvs import is the action you are doing projectname is the directory it will be placed in. username is actually in the spot of a tag and so is start. [...] How I recommend and ask that projects be imported cvs import projectname MAIN HEAD this tags everything with the basic tags so that you can then tag releases. /------- Additional Comment #1 <http://bugzilla.bluelinux.org/show_bug.cgi?id=28#c1> From Nick Bachmann <mailto:[EMAIL PROTECTED]> 2002-05-27 18:17 ------- / Fixed In Document to: 5.2 Adding A Project If you wish to add your project to the repository, you can use the command [hermie@localhost hermie]$ cvs import projectname MAIN HEAD where projectname is the name of the project directory. CVS will let you know the status of the import. You should mention in the log message that this is the initial import. /------- Additional Comment #2 <http://bugzilla.bluelinux.org/show_bug.cgi?id=28#c2> From Matt Jezorek <mailto:[EMAIL PROTECTED]> 2002-05-27 19:06 ------- / This might not be the best way there may be a better way I am not sure I am not a cvs wizard. /------- Additional Comment #3 <http://bugzilla.bluelinux.org/show_bug.cgi?id=28#c3> From Nick Bachmann <mailto:[EMAIL PROTECTED]> 2002-05-27 20:10 ------- / I am reopening this and checking with the CVS mailing list at gnu.org. - -- Nick Nicholas Bachmann Documentation Manager Blue Linux http://www.bluelinux.org/docs -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQE88s8zasjCl3NkULwRAjeaAKCJnY7bArfzqP1zoEAjeqyJ100Q0QCgioiQ e/O3xzNtj1j/Mdws5q0t+8Q= =fjKO -----END PGP SIGNATURE----- _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
