Search the web
Sign In
New User? Sign Up
cvszilla
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
errors with filenames containing spaces.   Message List  
Reply | Forward Message #141 of 169 |
Re: [cvszilla] errors with filenames containing spaces.

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






Thu Dec 15, 2005 7:31 am

mivgi
Offline Offline
Send Email Send Email

Forward
Message #141 of 169 |
Expand Messages Author Sort by Date

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...
que
quenet7
Offline Send Email
Dec 13, 2005
8:52 pm

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...
Meir Ivgi
mivgi
Offline Send Email
Dec 15, 2005
7:31 am

... Right, I now understand why my last "advice" didn't quite work out - the current version of cvszilla from cvszilla.org doesn't have the options I thought...
matthew@...
matthewsackman
Offline Send Email
Dec 15, 2005
2:47 pm

... this ... at ... fix ... the ... I ... The ... I ... Yes, I'd really appreciate it, I'm going to attempt to hack up something in the time being as I didn't...
Nathan Oyler
quenet7
Offline Send Email
Dec 16, 2005
7:05 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help