]> git.pld-linux.org Git - packages/eventum.git/commitdiff
- silence console errors when adding new directory to CVS
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 15 Feb 2005 21:50:20 +0000 (21:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    eventum-scm-silence-add.patch -> 1.1

eventum-scm-silence-add.patch [new file with mode: 0644]

diff --git a/eventum-scm-silence-add.patch b/eventum-scm-silence-add.patch
new file mode 100644 (file)
index 0000000..b492487
--- /dev/null
@@ -0,0 +1,13 @@
+Silence console errors when adding new directory to CVS.
+
+--- ./misc/scm/process_cvs_commits.php~        2005-02-15 19:30:14.000000000 +0200
++++ ./misc/scm/process_cvs_commits.php 2005-02-15 23:48:46.000000000 +0200
+@@ -54,7 +55,7 @@
+ // now parse the list of modified files
+ $modified_files = array();
+ foreach ($pieces as $file_info) {
+-    list($filename, $old_revision, $new_revision) = explode(',', $file_info);
++    @list($filename, $old_revision, $new_revision) = explode(',', $file_info);
+     $modified_files[] = array(
+         'filename'     => $filename,
+         'old_revision' => $old_revision,
This page took 0.092444 seconds and 4 git commands to generate.