Re: [Codestriker-user] Problem with codestriker-1.9.1
Brought to you by:
sits
|
From: Michael J. F. <mfr...@ne...> - 2005-10-21 05:14:36
|
I'm not sure what I've done, but it is working now. I didn't really change=
=20
anything, I just kept playing with the revision numbers I was trying to pul=
l=20
out. BTW if you create a tag of something off of the main trunk, for I have
project/trunk
project/trunk/script.pl
and then I created a branch
project/branch/RELENG_3_0
project/branch/RELENG_3_0/script.pl
What would I put in for the module name and the tag to pull it out?
On Friday 21 October 2005 00:01, David Sitsky wrote:
> Hi Michael,
>
> The other common issue is related to permissions. What account is running
> apache? Try running the equivalent subversion commands under that account
> to see if it has permission to do so, and more importantly, isn't prompted
> for any passwords.
>
> Cheers,
> David
>
> On Fri, 21 Oct 2005 12:33, Michael J. Freeman wrote:
> > Sorry for the spam, I guess I need some more training with my e-mail
> > program 8)
> >
> > Anyways, After looking at the code it looks like that error was nothing
> > serious, I just commented out some stuff I shouldn't have.
> >
> > I'm not seeing any errors in my error_log or access_logs..
> >
> > Looking at the code block that the error came from, this condition isn't
> > happening, or shouldn't be happening..
> >
> > My subversion setup is like so:
> >
> > svn:https://blahblah/svn/nmci/
> >
> > I'm trying to pull out /svn/nmci/CM/cmang version 403 to 504.
> >
> > I have my repository selected, for module I put CM/cmang/trunk/cmang.pl
> >
> > So I'm not even trying to do this with the topic text upload thing,
> > supplying my own diff..
> >
> > Does this help any?
> >
> >
> > if ($topic_text eq "") {
> > if (defined $temp_error_fh)
> > { seek($temp_error_fh,
> > 0, 0);
> > $feedback .=3D "Problem generating topic text:\n\n";
> > my $buf =3D "";
> > while (read $temp_error_fh, $buf, 16384) {
> > $feedback .=3D $buf;
> > }
> > }
> > else {
> > $feedback =3D "Uploaded file doesn't exist or is empty.\n";
> > }
> >
> > On Thursday 20 October 2005 21:25, Michael J. Freeman wrote:
> > > After having another closer look at my logs I see this in my
> > > access_log:
> > >
> > > [Thu Oct 20 21:57:42 2005] [error] [client 172.17.85.72] [Thu Oct 20
> > > 21:57:42 2005] codestriker.pl: Use of uninitialized value in string ne
> > > at
> > > /var/www/codestriker/codestriker-1.9.1/bin/../lib/Codestriker/Http/Tem
> > >plate .pm line 77., referer:
> > > http://cyclone.nms.wamnet.inc/codestriker/codestriker.pl?action=3Dcre=
ate
> > >
> > > This is 1.9.1 on Linux (RHEL)
> > >
> > > On Thursday 20 October 2005 21:14, David Sitsky wrote:
> > > > Have a look in your apache error log files, the message we need to
> > > > see is most likely in there.
> > > >
> > > > Also make sure your path to subversion has been set correctly in
> > > > your codestriker.conf file.
> > > >
> > > > What version of Codestriker are you using and is this on a Linux or
> > > > Windoze box?
> > > >
> > > > On Fri, 21 Oct 2005 05:42, Michael J. Freeman wrote:
> > > > > I'm trying to create a new topic and it keeps saying:
> > > > >
> > > > > Problem generating topic text:
> > > > >
> > > > > And then no other error messages. Looking in the .pm file that
> > > > > that error message is generated from it seems like that should
> > > > > only be called when trying to upload a diff, but I'm trying to get
> > > > > it to connect to subversion directly..
> > > > >
> > > > > Bueller?
=2D-=20
Michael J. Freeman
NMS Development
Netco Government Services, Inc.
=2D-
"If we knew what it was we were doing, it would not be called research,
would it?"
|