Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Java > eclipse tutorial needed for project that already exists

Reply
Thread Tools

eclipse tutorial needed for project that already exists

 
 
marlow.andrew@googlemail.com
Guest
Posts: n/a
 
      11-07-2008
On 6 Nov, 17:14, Lew <l...@lewscanon.com> wrote:
> On Nov 6, 11:16*am, marlow.and...@googlemail.com wrote:
>
> > On 6 Nov, 16:03, marlow.and...@googlemail.com wrote:

>
> marlow.and...@googlemail.com wrote:
> >>>> I need to learn eclipse and I am struggling. In particular I need to
> >>>> set up eclipse for a project that already exists. All tht tutorials I
> >>>> have seen so far assume the project is empty, i.e does not exist. Can
> >>>> anyone suggest where I should start please?

> Lew wrote:
> >>> Menu: File / Import...

> marlow.and...@googlemail.com wrote:
> >> I thought I had tried this before and hit problems. I am worried that
> >> it will not do the right thing because the directory contains stuff
> >> that svn created.

>
> I should think you would want that stuff.
>
> Doesn't Eclipse integrate with SVN?
>
> > I started to try it and yes, sure enough, all the .svn directories
> > throughout the structure and marked for import. It is a pain to go
> > through and manually de-select them. Surely there must be a better
> > way.

>
> Isn't deselecting them just a matter of unchecking some directory-
> selection checkboxes?
>
> If you don't import the SVN directories, you will have trouble staying
> synched with the repository, won't you?


No, you won't. Eclipse knows about SVN and has a separate perspective
for that. From the java perspective you say 'team->update' to update
your workspace wrt to the SVN that has been specified in the SVN
perspective. This enables eclipse to have a java perspective in which
the directories that the source code control system uses internally do
not take part in the eclipse-java development. And quite right too,
IMHO.

-Andrew


 
Reply With Quote
 
 
 
 
marlow.andrew@googlemail.com
Guest
Posts: n/a
 
      11-07-2008
On 6 Nov, 17:22, "John B. Matthews" <nos...@nospam.invalid> wrote:

> Have you installed Subclipse? <http://subclipse.tigris.org/>


Yes.

> --
> John B. Matthews
> trashgod at gmail dot comhttp://home.roadrunner.com/~jbmatthews/


 
Reply With Quote
 
 
 
 
John B. Matthews
Guest
Posts: n/a
 
      11-07-2008
In article
<5a1d3bb5-beab-4892-a795->,
wrote:

> On 6 Nov, 17:22, "John B. Matthews" <nos...@nospam.invalid> wrote:
>
> > Have you installed Subclipse? <http://subclipse.tigris.org/>

>
> Yes.


I just tried Import > Other > Checkout Projects from SVN > Use existing
repository location. I aimed it at a NetBeans project in my subversion
repository. Eclipse offered me a choice to check it out directly or use
the New Project Wizard. I chose the latter, built and ran. Right-click-
project > Team > Show History looked right.

Is your project's repository not accessible?

--
John B. Matthews
trashgod at gmail dot com
http://home.roadrunner.com/~jbmatthews/
 
Reply With Quote
 
marlow.andrew@googlemail.com
Guest
Posts: n/a
 
      11-11-2008
On 7 Nov, 15:11, "John B. Matthews" <nos...@nospam.invalid> wrote:

> I just tried Import > Other > Checkout Projects from SVN > Use existing
> repository location. I aimed it at a NetBeans project in my subversion
> repository. Eclipse offered me a choice to check it out directly or use
> the New Project Wizard. I chose the latter, built and ran. Right-click-
> project > Team > Show History looked right.
>
> Is your project's repository not accessible?


I screwed up. I accidently told eclipse to use an SVN sandbox of mine
as the workspace directory. Doh!
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
problem in running a basic code in python 3.3.0 that includes HTML file Satabdi Mukherjee Python 1 04-04-2013 07:48 PM
System.IO.IOException: Cannot create a file when that file already exists. Chad Crowder ASP .Net 7 10-24-2009 06:39 AM
How to check if a directory exists? folder.exists() does not work! Ulf Meinhardt Java 8 08-28-2009 12:26 PM
finding if file exists or not in apache webdav server and if exists what is the mime type of it.... Totan Java 0 04-17-2006 05:13 AM
Re: Class already exists ... help please!! Alvin Bruney [MVP] ASP .Net 0 04-06-2004 04:04 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57