[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.newcomer] Re: How do i create a new folder under my CVS HEAD?

Eric Rizzo wrote:

On 2/20/2009 5:08 PM, D. Alvarado wrote:
Hi,

How do I use the Eclipse CVS Repository perspective to create a new
folder within the "HEAD" of my CVS repository? I right clicked, New ->
Repository Location but that doesn't create to a new folder, only tries
to connect to an existing one.

Anyway, thanks for your help, - Dave

Creating a folder is done as part of a commit to the repository, not directly on the repository.
You'll need to have the project checked out into your workspace. Then you can create the directory in the project (for example, using the Resources perspective) and then commit that to the repository using the Team menu (right-click the project or directory).

Hope this helps,
Eric

To add to what Eric told,

If its a new plugin you want to create,

1. Create the new plugin
2. Right click on the new plugin, go to Team > Share

Then give the cvs folder you want your new plugin to be checked-in.

Regards,
Madhu