FC5 test1 relnotes for translation

Tommy Reynolds Tommy.Reynolds at MegaCoder.com
Tue Oct 25 15:43:21 UTC 2005


Uttered Karsten Wade <kwade at redhat.com>, spake thus:

> Someone here can correct me, but I believe you do this:
>   echo $CVSROOT	
>   :ext:username at cvs.fedora.redhat.com:/cvs/docs
>   cvs co -r FC-5-TEST1-TRANS-FREEZE -d release-notes-FC5test1 release notes

You need not muck with $CVSROOT for a one-time checkout.  Assuming
that $CVS_RSH is set to:

	$ export CVS_RSH=ssh

you can first do:

	$ cvs -d :ext:username at cvs.fedora.redhat.com:/cvs/docs co \
		-r FC-5-TEST1-TRANS-FREEZE -d release-notes-FC5test1 \
		release_notes
	$ cd release-notes-FC5test1

and then

	$ cvs update

--or--

	$ cvs commit

to your heart's content needing neither "$CVSROOT" nor "-d $CVSROOT"
again, as long as your $PWD is "release-notes-FC5test1" or deeper.

I use a small shell script, "cvs-fdp":

==CUT===CUT===CUT===CUT===CUT===CUT===CUT===CUT==
#!/bin/sh
CVS_RSH=ssh export CVS_RSH
exec cvs -d :ext:username at cvs.fedora.redhat.com:/cvs/docs $@
==CUT===CUT===CUT===CUT===CUT===CUT===CUT===CUT==

and then use it like this:

	$ cvs-fdp co -d release-notes-FC5test1 release_notes -r \
		FC-5-TEST1-TRANS_FREESZE

I use this technique for every CVS repository I deal with.  Goodbye
$CVSROOT, you are evil!

Cheers
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.fedoraproject.org/pipermail/docs/attachments/20051025/65f06826/attachment.bin 


More information about the docs mailing list