At 3/21/02 09:01 PM +0100, Eric Wolzak wrote: >Hello > >I try to upload the small hisax modules to my cvs branch in >/devel/ericw. >I use a wincvs behind a bering ;) router. >Login and checkout is possible. >The same after logging in in the sourceforge.shell and from there >use the commandline. >But with each method I try to import or add a file to my directory it >fails with the message >cvs add -kb hisax_16_0 (in directory >G:\leaf\CVSTREE\devel\ericw\) >cvs [server aborted]: "add" requires write >access to the repository > >Can somebody give me a hint how I can accomplish >this. >I read several faqs but I 'm stil stuck .
Eric, Provided hisax_16_0 isn't a directory, try this sequence: $ cvs add -kb hisax_16_0 $ cvs ci -m "committed hisax" hisax_16_0 If it is a directory you need to use the import command. CVS Setup http://sourceforge.net/docman/display_doc.php?docid=9960&group_id=13751 If we can't get this resolved in short order, we'll need to open a support request with the SF staff. -- Mike Noyes <[EMAIL PROTECTED]> http://sourceforge.net/users/mhnoyes/ http://leaf-project.org/ _______________________________________________ Leaf-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/leaf-devel
