Clan x86

Technical (Development, Security, etc.) => JavaOp Board => JavaOp Support Archive => Topic started by: mcbenz55 on August 02, 2008, 05:00:34 pm

Title: CVS server up?
Post by: mcbenz55 on August 02, 2008, 05:00:34 pm
Hi,
New to the forums and looking to check out the javaop source code. I tried in netbeans and then command line (cvs -d :pserver:anonymous@www.javaop.com:/src/master login)

Am I doing something wrong?Thanks
Title: Re: CVS server up?
Post by: iago on August 02, 2008, 05:23:22 pm
Yeah, I converted to SVN. The path is:
http://svn.skullsecurity.org:81/javaop/javaop2/

You can check it out with:
svn co http://svn.skullsecurity.org:81/javaop/javaop2/


Let me know if you have any problems.

Title: Re: CVS server up?
Post by: mcbenz55 on August 03, 2008, 11:36:57 pm
Sweet it worked. Is there a file that will open it in a certain IDE with whatever setup you had? For example at work I use JDeveloper and it uses a .jws file.
Title: Re: CVS server up?
Post by: iago on August 04, 2008, 12:29:22 am
I used to use Eclipse, but I'm not sure if there's any easy way to open it.
Title: Re: CVS server up?
Post by: Chavo on August 04, 2008, 08:18:05 pm
You can pull it into Eclipse the same way you would pull it in with CVS if you download the subclipse plugin (http://subclipse.tigris.org).
Title: Re: CVS server up?
Post by: Camel on August 06, 2008, 09:03:29 pm
You still have to import the project through a wizard in Eclipse, even if there are project files in SVN. There's no magic file as there is for other IDEs, because of the way workspaces work (and it really is worth it, IMO).