Thread: [Codestriker-user] Software error: at /svn/codestriker-1.9.9/lib/Codestriker/Repository/Subversion.
Brought to you by:
sits
|
From: balu p. <cra...@gm...> - 2009-08-12 09:45:37
|
hi all,
I am using 1.9.9 version of codestriker. When iam trying to create new post
mozilla giving error
Software error:
Command failed: Failed to execute "/usr/bin/svn" "cat"
"--non-interactive" "--no-auth-cache" "--username" "balu.phani"
"--password" "root123"
"http://192.168.2.29/svn/svn_repos/fips_ssl/main/board/drivers/nitrox/linux_main.h@12"
> "/tmp/ejatWeBuGz/stdout.txt" 2> "/tmp/ejatWeBuGz/stderr.txt":
Inappropriate ioctl for device
at /svn/codestriker-1.9.9/lib/Codestriker/Repository/Subversion.pm line 145
/usr/bin/svn cat --non-interactive --no-auth-cache --username
balu.phani --password root123
http://192.168.2.29/svn/svn_repos/fips_ssl/main/board/drivers/nitrox/linux_main.h@12
Check your webserver error log for more information.
at /svn/codestriker-1.9.9/lib/Codestriker/Repository/Subversion.pm line 145
For help, please send mail to the webmaster (root@localhost), giving this
error message and the time and date of the error.
*from command line this command is executing. *
"/usr/bin/svn" "cat" "--non-interactive" "--no-auth-cache"
"--username" "balu.phani" "--password" "root123"
"http://192.168.2.29/svn/svn_repos/fips_ssl/main/board/drivers/nitrox/linux_main.h@12"
*my codestriker.conf is *
$db = 'DBI:mysql:dbname=codestrikerdb';
$dbuser = 'codestriker';
$dbpasswd = 'cspasswd';
$mailhost = 'localhost';
$use_compression = 0;
$gzip = '/bin/gzip';
$cvs = '/usr/bin/cvs';
$svn = '/usr/bin/svn';
$ssh = '/usr/local/bin/ssh';
$p4 = '/usr/local/bin/p4';
$highlighter = '';
@valid_repositories =
(
'svn:http://192.168.2.29/svn/svn_repos;balu.phani;root123'
);
$repository_name_map =
{
'svn:http://192.168.2.29/svn/svn_repos;balu.phani;root123' => 'SF SVN'
};
$file_viewer =
{
'/home/sits/cvs' => 'http://localhost/cgi-bin/cvsweb.cgi',
'svn:file:///var/svn/project/trunk' =>
'
http://some.whe.re/cgi-bin/viewvc.cgi/trunk/?root=Project&view=markup'
};
@exclude_file_types = ('rtf', 'doc', 'gif', 'bmp', 'jpeg', 'jpg', 'mdb',
'ppt', 'vsd', 'xls', 'zip', 'tgz', 'tar', 'gz',
'opt', 'aps', 'ncb', 'a', 'so', 'dll', 'lib',
'exe', 'png', 'pdf', 'bin', 'out', 'ld', 'fm',
'indd', 'wav', 'o', 'obj', 'mpp', 'vsw', 'jfif',
'tif', 'tiff', 'xbm', 'fnt', 'ttf', 'pfm', 'pfb',
'eps', 'wpj', 'sxi');
$maximum_topic_size_lines = '';
$suggested_topic_size_lines = '';
$NORMAL_MODE = 0;
$COLOURED_MODE = 1;
$COLOURED_MONO_MODE = 2;
$default_topic_create_mode = $COLOURED_MODE;
$default_file_to_view = 0;
@topic_states = ('Open', 'Closed', 'Committed', 'Obsoleted', 'Deleted');
@readonly_states = ('Closed', 'Committed', 'Obsoleted', 'Deleted');
$allow_searchlist = 1;
@project_states = ('Open');
$antispam_email = 0;
$email_send_options =
{
comments_sent_to_topic_author => 1,
comments_sent_to_commenter => 0,
topic_state_change_sent_to_reviewers => 0
};
$default_tabwidth = 8;
$sort_diffs_by_filename = 1;
$bug_db = 'bugzilla';
$bug_db_host = 'localhost';
$bug_db_name = 'bugs';
$bug_db_password = 'abc_123';
$bug_db_dbname = 'bugs';
$bug_db_user_id = '2';
$bugtracker = '';
$bugtracker = 'http://localhost.localdomain/bugzilla/show_bug.cgi?id=';
$lxr_map =
{
};
$topic_text_encoding = 'utf8';
$comment_state_metrics =
[
{ name => 'Status',
values => ['Submitted', 'Invalid', 'Completed'],
default_value => 'Submitted',
show_on_mainpage => ['Submitted' ]
}
];
$metric_config = "all";
and in conf.d, subversion/conf i added required configuration lines for
repositories and can be accessible through net.
so i don't understand why it is giving problem.
please help me
|
|
From: David S. <dav...@gm...> - 2009-08-13 06:48:43
|
Usually this amounts to some obscure configuration issue. The command
which failed was:
/usr/bin/svn cat --non-interactive --no-auth-cache --username
balu.phani --password root123
http://192.168.2.29/svn/svn_repos/fips_ssl/main/board/drivers/nitrox/linux_main.h@12
Try running this on the command line on the same machine Codestriker
is running as. There should be no password prompts.
Then try running it as the same user that is running the apache
web-server (typically nobody, apache or something else - run ps to
find out). That usually reveals the problem.
Also - try getting this working under CGI deployment first, before mod_perl.
Cheers,
David
On Wed, Aug 12, 2009 at 7:45 PM, balu phani<cra...@gm...> wrote:
> hi all,
>
> I am using 1.9.9 version of codestriker. When iam trying to create new post
> mozilla giving error
>
> Software error:
>
> Command failed: Failed to execute "/usr/bin/svn" "cat" "--non-interactive"
> "--no-auth-cache" "--username" "balu.phani" "--password" "root123"
> "http://192.168.2.29/svn/svn_repos/fips_ssl/main/board/drivers/nitrox/linux_main.h@12"
>> "/tmp/ejatWeBuGz/stdout.txt" 2> "/tmp/ejatWeBuGz/stderr.txt":
> Inappropriate ioctl for device
>
> at /svn/codestriker-1.9.9/lib/Codestriker/Repository/Subversion.pm line 145
>
> /usr/bin/svn cat --non-interactive --no-auth-cache --username balu.phani
> --password root123
> http://192.168.2.29/svn/svn_repos/fips_ssl/main/board/drivers/nitrox/linux_main.h@12
>
> Check your webserver error log for more information.
> at /svn/codestriker-1.9.9/lib/Codestriker/Repository/Subversion.pm line 145
>
> For help, please send mail to the webmaster (root@localhost), giving this
> error message and the time and date of the error.
>
> from command line this command is executing.
>
> "/usr/bin/svn" "cat" "--non-interactive" "--no-auth-cache" "--username"
> "balu.phani" "--password" "root123"
> "http://192.168.2.29/svn/svn_repos/fips_ssl/main/board/drivers/nitrox/linux_main.h@12"
>
> my codestriker.conf is
>
>
> $db = 'DBI:mysql:dbname=codestrikerdb';
> $dbuser = 'codestriker';
> $dbpasswd = 'cspasswd';
> $mailhost = 'localhost';
> $use_compression = 0;
> $gzip = '/bin/gzip';
> $cvs = '/usr/bin/cvs';
> $svn = '/usr/bin/svn';
> $ssh = '/usr/local/bin/ssh';
> $p4 = '/usr/local/bin/p4';
> $highlighter = '';
> @valid_repositories =
> (
> 'svn:http://192.168.2.29/svn/svn_repos;balu.phani;root123'
> );
> $repository_name_map =
> {
> 'svn:http://192.168.2.29/svn/svn_repos;balu.phani;root123' => 'SF SVN'
> };
>
> $file_viewer =
> {
> '/home/sits/cvs' => 'http://localhost/cgi-bin/cvsweb.cgi',
> 'svn:file:///var/svn/project/trunk' =>
>
> 'http://some.whe.re/cgi-bin/viewvc.cgi/trunk/?root=Project&view=markup'
> };
>
> @exclude_file_types = ('rtf', 'doc', 'gif', 'bmp', 'jpeg', 'jpg', 'mdb',
> 'ppt', 'vsd', 'xls', 'zip', 'tgz', 'tar', 'gz',
> 'opt', 'aps', 'ncb', 'a', 'so', 'dll', 'lib',
> 'exe', 'png', 'pdf', 'bin', 'out', 'ld', 'fm',
> 'indd', 'wav', 'o', 'obj', 'mpp', 'vsw', 'jfif',
> 'tif', 'tiff', 'xbm', 'fnt', 'ttf', 'pfm', 'pfb',
> 'eps', 'wpj', 'sxi');
>
> $maximum_topic_size_lines = '';
> $suggested_topic_size_lines = '';
> $NORMAL_MODE = 0;
> $COLOURED_MODE = 1;
> $COLOURED_MONO_MODE = 2;
> $default_topic_create_mode = $COLOURED_MODE;
> $default_file_to_view = 0;
> @topic_states = ('Open', 'Closed', 'Committed', 'Obsoleted', 'Deleted');
> @readonly_states = ('Closed', 'Committed', 'Obsoleted', 'Deleted');
> $allow_searchlist = 1;
> @project_states = ('Open');
> $antispam_email = 0;
> $email_send_options =
> {
> comments_sent_to_topic_author => 1,
> comments_sent_to_commenter => 0,
> topic_state_change_sent_to_reviewers => 0
> };
>
> $default_tabwidth = 8;
> $sort_diffs_by_filename = 1;
> $bug_db = 'bugzilla';
> $bug_db_host = 'localhost';
> $bug_db_name = 'bugs';
> $bug_db_password = 'abc_123';
> $bug_db_dbname = 'bugs';
> $bug_db_user_id = '2';
> $bugtracker = '';
> $bugtracker = 'http://localhost.localdomain/bugzilla/show_bug.cgi?id=';
> $lxr_map =
> {
> };
>
> $topic_text_encoding = 'utf8';
> $comment_state_metrics =
> [
> { name => 'Status',
> values => ['Submitted', 'Invalid', 'Completed'],
> default_value => 'Submitted',
> show_on_mainpage => ['Submitted' ]
> }
> ];
> $metric_config = "all";
>
> and in conf.d, subversion/conf i added required configuration lines for
> repositories and can be accessible through net.
>
> so i don't understand why it is giving problem.
>
> please help me
>
> ------------------------------------------------------------------------------
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
> trial. Simplify your report design, integration and deployment - and focus
> on
> what you do best, core application coding. Discover what's new with
> Crystal Reports now. http://p.sf.net/sfu/bobj-july
> _______________________________________________
> Codestriker-user mailing list
> Cod...@li...
> https://lists.sourceforge.net/lists/listinfo/codestriker-user
>
>
|
|
From: balu p. <cra...@gm...> - 2009-08-13 13:51:57
|
Thanks for your quick reply. I tried with Cgi scripts. I modified apache
configuration as
Alias /codestriker/ /svn/codestriker-1.9.9/cgi-bin/
Alias /codestrikerhtml/ /svn/codestriker-1.9.9/html/
<Directory "/svn/codestriker-1.9.9/cgi-bin/">
AllowOverride None
Options ExecCGI
Order allow,deny
Allow from all
SetHandler cgi-script
</Directory>
<Directory "/svn/codestriker-1.9.9/html/">
AllowOverride None
Allow from all
</Directory>
After restarting httpd, i tried to create new topic it given "Problem
generating topic text:". so i found some clue in http access log files
nothing in error log.
httpd/log/access.log
192.168.2.29 - - [13/Aug/2009:19:00:26 +0530] "PROPFIND /svn/temp/main.c
HTTP/1.1" 401 479 "-" "SVN/1.4.2 (r22196) neon/0.25.5"
192.168.2.29 - codestriker [13/Aug/2009:19:00:26 +0530] "PROPFIND
/svn/temp/main.c HTTP/1.1" 207 746 "-" "SVN/1.4.2 (r22196) neon/0.25.5"
192.168.2.29 - codestriker [13/Aug/2009:19:00:26 +0530] "PROPFIND
/svn/temp/!svn/vcc/default HTTP/1.1" 207 428 "-" "SVN/1.4.2 (r22196)
neon/0.25.5"
192.168.2.29 - codestriker [13/Aug/2009:19:00:26 +0530] "PROPFIND
/svn/temp/!svn/bln/623 HTTP/1.1" 207 483 "-" "SVN/1.4.2 (r22196)
neon/0.25.5"
192.168.2.29 - codestriker [13/Aug/2009:19:00:26 +0530] "PROPFIND
/svn/temp/main.c HTTP/1.1" 207 746 "-" "SVN/1.4.2 (r22196) neon/0.25.5"
i searched about PROPFIND and i added "DavDepthInfinity off" for the
repository (anyway default is off ). Perl is not my cup of tea. so i tried
bit but couldn't find anything.
please help me to get out of it.
On Thu, Aug 13, 2009 at 12:18 PM, David Sitsky <dav...@gm...>wrote:
> Usually this amounts to some obscure configuration issue. The command
> which failed was:
>
> /usr/bin/svn cat --non-interactive --no-auth-cache --username
> balu.phani --password root123
>
> http://192.168.2.29/svn/svn_repos/fips_ssl/main/board/drivers/nitrox/linux_main.h@12
>
> Try running this on the command line on the same machine Codestriker
> is running as. There should be no password prompts.
>
> Then try running it as the same user that is running the apache
> web-server (typically nobody, apache or something else - run ps to
> find out). That usually reveals the problem.
>
> Also - try getting this working under CGI deployment first, before
> mod_perl.
>
> Cheers,
> David
>
> On Wed, Aug 12, 2009 at 7:45 PM, balu phani<cra...@gm...> wrote:
> > hi all,
> >
> > I am using 1.9.9 version of codestriker. When iam trying to create new
> post
> > mozilla giving error
> >
> > Software error:
> >
> > Command failed: Failed to execute "/usr/bin/svn" "cat"
> "--non-interactive"
> > "--no-auth-cache" "--username" "balu.phani" "--password" "root123"
> > "
> http://192.168.2.29/svn/svn_repos/fips_ssl/main/board/drivers/nitrox/linux_main.h@12
> "
> >> "/tmp/ejatWeBuGz/stdout.txt" 2> "/tmp/ejatWeBuGz/stderr.txt":
> > Inappropriate ioctl for device
> >
> > at /svn/codestriker-1.9.9/lib/Codestriker/Repository/Subversion.pm line
> 145
> >
> > /usr/bin/svn cat --non-interactive --no-auth-cache --username balu.phani
> > --password root123
> >
> http://192.168.2.29/svn/svn_repos/fips_ssl/main/board/drivers/nitrox/linux_main.h@12
> >
> > Check your webserver error log for more information.
> > at /svn/codestriker-1.9.9/lib/Codestriker/Repository/Subversion.pm line
> 145
> >
> > For help, please send mail to the webmaster (root@localhost), giving
> this
> > error message and the time and date of the error.
> >
> > from command line this command is executing.
> >
> > "/usr/bin/svn" "cat" "--non-interactive" "--no-auth-cache" "--username"
> > "balu.phani" "--password" "root123"
> > "
> http://192.168.2.29/svn/svn_repos/fips_ssl/main/board/drivers/nitrox/linux_main.h@12
> "
> >
> > my codestriker.conf is
> >
> >
> > $db = 'DBI:mysql:dbname=codestrikerdb';
> > $dbuser = 'codestriker';
> > $dbpasswd = 'cspasswd';
> > $mailhost = 'localhost';
> > $use_compression = 0;
> > $gzip = '/bin/gzip';
> > $cvs = '/usr/bin/cvs';
> > $svn = '/usr/bin/svn';
> > $ssh = '/usr/local/bin/ssh';
> > $p4 = '/usr/local/bin/p4';
> > $highlighter = '';
> > @valid_repositories =
> > (
> > 'svn:http://192.168.2.29/svn/svn_repos;balu.phani;root123'
> > );
> > $repository_name_map =
> > {
> > 'svn:http://192.168.2.29/svn/svn_repos;balu.phani;root123' => 'SF SVN'
> > };
> >
> > $file_viewer =
> > {
> > '/home/sits/cvs' => 'http://localhost/cgi-bin/cvsweb.cgi',
> > 'svn:file:///var/svn/project/trunk' =>
> >
> > 'http://some.whe.re/cgi-bin/viewvc.cgi/trunk/?root=Project&view=markup'
> > };
> >
> > @exclude_file_types = ('rtf', 'doc', 'gif', 'bmp', 'jpeg', 'jpg', 'mdb',
> > 'ppt', 'vsd', 'xls', 'zip', 'tgz', 'tar', 'gz',
> > 'opt', 'aps', 'ncb', 'a', 'so', 'dll', 'lib',
> > 'exe', 'png', 'pdf', 'bin', 'out', 'ld', 'fm',
> > 'indd', 'wav', 'o', 'obj', 'mpp', 'vsw', 'jfif',
> > 'tif', 'tiff', 'xbm', 'fnt', 'ttf', 'pfm', 'pfb',
> > 'eps', 'wpj', 'sxi');
> >
> > $maximum_topic_size_lines = '';
> > $suggested_topic_size_lines = '';
> > $NORMAL_MODE = 0;
> > $COLOURED_MODE = 1;
> > $COLOURED_MONO_MODE = 2;
> > $default_topic_create_mode = $COLOURED_MODE;
> > $default_file_to_view = 0;
> > @topic_states = ('Open', 'Closed', 'Committed', 'Obsoleted', 'Deleted');
> > @readonly_states = ('Closed', 'Committed', 'Obsoleted', 'Deleted');
> > $allow_searchlist = 1;
> > @project_states = ('Open');
> > $antispam_email = 0;
> > $email_send_options =
> > {
> > comments_sent_to_topic_author => 1,
> > comments_sent_to_commenter => 0,
> > topic_state_change_sent_to_reviewers => 0
> > };
> >
> > $default_tabwidth = 8;
> > $sort_diffs_by_filename = 1;
> > $bug_db = 'bugzilla';
> > $bug_db_host = 'localhost';
> > $bug_db_name = 'bugs';
> > $bug_db_password = 'abc_123';
> > $bug_db_dbname = 'bugs';
> > $bug_db_user_id = '2';
> > $bugtracker = '';
> > $bugtracker = 'http://localhost.localdomain/bugzilla/show_bug.cgi?id=';
> > $lxr_map =
> > {
> > };
> >
> > $topic_text_encoding = 'utf8';
> > $comment_state_metrics =
> > [
> > { name => 'Status',
> > values => ['Submitted', 'Invalid', 'Completed'],
> > default_value => 'Submitted',
> > show_on_mainpage => ['Submitted' ]
> > }
> > ];
> > $metric_config = "all";
> >
> > and in conf.d, subversion/conf i added required configuration lines for
> > repositories and can be accessible through net.
> >
> > so i don't understand why it is giving problem.
> >
> > please help me
> >
> >
> ------------------------------------------------------------------------------
> > Let Crystal Reports handle the reporting - Free Crystal Reports 2008
> 30-Day
> > trial. Simplify your report design, integration and deployment - and
> focus
> > on
> > what you do best, core application coding. Discover what's new with
> > Crystal Reports now. http://p.sf.net/sfu/bobj-july
> > _______________________________________________
> > Codestriker-user mailing list
> > Cod...@li...
> > https://lists.sourceforge.net/lists/listinfo/codestriker-user
> >
> >
>
|
|
From: balu p. <cra...@gm...> - 2009-08-17 08:54:25
|
i found 401 error related to "The request header did not contain the
necessary authentication codes, and the client is denied access." but how to
solve it iam not able to understand. my neon version is 0.25.5 which have
primary bug fixes related to this type of errors. Iam totally stuck here.
please help me .
On Thu, Aug 13, 2009 at 7:21 PM, balu phani <cra...@gm...> wrote:
> Thanks for your quick reply. I tried with Cgi scripts. I modified apache
> configuration as
>
> Alias /codestriker/ /svn/codestriker-1.9.9/cgi-bin/
> Alias /codestrikerhtml/ /svn/codestriker-1.9.9/html/
> <Directory "/svn/codestriker-1.9.9/cgi-bin/">
> AllowOverride None
> Options ExecCGI
> Order allow,deny
> Allow from all
> SetHandler cgi-script
> </Directory>
>
> <Directory "/svn/codestriker-1.9.9/html/">
> AllowOverride None
> Allow from all
> </Directory>
>
> After restarting httpd, i tried to create new topic it given "Problem
> generating topic text:". so i found some clue in http access log files
> nothing in error log.
>
> httpd/log/access.log
>
> 192.168.2.29 - - [13/Aug/2009:19:00:26 +0530] "PROPFIND /svn/temp/main.c
> HTTP/1.1" 401 479 "-" "SVN/1.4.2 (r22196) neon/0.25.5"
> 192.168.2.29 - codestriker [13/Aug/2009:19:00:26 +0530] "PROPFIND
> /svn/temp/main.c HTTP/1.1" 207 746 "-" "SVN/1.4.2 (r22196) neon/0.25.5"
> 192.168.2.29 - codestriker [13/Aug/2009:19:00:26 +0530] "PROPFIND
> /svn/temp/!svn/vcc/default HTTP/1.1" 207 428 "-" "SVN/1.4.2 (r22196)
> neon/0.25.5"
> 192.168.2.29 - codestriker [13/Aug/2009:19:00:26 +0530] "PROPFIND
> /svn/temp/!svn/bln/623 HTTP/1.1" 207 483 "-" "SVN/1.4.2 (r22196)
> neon/0.25.5"
> 192.168.2.29 - codestriker [13/Aug/2009:19:00:26 +0530] "PROPFIND
> /svn/temp/main.c HTTP/1.1" 207 746 "-" "SVN/1.4.2 (r22196) neon/0.25.5"
>
> i searched about PROPFIND and i added "DavDepthInfinity off" for the
> repository (anyway default is off ). Perl is not my cup of tea. so i tried
> bit but couldn't find anything.
>
> please help me to get out of it.
>
>
>
>
> On Thu, Aug 13, 2009 at 12:18 PM, David Sitsky <dav...@gm...>wrote:
>
>> Usually this amounts to some obscure configuration issue. The command
>> which failed was:
>>
>> /usr/bin/svn cat --non-interactive --no-auth-cache --username
>> balu.phani --password root123
>>
>> http://192.168.2.29/svn/svn_repos/fips_ssl/main/board/drivers/nitrox/linux_main.h@12
>>
>> Try running this on the command line on the same machine Codestriker
>> is running as. There should be no password prompts.
>>
>> Then try running it as the same user that is running the apache
>> web-server (typically nobody, apache or something else - run ps to
>> find out). That usually reveals the problem.
>>
>> Also - try getting this working under CGI deployment first, before
>> mod_perl.
>>
>> Cheers,
>> David
>>
>> On Wed, Aug 12, 2009 at 7:45 PM, balu phani<cra...@gm...> wrote:
>> > hi all,
>> >
>> > I am using 1.9.9 version of codestriker. When iam trying to create new
>> post
>> > mozilla giving error
>> >
>> > Software error:
>> >
>> > Command failed: Failed to execute "/usr/bin/svn" "cat"
>> "--non-interactive"
>> > "--no-auth-cache" "--username" "balu.phani" "--password" "root123"
>> > "
>> http://192.168.2.29/svn/svn_repos/fips_ssl/main/board/drivers/nitrox/linux_main.h@12
>> "
>> >> "/tmp/ejatWeBuGz/stdout.txt" 2> "/tmp/ejatWeBuGz/stderr.txt":
>> > Inappropriate ioctl for device
>> >
>> > at /svn/codestriker-1.9.9/lib/Codestriker/Repository/Subversion.pm line
>> 145
>> >
>> > /usr/bin/svn cat --non-interactive --no-auth-cache --username balu.phani
>> > --password root123
>> >
>> http://192.168.2.29/svn/svn_repos/fips_ssl/main/board/drivers/nitrox/linux_main.h@12
>> >
>> > Check your webserver error log for more information.
>> > at /svn/codestriker-1.9.9/lib/Codestriker/Repository/Subversion.pm line
>> 145
>> >
>> > For help, please send mail to the webmaster (root@localhost), giving
>> this
>> > error message and the time and date of the error.
>> >
>> > from command line this command is executing.
>> >
>> > "/usr/bin/svn" "cat" "--non-interactive" "--no-auth-cache" "--username"
>> > "balu.phani" "--password" "root123"
>> > "
>> http://192.168.2.29/svn/svn_repos/fips_ssl/main/board/drivers/nitrox/linux_main.h@12
>> "
>> >
>> > my codestriker.conf is
>> >
>> >
>> > $db = 'DBI:mysql:dbname=codestrikerdb';
>> > $dbuser = 'codestriker';
>> > $dbpasswd = 'cspasswd';
>> > $mailhost = 'localhost';
>> > $use_compression = 0;
>> > $gzip = '/bin/gzip';
>> > $cvs = '/usr/bin/cvs';
>> > $svn = '/usr/bin/svn';
>> > $ssh = '/usr/local/bin/ssh';
>> > $p4 = '/usr/local/bin/p4';
>> > $highlighter = '';
>> > @valid_repositories =
>> > (
>> > 'svn:http://192.168.2.29/svn/svn_repos;balu.phani;root123'
>> > );
>> > $repository_name_map =
>> > {
>> > 'svn:http://192.168.2.29/svn/svn_repos;balu.phani;root123' => 'SF SVN'
>> > };
>> >
>> > $file_viewer =
>> > {
>> > '/home/sits/cvs' => 'http://localhost/cgi-bin/cvsweb.cgi',
>> > 'svn:file:///var/svn/project/trunk' =>
>> >
>> > 'http://some.whe.re/cgi-bin/viewvc.cgi/trunk/?root=Project&view=markup'
>> > };
>> >
>> > @exclude_file_types = ('rtf', 'doc', 'gif', 'bmp', 'jpeg', 'jpg', 'mdb',
>> > 'ppt', 'vsd', 'xls', 'zip', 'tgz', 'tar', 'gz',
>> > 'opt', 'aps', 'ncb', 'a', 'so', 'dll', 'lib',
>> > 'exe', 'png', 'pdf', 'bin', 'out', 'ld', 'fm',
>> > 'indd', 'wav', 'o', 'obj', 'mpp', 'vsw', 'jfif',
>> > 'tif', 'tiff', 'xbm', 'fnt', 'ttf', 'pfm', 'pfb',
>> > 'eps', 'wpj', 'sxi');
>> >
>> > $maximum_topic_size_lines = '';
>> > $suggested_topic_size_lines = '';
>> > $NORMAL_MODE = 0;
>> > $COLOURED_MODE = 1;
>> > $COLOURED_MONO_MODE = 2;
>> > $default_topic_create_mode = $COLOURED_MODE;
>> > $default_file_to_view = 0;
>> > @topic_states = ('Open', 'Closed', 'Committed', 'Obsoleted', 'Deleted');
>> > @readonly_states = ('Closed', 'Committed', 'Obsoleted', 'Deleted');
>> > $allow_searchlist = 1;
>> > @project_states = ('Open');
>> > $antispam_email = 0;
>> > $email_send_options =
>> > {
>> > comments_sent_to_topic_author => 1,
>> > comments_sent_to_commenter => 0,
>> > topic_state_change_sent_to_reviewers => 0
>> > };
>> >
>> > $default_tabwidth = 8;
>> > $sort_diffs_by_filename = 1;
>> > $bug_db = 'bugzilla';
>> > $bug_db_host = 'localhost';
>> > $bug_db_name = 'bugs';
>> > $bug_db_password = 'abc_123';
>> > $bug_db_dbname = 'bugs';
>> > $bug_db_user_id = '2';
>> > $bugtracker = '';
>> > $bugtracker = 'http://localhost.localdomain/bugzilla/show_bug.cgi?id=';
>> > $lxr_map =
>> > {
>> > };
>> >
>> > $topic_text_encoding = 'utf8';
>> > $comment_state_metrics =
>> > [
>> > { name => 'Status',
>> > values => ['Submitted', 'Invalid', 'Completed'],
>> > default_value => 'Submitted',
>> > show_on_mainpage => ['Submitted' ]
>> > }
>> > ];
>> > $metric_config = "all";
>> >
>> > and in conf.d, subversion/conf i added required configuration lines for
>> > repositories and can be accessible through net.
>> >
>> > so i don't understand why it is giving problem.
>> >
>> > please help me
>> >
>> >
>> ------------------------------------------------------------------------------
>> > Let Crystal Reports handle the reporting - Free Crystal Reports 2008
>> 30-Day
>> > trial. Simplify your report design, integration and deployment - and
>> focus
>> > on
>> > what you do best, core application coding. Discover what's new with
>> > Crystal Reports now. http://p.sf.net/sfu/bobj-july
>> > _______________________________________________
>> > Codestriker-user mailing list
>> > Cod...@li...
>> > https://lists.sourceforge.net/lists/listinfo/codestriker-user
>> >
>> >
>>
>
>
|