On Tue, 2003-02-11 at 23:56, Greg Morgan wrote: > I followed the CVS document Mike Noyes wrote at > http://sourceforge.net/docman/display_doc.php?docid=9960&group_id=13751. > > I wound up with two problems. One I have two directories in my checkin. > Two, I must of fouled up something because I received a trace back.
Mike tells me that this is a known bug and not to worry about it. > Does anyone see what I did wrong? On the first question it appears that > I may have been two high up in the directory? Yes. An import should be executed from _within_ the directory you are trying to checkin, i.e. cd /home/dr_kludge/leaf/devel/GilaMonster # or wherever you put it cvs -d $SF_CVSROOT import devel/dr_kludge/GilaMonster t1 v1 will create a module called GilaMonster in your part of the repository with the _contents_ of the directory you are sitting in. -- ----------------------------------------------------------------------- Chad Carr [EMAIL PROTECTED] ----------------------------------------------------------------------- ------------------------------------------------------- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com _______________________________________________ leaf-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/leaf-devel
