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 <[EMAIL PROTECTED]> wrote on 08/30/2004 04:52:33 PM:

> did you install the SVN package?
> it is probably required.
> 
> [EMAIL PROTECTED] 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." <[EMAIL PROTECTED]> 
> > 08/30/2004 03:32 PM
> > Please respond to
> > "Derby Development" <[email protected]>
> > 
> > 
> > To
> > Derby Development <[email protected]>
> > cc
> > 
> > Subject
> > Re: CVS
> > 
> > 
> > 
> > 
> > 
> > 
> >  you can install svn plugin from
> > http://subclipse.tigris.org/ and then you'll be able
> > to get source code
> > 
> > 
> > 
> > --- [EMAIL PROTECTED] 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
> > 
> > 
> 

Reply via email to