|
|
Choosing A Webhost: |
Re: VCP::Source::cvs complains "Absolute module reference invalid:": msg#00001version-control.revml
On 2004-11-03 at 21:15:19 Alex wrote: > I am trying to VCP from a CVS repo and getting this error message: > cvs -Q -z9 > -d:pserver:anonymous:@cvs.sourceforge.net/cvsroot/sugarcrm checkout > -r1.1 -p /sugarcrm/LICENSE returned 1 not 0 > stderr: > cvs [checkout aborted]: Absolute module reference invalid: > `/sugarcrm/LICENSE' I've run into this too, although for a slightly other reason. The cause is probably an invalid CVSROOT, and in your case a colon is missing between the hostname and the directory specification. So you will need to change: CVSROOT=:pserver:anonymous:@cvs.sourceforge.net/cvsroot/sugarcrm into CVSROOT=:pserver:anonymous:@cvs.sourceforge.net:/cvsroot/sugarcrm In my case, I was using a local repository: CVSROOT=/home/cvs which resulted in precisely the same error message. It had to be changed to: CVSROOT=:local:/home/cvs Note that CVS itself accepts either syntax for local repositories, but vcp apparently does not.
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | VCP::Source::cvs complains "Absolute module reference invalid:", Alex |
|---|---|
| Next by Date: | Re: VCP::Source::cvs complains "Absolute module reference invalid:", shuriko |
| Previous by Thread: | VCP::Source::cvs complains "Absolute module reference invalid:", Alex |
| Next by Thread: | Re: VCP::Source::cvs complains "Absolute module reference invalid:", shuriko |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |