e-vpn | 3 Oct 10:29
Picon

cvsroot not found

I am having some setup problems with chora,
As follow I have  setup my environment

 cd /home/httpd/vhosts/horde/


cp /tmp/chora-latest.tar.gz .
tar zxvf chora-latest.tar.gz
mv chora-1.2.2 chora
cd chora
more README
more docs/INSTALL
cd config/
for foo in *.dist; do cp $foo `basename $foo .dist`; done
vi conf.php
vi cvsroots.php
edit ->   'location' => '/var/cvsroot',

[root <at> localhost config]#

after that I get a
500 Internal Error
  CVSROOT not found! This could be a misconfiguration by the server
administrator, or the server could be having temporary problems. Please try
again later.

My cvs configuration:
mkdir /var/cvsroot
su - cvs
chmod 2775 /var/cvsroot
(Continue reading)

Caleb Phillips | 14 Oct 18:35

Re: cvsroot not found

First off, sorry about slow response, I am working
off a backlog of email.

> vi cvsroots.php
> edit ->   'location' => '/var/cvsroot',
> 
>   CVSROOT not found! This could be a misconfiguration by the server
> administrator, or the server could be having temporary problems. Please try
> again later.

> cvs -d /var/cvsroot init
> cd /var/test
> cvs -d /var/cvsroot import project

> Any body knows an solution or workaround ?

Unless you have a really unique setup, by importing your "project" it 
should have created a directory: /var/cvsroot/project. This is the 
CVSROOT of the "project" project. This is kind of confusing language. 
Let me try to clarify...

A CVS setup has a CVSROOT that is the root for all modules - the "root 
of the tree".

Then each module, or project has it's own "root". This is the root that 
Chora cares about.

For instance, here is an entry from my cvsroots.php

<snip>
(Continue reading)

Jan Schneider | 19 Oct 13:47
Favicon
Gravatar

Fwd:


----- Weitergeleitete Nachricht von frank_lupo <at> email.it -----
    Datum: Tue, 19 Oct 2004 11:36:30 +0200
    Von: frank_lupo <frank_lupo <at> email.it>
Antwort an: frank_lupo <frank_lupo <at> email.it>
      An: jan <at> horde.org

Hi Jan,

in chora is present a error on view history.
The numeration is not correct.

Thanks

 --
 Email.it, the professional e-mail, gratis per te: http://www.email.it/f

 Sponsor:
 L'immagine di chi vuoi su: puzzle, mousepad, tazze e tanti altro oggetti!
Stelle & Strisce stampa quello che voui TU .... dove Vuoi Tu!!

 Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=2120&d=20041019

----- Ende der weitergeleiteten Nachricht -----

Jan.

--

-- 
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/
(Continue reading)

Chris | 23 Oct 11:53

A question about an entry in cvsroots.php

Greetings,
 I just need clarification about the LOCATION entry in the cvsroots.php file.
According to the file -

"* 'location' [M] : Location on the filesystem of the CVSROOT"

Is this the location on the *local* file system (our machine). Or
does this refer to the remote fs.

Thank you for all your time and consideration in this matter.

--Chris

-- 
The one who says it can't be done should not
interrupt the one who is doing it.

E Pluribus Unix

 Our OS who art in CPU, UNIX be thy name.
Thy programs run, thy syscalls done,
In kernel as it is in user!
.
--

-- 
Chora mailing list - Join the hunt: http://horde.org/bounties/#chora
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: chora-unsubscribe <at> lists.horde.org

Jan Schneider | 23 Oct 12:18
Favicon
Gravatar

Re: A question about an entry in cvsroots.php

Zitat von Chris <cth <at> fast.dnswatch.com>:

> Greetings,
>  I just need clarification about the LOCATION entry in the cvsroots.php file.
> According to the file -
>
> "* 'location' [M] : Location on the filesystem of the CVSROOT"
>
> Is this the location on the *local* file system (our machine). Or
> does this refer to the remote fs.

This is the location of the *repository* (not the checkout) on the *local*
fs.

Jan.

-- 
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/
--

-- 
Chora mailing list - Join the hunt: http://horde.org/bounties/#chora
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: chora-unsubscribe <at> lists.horde.org

mike | 25 Oct 11:00
Picon

chora on windoze

my windoze version is advanced server
5.00.2195 Service Pack4
but I thinks it should be works on the other windoze.

CVSNT-2.0.58b    http://www.cvsnt.org
Apache-1.3.31    http://httpd.apache.org
PHP-4.3.9        http://www.php.net
Horde-2.2.6      http://www.horde.org
Chora-1.2.2      http://www.horde.org/chora/
RCS-5.7          http://www.cs.purdue.edu/homes/trinkle/RCS/rcs57pc1.zip

The most external execute files that Chora needs are inside CVSNT.
The only one lost is rcs.
I install GNU RCS PC binary version from
http://www.cs.purdue.edu/homes/trinkle/RCS/
Download that file (rcs57pc1.zip) above, and extract the files under
directory
bin\win32 to anywhere you want (I use D:/work/tools/chora-bin/).

Below is my setting, hope it works(at least to me).

--part of horde/config/registry.php--
$this->applications['chora'] = array(
    'fileroot' => dirname(__FILE__) . '/../chora',
    'webroot' => $this->applications['horde']['webroot'] . '/chora',
    'icon' => $this->applications['horde']['webroot'] .
'/chora/graphics/chora.gif',
    'name' => _("CVS"),
    'allow_guests' => true,
    'status' => 'active'
(Continue reading)

Jan Schneider | 26 Oct 12:21
Favicon
Gravatar

Re: chora on windoze

Zitat von mike <mike001 <at> giga.net.tw>:

> patch code is stolen from chora/lib/CVSLib/Annotate.php
> cause of the backslash will been eaten by escapeshellcmd()
> and it will makes diff didn't work.

Committed, thanks.

Jan.

-- 
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/
--

-- 
Chora mailing list - Join the hunt: http://horde.org/bounties/#chora
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: chora-unsubscribe <at> lists.horde.org


Gmane