Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [spaces-dev] Cvs help

An additional note about EFS. The source of the API and its local filesystem implementation is always available in your IDE so you don't need to go to CVS for that. Just follow these steps:

- right-click in the Package Explorer:
- choose "Import" -> "Plug-in Development" -> "Plug-ins and Fragments".
- check "Projecs with source folders"
- click Next
- select "org.eclipse.core.filesystem" and click Add
- click finish and a source project will pop-up in your workspace.

- thomas


Henrik Lindberg wrote:
Hi Maria,
if you are looking for the implementation of EFS - it is not in spaces, it
is part of the eclipse core (and that is in CVS).

Here is a starting point for EFS (javadoc for 3.3 IFileSystem):
http://help.eclipse.org/help33/nftopic/org.eclipse.platform.doc.isv/referenc
e/api/org/eclipse/core/filesystem/IFileSystem.html

There are more pointers to other resources about EFS on the spaces wiki
pages.
Regards
- Henrik

-----Original Message-----
From: spaces-dev-bounces@xxxxxxxxxxx [mailto:spaces-dev-bounces@xxxxxxxxxxx]
On Behalf Of Thomas Hallgren
Sent: söndag 20 januari 2008 10:50
To: Developer discussions for the Spaces project
Subject: Re: [spaces-dev] Cvs help

Hi Maria,
The spaces project is using SVN, not CVS. You need to install a Subversive client. You can find a step by step installation instruction here: http://www.eclipse.org/subversive/documentation/gettingStarted/aboutSubversi
ve/install.php

Once that is installed, open the to the "SVN Repository Exploring" perspective and enter the following URL

  svn+ssh://dev.eclipse.org/svnroot/technology/org.eclipse.spaces

and enter your credentials. All work is performed under 'trunk' (the equivalent to CVS head).

Regards,
Thomas Hallgren


Vazquez, Maria wrote:
Hi All,
I am trying to check out the efs code. I'm pointing my cvsroot to
mvazquez@xxxxxxxxxxxxxxx:/cvsroot/eclipse
I didn't see any virtual modules that have the spaces code and I tried
org.eclipse.spaces and spaces but didn't work.
What's the name of the module and any tags if required?
Thanks a lot.


maria vazquez
senior software engineer

email: maria.vazquez@xxxxxxxxxxxx
cell: 310.804.3446
aim: maritav123
_______________________________________________
spaces-dev mailing list
spaces-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/spaces-dev

_______________________________________________
spaces-dev mailing list
spaces-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/spaces-dev

_______________________________________________
spaces-dev mailing list
spaces-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/spaces-dev



Back to the top