Komut satırından ikili modda bir jar dosyası tutturmam gerekiyor.CVS'yi ikili bir dosyayı komut satırından nasıl yapabilirim?
Hangi komutu kullanmalıyım? Aşağıdaki çalışmaz:
$ cvs commit -kb -m "Committing v2.5.7" myJar.jar
Usage: cvs commit [-Rlf] [-m msg | -F logfile] [-r rev] files...
-R Process directories recursively.
-l Local directory only (not recursive).
-f Force the file to be committed; disables recursion.
-F logfile Read the log message from file.
-m msg Log message.
-r rev Commit to this branch or trunk revision.
tx. Ben cvs admin -kb slides.odp' yeni eklenen bir dosya ile çalıştı ve 'cvs yönetici var: admin 'yeni dosya ekleyemedi' slides.odp 'dosya uzağa mv'd, cvs onu sildi, mv'd o geri ve 'cvs ekleyin -kb'd. – ericP