The problem is in the logmsg.archive in the main() function
in the line :
my @remaining_args = split(/\s/, join(" ", @ARGV));
it's spliting it according to space but don't take in account that file name can contain spaces
this is the source of the problem.
I didn't have the time to fix it by my self, if somone have the fix I will be glad to have it.
On 12/13/05, que <noyler@...> wrote:
Is there a correction for this? I'm using cvs 1.12.12 and getting this
error
/var/cvs/release/QA/6_3_7/v6_3_7 Technical Notes.doc,v <-- v6_3_7
Technical Notes.doc
new revision: 1.3; previous revision: 1.2
Your transaction ID is: 20638 (new transaction)
Could not open comma-v file /var/cvs/release/QA/6_3_7/v6_3_7,v or
/var/cvs/release/QA/6_3_7/Attic/v6_3_7,v: No such file or directory at
/var/www/html/bugzilla/logmsg.archive line 84
It's obviously not handling the spaces properly, is there a quick fix
to this? thank you.
the sub it's calling in logmsg.archive
sub extractTag($$) {
my ($filename, $version) = @_;
my $file = $repository->member($filename);
if (defined $file) {
return $file->branchFor($version);
} else {
return "(unknown)";
}
}
SPONSORED LINKS
Software configuration management Configuration management software Offshore software development Development outsourcing software Software development company Software development tool
YAHOO! GROUPS LINKS
- Visit your group "cvszilla" on the web.
- To unsubscribe from this group, send an email to:
cvszilla-unsubscribe@yahoogroups.com
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.