jon o wrote:

> Thanks so much for your help, however I seam to be a little bit off on 
> what version to get from cvs. The wiki says
> To get a particular version of emc, use "-rRELEASE_X_Y_Z" (a "release 
> tag") to get version x.y.z. For instance, to get released version 
> 2.1.6, use
>
> export CVS_RSH=ssh   cvs -z5 -d:ext:[EMAIL PROTECTED]:/cvs co -rRELEASE_2_1_6 
> -demc2.1.6 emc2  
>
>How do I get the latest development version? I downloaded the tarball, 
>
Look two paragraphs down on the wiki page ;)

"To track new feature development, use no "-r" argument. This is called 
the "CVS TRUNK" (or sometimes, incorrectly, the "CVS HEAD"):

 export CVS_RSH=ssh
 cvs -z5 -d:ext:[EMAIL PROTECTED]:/cvs co -demc2-trunk emc2
"

That will put the latest version into a directory called emc2-trunk.

- Steve


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to