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.
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
posted
0
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.