[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?

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