Andrew have you tried this from the web site? How do I get my existing CVS projects into Eclipse? With CVS built-in and strongly supported by Eclipse, this is a breeze. Start by switching to the 'CVS Repository Exploring' perspective (Window / Open Perspactive / Other) and right-click CVS Repositories tab to create a new repository location. After you set up the options and connect to your server, you can check the files out by right-clicking on them. By right-clicking and selecting 'Check Out As', you can check out projects into an existing workspaces, perhaps into one located in your wwwroot to test locally.
More On CVS controls You will most likely want your .cfm, .cfc, .js, .css, etc. files saved as ASCII. The default for unknown filetypes in Eclipse is binary. To change these, go to Window / Preferences, then navigate to Team / File Content and add each extension. If your files are being reported as binary and they're supposed to be ascii, do this: 1.. Right-click the file and select Team / Change ASCII/Binary Property 2.. Select ASCII with keyword substitution, then next 3.. Select 'Include all files that are already shared in the repository', next 4.. Enter the commit comment, next 5.. Then confirm and finish If you have not seen it this page (http://www.dopefly.com/pages/cfeclipse.cfm) has a lot of info. -- Regards, Michael J. Sammut ________________________________________________ F O U R E Y E S P R O D U C T I O N S think | plan | create :: web site design & development :: NYC E. [EMAIL PROTECTED] | T: 718.254.9557 ext. 101 | F: 718.254.0399 W. http://www.foureyes.com "Andrew Mercer" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > is there a howto or any documentation about access the farCry CVS? > > I have just got cfEclipse installed and would like to see how this CVS > thing all works. > > --- You are currently subscribed to farcry-dev as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/
