[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools] Re: Accessing remote Repositories using eclipse
|
"susmit" <susmit.nayak@xxxxxxxxxxxxxxxxxx> wrote in message
news:alrrr9$fjg$1@xxxxxxxxxxxxxxxx
> hi,
>
> I was able to to add my project to CVSNT server in LAN using the settings
of
> available with Eclipse 2.0 ,ie creating a repository and checking in and
> checking out files from the CVS.
>
> Now i want to access remote repositories using Eclipse.I am not getting
any
> information about how should i go about doing this using Eclipse in the
help
> provided with Eclipse.
>
> Please guide me .
>
> Warm Regards
> susmit
Window->Open Perspective->CVS Repositories Perspective
Right-click in the repositories view.
New->CVS Repository Location
Fill in the location information, press OK
Expand the repository, expand HEAD, find the project you're interested in.
Right-click on the project->Check Out As Project
Make any changes you want to your code, then:
From the Navigator, Packages Explorer, or just about any other view that
shows your project, select the project, right-click->Team->Synchronize with
Repository.
In the Synchronize view, you can catch up to incoming changes and release
outgoing changes.
HTH,
james