After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 301128 - cvs login command line is incorrect in PWG
cvs login command line is incorrect in PWG
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other All
: Normal trivial
: 0.8.10
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-04-18 23:53 UTC by Luis Miguel Lourenco
Modified: 2005-04-20 07:44 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Luis Miguel Lourenco 2005-04-18 23:53:41 UTC
In the "Getting the GStreamer Plugin Templates" the cvs login command is incorrect.

It reads:
shell $ cvs -d:pserver:anoncvs@cvs.freedesktop.org/cvs/gstreamer co login

It should read:
shell $ cvs -d:pserver:anoncvs@cvs.freedesktop.org/cvs/gstreamer login

No co before the login.
Comment 1 Ronald Bultje 2005-04-20 07:44:20 UTC
thanks, fixed.