Re: svn commit: propchange - r8522 svn:log
"C. Michael Pilato" <[email protected]> 29 Jan 2004 14:48:37 -0600
| Newsgroups | gmane.comp.version-control.subversion.svn,gmane.mail.eyebrowse.devel |
|---|---|
| Message-ID | <[email protected]> |
[email protected] writes: > Author: cmpilato > Revision: 8522 > Property Name: svn:log > > New Property Value: > * tools/cvs2svn/README > * tools/cvs2svn/design-notes.txt > Update some documentation to reflect recent changes. > > UPDATE: This turned out to be no-op commit because cmpilato had a modified > (read: busted) Subversion client. So, it seems that for some reason, svn.collab.net doesn't like the fact that the shebang line in propchange_email.pl is: #!/usr/bin/env perl -w When I ran the script by hand a few minutes ago, I got an error that indicated that env was looking for a binary named "perl -w". I removed the " -w" from the shebang line, and the script works again.