This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Websphere and the fly likes WSAD- CVS question Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » Websphere
Reply Bookmark "WSAD- CVS question" Watch "WSAD- CVS question" New topic
Author

WSAD- CVS question

manoj
Greenhorn

Joined: Jun 24, 2002
Posts: 25
I am having problems getting my directry structure inside CVS:
Here is what I want
ABCRepository (Repository)
src
|
project1(WSAD5.0 project)
project2(WSAD5.0 porject)

As shown above I have a main repository(ABC repository) and need a folder known as src there.Insided src I have my projects(project1,project2)which are folder in cvs.
Using WSAd 5.0 - CVS plugin I can point to ABCRepository and put all my code in the root i.e put Project1 and project2 inside the ABCRepository. How can create the directory structure as given above. Is there a way by whcih in WSAd I can say that I want to put the projects not inside the root but inside the folder(src) in the root.
Any help will be useful.
David Hibbs
Ranch Hand

Joined: Dec 19, 2002
Posts: 374
Right click your project and select Team->Share project. On the 3rd(?) step of the wizard, there are two options:
use project name as module name
use specified module name
Select the latter (use specified module name) and enter src/project1


"Write beautiful code; then profile that beautiful code and make little bits of it uglier but faster." --The JavaPerformanceTuning.com team, Newsletter 039.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: WSAD- CVS question
 
Similar Threads
Sharing External Jar files between projects
Checkout from CVS using Maven
Can some one please explain why do i need MAVEN here
WSAD-CVS question
Change the location of persistence.xml in JPA (Eclipselink 2.3)