download files from cvs reposotory

James Richard Tyrer tyrerj at acm.org
Sun Nov 7 08:09:14 GMT 2004


Zé wrote:
> how can i do to download files from a certain folder in the kde cvs 
> reposotory?

	CVSROOT=<the URL>
	export CVSROOT
	cvs login
	<Enter>
	
	cvs co -rKDE_3_3_BRANCH -l kdelibs
	cvs co -rKDE_3_3_BRANCH kdelibs/kio/kio

This will create a directory 'kdelibs' in your current directory, so first cd to 
where you want this.  It will download first the housekeeping stuff in the root 
of the module 'kdelibs' and then everything in the tree with the root 
'kdelibs/kio/kio"

But, I would upgrade it all.  Just use the command:
	
	cvs co -rKDE_3_3_BRANCH kdelibs

to do that.

--
JRT

___________________________________________________
This message is from the kde mailing list.
Account management:  https://mail.kde.org/mailman/listinfo/kde.
Archives: http://lists.kde.org/.
More info: http://www.kde.org/faq.html.




More information about the kde mailing list