I'm not sure what I've done, but it is working now. I didn't really change 
anything, I just kept playing with the revision numbers I was trying to pull 
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 .= "Problem generating topic text:\n\n";
> >         my $buf = "";
> >         while (read $temp_error_fh, $buf, 16384) {
> >             $feedback .= $buf;
> >         }
> >         }
> >         else {
> >         $feedback = "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=create
> > >
> > > 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?

-- 
Michael J. Freeman
NMS Development
Netco Government Services, Inc.
--
"If we knew what it was we were doing, it would not be called research,
would it?"

Attachment: pgpIyUmnCtnGw.pgp
Description: PGP signature

Reply via email to