El 23 de diciembre de 2017 7:05:00 CET, sebul <[email protected]> escribió: >How set CVSROOT ? > >2017-12-23 15:01 GMT+09:00 sebul <[email protected]>: > >> When I try commit I get following errors. >> >> sebul@sebulnet:~/webwml/korean/releases/buster$ cvs ci -m "Buster" >> index.wml >> cvs commit: No CVSROOT specified! Please use the `-d' option >> cvs [commit aborted]: or set the CVSROOT environment variable. >> >> When I try add I get follwing errors. >> >> sebul@sebulnet:~/webwml/korean/releases/buster$ cvs add index.wml >> cvs add: No CVSROOT specified! Please use the `-d' option >> cvs [add aborted]: or set the CVSROOT environment variable. >> sebul@sebulnet:~/webwml/korean/releases/buster$ >> >> How can I solve it ??? >> >> 2017-12-23 14:51 GMT+09:00 Paul Wise <[email protected]>: >> >>> On Sat, 2017-12-23 at 14:31 +0900, sebul wrote: >>> >>> > I cheked out as follows. >>> > cvs -d:ext:[email protected]:/cvs/webwml co webwml >>> >>> That looks correct. >>> >>> > How can I commit ? >>> >>> Did you tell CVS to commit over SSH? >>> >>> export CVS_RSH=ssh >>> >>> https://www.debian.org/devel/website/using_cvs >>> >>> -- >>> bye, >>> pabs >>> >>> https://wiki.debian.org/PaulWise >>> >> >> >> >> -- >> 세벌식 http://sebul.sarang.net <http://sebul.sarang.net> >>
Hi Sebul Can you try this? First cvs add buster (the new folder) Then "cvs add" the files and "cvs commit". Cheers Laura Arjona Reina https://wiki.debian.org/LauraArjona

