Chuck Hagenbuch | 1 Jun 16:06
Favicon
Gravatar

FW: Chora and Subversion


----- Forwarded message from rpm <at> clickbank.com -----

I am having trouble getting Chora working with a Subversion (v1.04)
repository. I know the repository is working properly, I can access it
with the local svn client over HTTP. I'm using the latest HEAD version
of Chora.

Chora displays the repository as empty.

Here is my sourceroots.php:

$sourceroots['subversion'] = array(
    'name' => 'Subversion',
    'location' => 'http://svn.collab.net/repos/svn',
    'title' => 'A Compelling Replacement for CVS',
    'type' => 'svn'
);

----- End forwarded message -----

-chuck

--
"Regard my poor demoralized mule!" - Juan Valdez
From: ----- Forwarded message from rpm <at> clickbank.com ----- (Continue reading)

Chuck Hagenbuch | 1 Jun 18:02
Favicon
Gravatar

Re: FW: Chora and Subversion

> ----- Forwarded message from rpm <at> clickbank.com -----
>
> I am having trouble getting Chora working with a Subversion (v1.04)
> repository. I know the repository is working properly, I can access it
> with the local svn client over HTTP. I'm using the latest HEAD version
> of Chora.

FWIW, Subversion mostly works for me now with Chora.

-chuck

--
"Regard my poor demoralized mule!" - Juan Valdez
--

-- 
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

Brian Martinez | 3 Jun 03:49
Picon

Adding SVN to work with Chora

All,

I have attached to a functional subversion repository:

$sourceroots['security'] = array(
    'name' => 'Security SVN Repository',
    'location' => 'file:///proj/security/trunk/',
    'intro' => 'security-intro.txt',
    'title' => 'Security SVN Repository for Tiger Team',
    'type' => 'svn',
);

However, I do not see any files in the repository.  Looked in the mail 
archives...found a lot of flame wars, but didn't see if anyone had a 
solution.  If there are any ideas out there...I'd appreciate them.   Thanks 
in advance.

_________________________________________________________________
Is your PC infected? Get a FREE online computer virus scan from McAfee® 
Security. http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963

--

-- 
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

Chuck Hagenbuch | 3 Jun 05:08
Favicon
Gravatar

Re: Adding SVN to work with Chora

Quoting Brian Martinez <martinez_brain <at> hotmail.com>:

> I have attached to a functional subversion repository:
>
> $sourceroots['security'] = array(
>     'name' => 'Security SVN Repository',
>     'location' => 'file:///proj/security/trunk/',
>     'intro' => 'security-intro.txt',
>     'title' => 'Security SVN Repository for Tiger Team',
>     'type' => 'svn',
> );
>
> However, I do not see any files in the repository.

Do you see directories? Or just nothing? What version of Chora? How recent an
install of the VC package? Try the very latest (as in today) if you aren't
there; I've been working on this just this week.

-chuck

--
"Regard my poor demoralized mule!" - Juan Valdez
--

-- 
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

Chuck Hagenbuch | 3 Jun 05:54
Favicon
Gravatar

RE: Adding SVN to work with Chora

Quoting rpm <at> clickbank.com:

> Just updated my copy from CVS. Still no files or directories. Here is my
> sourceroots.conf:
>
> $sourceroots['subversion'] = array(
>     'name' => 'Subversion',
>     'location' => 'http://svn.collab.net/repos/svn',
>     'title' => 'A Compelling Replacement for CVS',
>     'type' => 'svn'
> );

Okay, you need to do some debugging, then, since that config works just fine
(though a tad slowly) for me. Are you *sure* you updated the framework
packages, not just Chora?

-chuck

--
"Regard my poor demoralized mule!" - Juan Valdez
--

-- 
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

Johan FISCHER | 3 Jun 13:15

RE: Adding SVN to work with Chora

Hi,

I got the same problems and it was resolv by putting the write permission for
the apache users (if you're using apache of course) on the SVN repository
folder.

Cheers.

Quoting Chuck Hagenbuch <chuck <at> horde.org>:

> Quoting rpm <at> clickbank.com:
>
>> Just updated my copy from CVS. Still no files or directories. Here is my
>> sourceroots.conf:
>>
>> $sourceroots['subversion'] = array(
>>     'name' => 'Subversion',
>>     'location' => 'http://svn.collab.net/repos/svn',
>>     'title' => 'A Compelling Replacement for CVS',
>>     'type' => 'svn'
>> );
>
> Okay, you need to do some debugging, then, since that config works just fine
> (though a tad slowly) for me. Are you *sure* you updated the framework
> packages, not just Chora?
>
> -chuck
>
> --
> "Regard my poor demoralized mule!" - Juan Valdez
(Continue reading)

Jean-Luc Wasmer | 3 Jun 15:19
Picon

Re: Adding SVN to work with Chora

Chuck Hagenbuch wrote:

> Do you see directories? Or just nothing?

I _had_ that problem too.. with an old version. I would see nothing.

> Try the very latest (as in today) if you aren't
> there; I've been working on this just this week.

I updated chora and the framework. I now have this message:

svn: error: cannot set LC_CTYPE locale svn: error: environment variable 
LANG is en_CA

JL
--

-- 
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

Chuck Hagenbuch | 3 Jun 16:22
Favicon
Gravatar

Re: Adding SVN to work with Chora

Quoting Jean-Luc Wasmer <jl+horde <at> lists.wasmer.ca>:

> I updated chora and the framework. I now have this message:
>
> svn: error: cannot set LC_CTYPE locale svn: error: environment variable
> LANG is en_CA

I don't see this, and it looks like an svn problem to me anyways, not
Horde/Chora.

-chuck

--
"Regard my poor demoralized mule!" - Juan Valdez
--

-- 
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

Chuck Hagenbuch | 3 Jun 20:06
Favicon
Gravatar

Fwd: RE: Adding SVN to work with Chora


----- Forwarded message from martinez_brain <at> hotmail.com -----
    Date: Thu, 03 Jun 2004 13:03:50 -0500
    From: Brian Martinez <martinez_brain <at> hotmail.com>
Reply-To: Brian Martinez <martinez_brain <at> hotmail.com>
 Subject: RE: [chora] Adding SVN to work with Chora
      To: chuck <at> horde.org

Chuck,

My previous email should have indicated that I was only seeing the directory
structure...and no files.  Since yesterday:

Updated the Horde/Chora/Framework about 30 Minutes ago.  Also updated my
version of Subversion from the standard version (0.27.0-2) deployed with
RedHat 9 to the (1.0.4) from tigris.  I now have the ability to see both the
directories and files.

Thanks for your help and suggestions...especially, for testing my
configuration.

Brian

_________________________________________________________________
Getting married? Find great tips, tools and the latest trends at MSN Life
Events. http://lifeevents.msn.com/category.aspx?cid=married

----- End forwarded message -----

-chuck
(Continue reading)

Jean-Luc Wasmer | 7 Jun 22:55
Picon

Re: Adding SVN to work with Chora

>
>
>> I updated chora and the framework. I now have this message:
>>
>> svn: error: cannot set LC_CTYPE locale svn: error: environment variable
>> LANG is en_CA
>
>
> I don't see this, and it looks like an svn problem to me anyways, not
> Horde/Chora.

OK. I found the problem. It's a problem with NetBSD's setlocale 
function. I disabled the call in Subversion and now I can browse OK.

Another question: are password-protected repositories supported?
My repository has "AuthType Basic" access control and I get empty (ie. 
white) html pages.
When I disable the password check I can access the repository.

JL

PS: Here are the errors when access control is enabled:

PHP Notice:  unserialize(): Argument is not an string in 
/usr/pkg/lib/php/Horde/VC/svn.php on line 474
PHP Fatal error:  Call to a member function on a non-object in 
/usr/pkg/lib/php/Horde/VC/svn.php on line 479
--

-- 
Chora mailing list - Join the hunt: http://horde.org/bounties/#chora
Frequently Asked Questions: http://horde.org/faq/
(Continue reading)


Gmane