× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Mike Silvers wrote:

I am using the Websphere Development Studio Client to my development.  I am
using CVS for the Java source control.  I have a question for CVS
deployment.  In the repository, the path for the source members is
/customerservice/.  In the WDSC environment, the path is root (/).  I need
to map the /customerservice/ path to / and have the CVS use this local
directory.  I have been trying to do this with no luck.  Any ideas?

This solution is not for the faint of heart and I recommend backing up your data before attempting it, but I have had great results with it:
Inside your CVS directories there are three files:
Entries
Repository
Root


The Repository file tells CVS where the local directory you are accessing is located in the CVS tree. This menas that the actual content of local directory *foo* corresponds to the content of remote directory *foo* if an only if the Respository file says so.

In other words, to acomplish what you want you should change the Repository file of your base CVS directory (located at c:\My Documents\wsad\workspace\project\CVS\Repository), that should read something like
mymodule


to
mymodule/customerservice

With this the only thing left to do is get back into WSAD do a refresh and an update

Hope it helps

Juan Pablo Morales



As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.