Re: 'bug report': usage: escape_filename <filename-to-escape>
Barrie Slaymaker <[email protected]> Mon, 15 Dec 2003 09:42:32 -0500
| Newsgroups | gmane.comp.version-control.revml |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Dec 15, 2003 at 01:50:04PM +0100, Timothee Besset wrote: > Is the source in perforce public repository supposed to fully work? Yes, that's the development head. > I've been playing around with VCP functionality and the code errors out > quite easily. The code, unlike most Perl, is meant to be fairly paranoid and BUG out when something's wrong so we can hunt it and fix it easily. So let's fix it :) > I gathered this one for instance: > > $ rm out.revml ; rm vcp.log ; perl -I`pwd`/lib bin/vcp cvs:Quake2/null revml:out.revml > vcp: running cvs log Quake2/null Looks like VCP::Source::cvs does not see a repository location in cvs:Quake2/null. I suspect you're using the CVSROOT env var? Let me know your settings and I'll reproduce it here and fix it. - Barrie