You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by Mi...@objectweb.org on 2004/08/31 00:21:09 UTC

CVS

I thought I found the CVS repository, but when I tried to download the 
project with Eclipse, I only got a .project file.

I've checked the site for FAQ or other info to give CVS details, but so 
far, I'm not able to locate.

Can someone tell me how to configure Eclipse for eclipse?

Here is what I'm using:

Host Name: cvs.apache.org
Repository path: /home/cvspublic
Userid: anoncvs
Connection type: pserver

Thanks
Michael Giroux

Subversion (was Re: CVS)

Posted by "Brian W. Fitzpatrick" <fi...@red-bean.com>.
On Mon, 2004-08-30 at 17:21, Michael.Giroux@objectweb.org wrote:
> I thought I found the CVS repository, but when I tried to download the 
> project with Eclipse, I only got a .project file.
> 
> I've checked the site for FAQ or other info to give CVS details, but so 
> far, I'm not able to locate.
> 
> Can someone tell me how to configure Eclipse for eclipse?
> 
> Here is what I'm using:
> 
> Host Name: cvs.apache.org
> Repository path: /home/cvspublic
> Userid: anoncvs
> Connection type: pserver

I don't know anything about Eclipse, but I do know that the Derby source
code is not in CVS, but in Subversion.  The URL for the repository is
here:

    http://svn.apache.org/repos/asf/incubator/derby/code/trunk/

The Subversion website is here:

    http://subversion.tigris.org/

and the Subversion Book is here:

    http://svnbook.red-bean.com/

-Fitz


RE: CVS

Posted by Mi...@objectweb.org.
"Ias" <ia...@hotmail.com> wrote on 08/30/2004 05:16:54 PM:

> I solved the problem by
> http://subclipse.tigris.org/servlets/ReadMsg?list=users&msgNo=1040 .

This has allowed me to access the repository.  Thanks Ias.

Michael Giroux

RE: CVS

Posted by Ias <ia...@hotmail.com>.
I solved the problem by
http://subclipse.tigris.org/servlets/ReadMsg?list=users&msgNo=1040 .

Regards,

Ias 

> -----Original Message-----
> From: Ian Holsman [mailto:lists@holsman.net] 
> Sent: Tuesday, August 31, 2004 12:53 AM
> To: Derby Development
> Subject: Re: CVS
> 
> did you install the SVN package?
> it is probably required.
> 
> Michael.Giroux@objectweb.org wrote:
> > After install, eclipse fails to load the plugin because "libapr.dll 
> > not found".
> > 
> > I'm using Eclipse 3.0 on Windows XP SP2.
> > 
> > Michael Giroux
> > 
> > 
> > 
> > 
> > 
> > "Alexander B." <al...@yahoo.com>
> > 08/30/2004 03:32 PM
> > Please respond to
> > "Derby Development" <de...@db.apache.org>
> > 
> > 
> > To
> > Derby Development <de...@db.apache.org> cc
> > 
> > Subject
> > Re: CVS
> > 
> > 
> > 
> > 
> > 
> > 
> >  you can install svn plugin from
> > http://subclipse.tigris.org/ and then you'll be able to get source 
> > code
> > 
> > 
> > 
> > --- Michael.Giroux@objectweb.org wrote:
> > 
> > 
> >>I thought I found the CVS repository, but when I tried to 
> download the 
> >>project with Eclipse, I only got a .project file.
> >>
> >>I've checked the site for FAQ or other info to give CVS 
> details, but 
> >>so far, I'm not able to locate.
> >>
> >>Can someone tell me how to configure Eclipse for eclipse?
> >>
> >>Here is what I'm using:
> >>
> >>Host Name: cvs.apache.org
> >>Repository path: /home/cvspublic
> >>Userid: anoncvs
> >>Connection type: pserver
> >>
> >>Thanks
> >>Michael Giroux
> >>
> > 
> > 
> > 
> > 
> >  
> > __________________________________
> > Do you Yahoo!?
> > Yahoo! Mail - 50x more storage than other providers!
> > http://promotions.yahoo.com/new_mail
> > 
> > 
> 
> 

Re: CVS

Posted by Mi...@objectweb.org.
Thanks for all the help.

Installing the SVN package did solve the problem after you add SVN\bin to 
the path.

If for some reason you do not care to have svn in the path, you can use 
the
windows App Path feature to include it only in the PATH for eclipse. 
Following
is a .reg file that illustrates this.
-------------- cut here -------------------
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App 
Paths\eclipse.exe]
@="c:\\eclipse\\eclipse.exe" 
"Path"="c:\\eclipse;C:\\BIN\\svn-win32-1.1.0-rc2\\bin"
-------------- cut here -------------------

Michael Giroux

Ian Holsman <li...@holsman.net> wrote on 08/30/2004 04:52:33 PM:

> did you install the SVN package?
> it is probably required.
> 
> Michael.Giroux@objectweb.org wrote:
> > After install, eclipse fails to load the plugin because "libapr.dll 
not 
> > found".
> > 
> > I'm using Eclipse 3.0 on Windows XP SP2.
> > 
> > Michael Giroux
> > 
> > 
> > 
> > 
> > 
> > "Alexander B." <al...@yahoo.com> 
> > 08/30/2004 03:32 PM
> > Please respond to
> > "Derby Development" <de...@db.apache.org>
> > 
> > 
> > To
> > Derby Development <de...@db.apache.org>
> > cc
> > 
> > Subject
> > Re: CVS
> > 
> > 
> > 
> > 
> > 
> > 
> >  you can install svn plugin from
> > http://subclipse.tigris.org/ and then you'll be able
> > to get source code
> > 
> > 
> > 
> > --- Michael.Giroux@objectweb.org wrote:
> > 
> > 
> >>I thought I found the CVS repository, but when I
> >>tried to download the 
> >>project with Eclipse, I only got a .project file.
> >>
> >>I've checked the site for FAQ or other info to give
> >>CVS details, but so 
> >>far, I'm not able to locate.
> >>
> >>Can someone tell me how to configure Eclipse for
> >>eclipse?
> >>
> >>Here is what I'm using:
> >>
> >>Host Name: cvs.apache.org
> >>Repository path: /home/cvspublic
> >>Userid: anoncvs
> >>Connection type: pserver
> >>
> >>Thanks
> >>Michael Giroux
> >>
> > 
> > 
> > 
> > 
> > 
> > __________________________________
> > Do you Yahoo!?
> > Yahoo! Mail - 50x more storage than other providers!
> > http://promotions.yahoo.com/new_mail
> > 
> > 
> 


Re: CVS

Posted by Ian Holsman <li...@holsman.net>.
did you install the SVN package?
it is probably required.

Michael.Giroux@objectweb.org wrote:
> After install, eclipse fails to load the plugin because "libapr.dll not 
> found".
> 
> I'm using Eclipse 3.0 on Windows XP SP2.
> 
> Michael Giroux
> 
> 
> 
> 
> 
> "Alexander B." <al...@yahoo.com> 
> 08/30/2004 03:32 PM
> Please respond to
> "Derby Development" <de...@db.apache.org>
> 
> 
> To
> Derby Development <de...@db.apache.org>
> cc
> 
> Subject
> Re: CVS
> 
> 
> 
> 
> 
> 
>  you can install svn plugin from
> http://subclipse.tigris.org/ and then you'll be able
> to get source code
> 
> 
> 
> --- Michael.Giroux@objectweb.org wrote:
> 
> 
>>I thought I found the CVS repository, but when I
>>tried to download the 
>>project with Eclipse, I only got a .project file.
>>
>>I've checked the site for FAQ or other info to give
>>CVS details, but so 
>>far, I'm not able to locate.
>>
>>Can someone tell me how to configure Eclipse for
>>eclipse?
>>
>>Here is what I'm using:
>>
>>Host Name: cvs.apache.org
>>Repository path: /home/cvspublic
>>Userid: anoncvs
>>Connection type: pserver
>>
>>Thanks
>>Michael Giroux
>>
> 
> 
> 
> 
>  
> __________________________________
> Do you Yahoo!?
> Yahoo! Mail - 50x more storage than other providers!
> http://promotions.yahoo.com/new_mail
> 
> 


Re: CVS

Posted by Mi...@objectweb.org.
After install, eclipse fails to load the plugin because "libapr.dll not 
found".

I'm using Eclipse 3.0 on Windows XP SP2.

Michael Giroux





"Alexander B." <al...@yahoo.com> 
08/30/2004 03:32 PM
Please respond to
"Derby Development" <de...@db.apache.org>


To
Derby Development <de...@db.apache.org>
cc

Subject
Re: CVS






 you can install svn plugin from
http://subclipse.tigris.org/ and then you'll be able
to get source code



--- Michael.Giroux@objectweb.org wrote:

> I thought I found the CVS repository, but when I
> tried to download the 
> project with Eclipse, I only got a .project file.
> 
> I've checked the site for FAQ or other info to give
> CVS details, but so 
> far, I'm not able to locate.
> 
> Can someone tell me how to configure Eclipse for
> eclipse?
> 
> Here is what I'm using:
> 
> Host Name: cvs.apache.org
> Repository path: /home/cvspublic
> Userid: anoncvs
> Connection type: pserver
> 
> Thanks
> Michael Giroux
> 



 
__________________________________
Do you Yahoo!?
Yahoo! Mail - 50x more storage than other providers!
http://promotions.yahoo.com/new_mail



Re: CVS

Posted by "Alexander B." <al...@yahoo.com>.
 you can install svn plugin from
http://subclipse.tigris.org/ and then you'll be able
to get source code



--- Michael.Giroux@objectweb.org wrote:

> I thought I found the CVS repository, but when I
> tried to download the 
> project with Eclipse, I only got a .project file.
> 
> I've checked the site for FAQ or other info to give
> CVS details, but so 
> far, I'm not able to locate.
> 
> Can someone tell me how to configure Eclipse for
> eclipse?
> 
> Here is what I'm using:
> 
> Host Name: cvs.apache.org
> Repository path: /home/cvspublic
> Userid: anoncvs
> Connection type: pserver
> 
> Thanks
> Michael Giroux
> 



		
__________________________________
Do you Yahoo!?
Yahoo! Mail - 50x more storage than other providers!
http://promotions.yahoo.com/new_mail