Re: [SVN-MIGRATION] cvs: SVNROOT / run-conversion.php
[email protected] ("Hannes Magnusson")
| Newsgroups | svn.migration |
|---|---|
| Message-ID | <[email protected]> |
Did you forget to commit some files? This change doesn't really match the commit msg.. -Hannes On Wed, Dec 3, 2008 at 21:22, Gwynne Raskind <[email protected]> wrote: > gwynne Wed Dec 3 20:22:26 2008 UTC > > Modified files: > /SVNROOT run-conversion.php > Log: > Convert run-conversion script to run on only one repo for sanity reasons > > http://cvs.php.net/viewvc.cgi/SVNROOT/run-conversion.php?r1=1.49&r2=1.50&diff_format=u > Index: SVNROOT/run-conversion.php > diff -u SVNROOT/run-conversion.php:1.49 SVNROOT/run-conversion.php:1.50 > --- SVNROOT/run-conversion.php:1.49 Wed Dec 3 20:21:11 2008 > +++ SVNROOT/run-conversion.php Wed Dec 3 20:22:26 2008 > @@ -7,7 +7,7 @@ > > // ----------------------------------------------------------------------------------------------------------------------------- > // Constants > -$version = substr('$Revision: 1.49 $', strlen('$Revision: '), -2); > +$version = substr('$Revision: 1.50 $', strlen('$Revision: '), -2); > > $passes = array( > 'processcvs', // Process CVS modules > @@ -484,7 +484,7 @@ > EOHTTPD; > file_put_contents($apacheConf, $confContents); > > - v(2, "Installing e-mail post-commit hook...\n"); > + v(2, "Installing post-commit hook...\n"); > unlink("{$svnRoot}/repository/hooks/post-commit"); > symlink("{$svnRoot}/SVNROOT/commit-email.php", "{$svnRoot}/repository/hooks/post-commit"); > > > > > -- > SVN Migration Project Mailing List (http://svn.php.net) > To unsubscribe, visit: http://www.php.net/unsub.php > >