It's not a secret anymore!
The moose likes IDEs, Version Control and other tools and the fly likes WSAD-CVS question Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Engineering » IDEs, Version Control and other tools
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.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: WSAD-CVS question
 
Similar Threads
Sharing External Jar files between projects
Checkout from CVS using Maven
WSAD- CVS question
Can some one please explain why do i need MAVEN here
Change the location of persistence.xml in JPA (Eclipselink 2.3)