At 2002-02-27 20:22 +0100, KP Kirchdörfer wrote: >Am Mittwoch, 27. Februar 2002 17:39 schrieb Mike Noyes: > > > Also, note files that are >10MB should not reside on the shell > > server. I would greatly appreciate it if everyone started moving > > their files into their personal tree in cvs ASAP. Thanks. > > http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/leaf/devel/ > > > > If you have questions about cvs usage/setup, please post them to > > the list. I'm sure the answers will help many of us. > >Ok, can anyone a recipt how to add files releases to cvs? >I'm shure it's nothing more than one command line, but I don't want >to waste time to investigate cvs server et al.
KP, Here are the Linux instructions for adding files to your personal devel tree. ref. SourceForge CVS HOWTO (UNIX platforms) https://sourceforge.net/docman/display_doc.php?docid=763&group_id=1 First make sure you have cvs and ssh installed. $ which ssh $ which cvs Add this environment variable to your shell. export CVS_RSH=ssh Then ssh into the SF cvs server. This is necessary to create your home directory on the server, which is required by cvs to function properly. You will be immediately kicked off of the server after your home directory is created. This is normal. $ ssh -l kapeka cvs.sourceforge.net Verify that the server key is correct cvs.sourceforge.net SSH1 ff:f1:42:ca:ac:ae:a7:c8:e8:52:45:65:a1:a0:0a:b6 cvs.sourceforge.net SSH2 02:ab:7c:aa:49:ed:0b:a8:50:13:10:c2:3e:92:0f:42 You can now checkout your tree with: $ cvs -d:ext:[EMAIL PROTECTED]:/cvsroot/leaf co \ devel/kapeka Now that the initial setup and check out are done, you can start adding files/content. $ cd devel/kapeka $ cp ~/foo.bar . $ cvs add foo.bar $ cvs ci foo.bar There are cvs binary wrappers for files with certain extensions defined in cvswrappers. http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/leaf/CVSROOT/ If you're committing a binary file that doesn't have an extension on the list, make sure you use the -kb sticky tags when adding it. $ cvs add -kb foo.bar >And can that files be reached from the developer sites or have users >to use cvs as well? They are browsable, and downloadable via ViewCVS. http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/leaf/ I hope this helps. :-) -- Mike Noyes <[EMAIL PROTECTED]> http://sourceforge.net/users/mhnoyes/ http://leaf.sourceforge.net/content.php?menu=1000&page_id=4 _______________________________________________ Leaf-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/leaf-devel