Adding dev data
authorRobert Sesek <rsesek@bluestatic.org>
Sun, 28 Aug 2005 00:58:15 +0000 (00:58 +0000)
committerRobert Sesek <rsesek@bluestatic.org>
Sun, 28 Aug 2005 00:58:15 +0000 (00:58 +0000)
dev/difftest.php [new file with mode: 0644]
dev/todo.txt [new file with mode: 0644]

diff --git a/dev/difftest.php b/dev/difftest.php
new file mode 100644 (file)
index 0000000..4dc35e6
--- /dev/null
@@ -0,0 +1,25 @@
+<?php
+/*=====================================================================*\
+|| ################################################################### ||
+|| # ViewSVN [#]version[#]
+|| # --------------------------------------------------------------- # ||
+|| # Copyright ©2002-[#]year[#] by Iris Studios, Inc. All Rights Reserved. # ||
+|| # This file may not be reproduced in any way without permission.  # ||
+|| # --------------------------------------------------------------- # ||
+|| # User License Agreement at http://www.iris-studios.com/license/  # ||
+|| ################################################################### ||
+\*=====================================================================*/
+
+require_once('./global.php');
+
+$output = $viewsvn->svn->blame('bugtrack', '/trunk/index.php', 0);
+
+print_r($output);
+
+/*=====================================================================*\
+|| ###################################################################
+|| # $HeadURL$
+|| # $Id$
+|| ###################################################################
+\*=====================================================================*/
+?>
\ No newline at end of file
diff --git a/dev/todo.txt b/dev/todo.txt
new file mode 100644 (file)
index 0000000..4f8a347
--- /dev/null
@@ -0,0 +1,11 @@
+TODO LIST: $Id$
+###################################################################
+
+- show individual changed files when viewing a directory
+- allow changing of revision number
+- arbitrary diffs
+- arbitrary logs
+- repository switcher
+- view and blame on browse.php
+- sorting of columns
+- highlighting
\ No newline at end of file